VIEW PRODUCT CATEGORIES

18K White Gold Blue Sapphire & Diamond Ring, 3.7g

SKU: 169037 Categories: , ,

$795.00

1 in stock

18K White Gold Blue Sapphire & Diamond Ring, 3.7g

Ladies sapphire and diamond ring with 18k white gold setting.

Stamped 18k and weighs 3.7 grams gross weight.

The blue sapphires are round brilliant cuts, excellent color, .60 total carats.

There are some facet juncture abrasions visible only under magnification.

The diamonds are round brilliant cuts, H to i color, Si clarity, very good cuts.

The top of the ring measures 3.5mm wide.

Ring size is 8 1/4 and can be sized down to a 7 or up to a 9 for an extra fee. Overall, very good condition.

Additional information

Base Metal

White Gold

Brand

Unbranded

Diamond Clarity Grade

SI

Diamond Color Grade

H – I

Main Stone

Sapphire

Main Stone Creation

Natural

Metal

White Gold

Metal Purity

18k

Number of Diamonds

3

Number of Gemstones

4

Ring Size

8.25

Secondary Stone

Diamond

Style

Ring

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); }); });