Shades of Opal #ADC8C3
Tints of Opal #ADC8C3
RGB
CMYK
RGB Variations
Color information
#ADC8C3 (or 0xADC8C3) is known color: Opal. HEX triplet: AD, C8 and C3. RGB value is (173,200,195). Sum of RGB (Red+Green+Blue) = 173+200+195=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8C3 is #52373C. Grayscale: #BFBFBF. Windows color (decimal): -5388093 or 12830893. OLE color: 12830893.
HSL color Cylindrical-coordinate representation of color #ADC8C3: hue angle of 168.89º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC8C3 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 173 | 200 | 195 | - |
CMYK | 0.14 | 0 | 0.02 | 0.22 |
HSL | 168.89º | 0.2% | 0.73% | - |
HSV(B) | 168.89º | 0.14% | 0.78% | - |
XYZ | 47.74 | 54.13 | 59.56 | - |
YUV | 191.36 | 130.05 | 114.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 200 | 195 | 0.14 | 0 | 0.02 | 0.22 | 168.89 | 0.2 | 0.73 |
Hex | AD | C8 | C3 | E | 0 | 2 | 16 | A9 | 14 | 49 |
Octal | 255 | 310 | 303 | 16 | 0 | 2 | 26 | 251 | 24 | 111 |
Binary | 10101101 | 11001000 | 11000011 | 1110 | 0 | 10 | 10110 | 10101001 | 10100 | 1001001 |
Color Harmonies of #ADC8C3
Complementary color
Monochromatic Colors of #ADC8C3
Black with #ADC8C3
Text Example
Text Example
White with #ADC8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8C3; }
p { color: rgb(173,200,195); }
H1.HeaderClassName
{
color: #ADC8C3;
}
.AnyTagClassName
{
color: #ADC8C3;
}
</style>
background-color css
<style>
a { background-color: #ADC8C3; }
a { background-color: rgb(173,200,195); }
div.DivClassName
{
background-color: #ADC8C3;
}
.BgClassName
{
background-color: #ADC8C3;
}
</style>
border-color css
<style>
span { border-color: #ADC8C3; }
span { border-color: rgb(173,200,195); }
td.TdClassName
{
border-color: #ADC8C3;
}
.TagClassName
{
border-color: #ADC8C3;
}
</style>