VIEW PRODUCT CATEGORIES

10K Yellow Gold Opal and Gemstone Ring, 4.3g

SKU: 168639 Categories: , ,

$650.00

1 in stock

Opal & Gemstone Ring

Discover the beauty of this Opal & Gemstone Ring.

Below are the specifics of this ring:

  • 10k yellow gold setting.
  • Tests 10k with an electronic tester.
  • The gross ring weight is 4.3 grams.
  • The Ethiopian opal is faceted and measures 11 x 9 x 6.5 mm.
  • Approximately 2.70 carats.
  • Very attractive orange and green colors.
  • On the sides are semi-precious gemstones, but they don't test diamonds or sapphires.
  • They are too small to get an accurate reading.
  • Could be white topaz and blue spinel. Not 100 % sure.
  • Ring size is 6 3/4 and can be sized up to a maximum of 7 1/2 or down to 6 1/4 for an extra fee.
  • Excellent condition.

Shop more rings here

Please note all items show signs of wear commensurate with age and use, and the lack of a statement regarding condition does not imply the item is in perfect condition or completely free from defects or the effects of aging. Should you have any specific questions regarding the condition of this item, please contact us for additional information.

Additional information

Base Metal

Yellow Gold

Brand

Unbranded

Main Stone

Opal

Main Stone Creation

Natural

Material

Gemstone

Metal

Yellow Gold

Metal Purity

10k

Ring Size

7.5

Sizable

Yes

Style

Cocktail

Type

Ask us a question about this item.

"*" indicates required fields

Name*
Email*
Please let us know what's on your mind. Have a question for us? Ask away.
This field is for validation purposes and should be left unchanged.
// Enqueue the script for Quick Edit function enqueue_quick_edit_script($hook) { if ($hook == 'edit.php') { wp_enqueue_script('quick-edit-custom', get_template_directory_uri() . '/js/quick-edit-custom.js', array('jquery'), '', true); } } add_action('admin_enqueue_scripts', 'enqueue_quick_edit_script'); // JavaScript file (quick-edit-custom.js) jQuery(function($){ $('#the-list').on('click', '.editinline', function(){ var post_id = $(this).closest('tr').attr('id'); var $inline_data = $('#inline_' + post_id); var out_of_stock_note = $inline_data.find('.out_of_stock_note').text(); $('input[name="out_of_stock_note"]').val(out_of_stock_note); }); });