VIEW PRODUCT CATEGORIES

10K White Gold Synthetic Sapphire and 0.15ct Diamond Ring Size 6.5

SKU: 109624 Categories: , ,

$395.00

1 in stock

This beautiful, solitaire with accents style 10 karat white gold ring weighs 3.1 grams.

It contains a solitaire pear shaped synthetic sapphire, with a blue-violet color, and is accented

by round brilliant diamonds, with a carat weight of 0.15, a SI clarity, and a J color.

The ring is a size 6.5 and can easily be re-sized.

It is marked with a '10k' stamp and is in excellent condition.

Additional information

Base Metal

Yellow Gold

Brand

Unbranded

Color

Blue

Cut Grade

Brilliant

Diamond Clarity Grade

SI

Diamond Color Grade

J

Main Stone

Synthetic Sapphire

Main Stone Color

Blue

Main Stone Shape

Pear

Metal

White Gold

Metal Purity

10k

Number of Gemstones

1

Ring Size

6.5

Secondary Stone

Diamond

Sizable

Yes

Style

Solitaire with Accents

Total Carat Weight

0.24 ctw & Under

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