Shades of Opal #ADC7BD
Tints of Opal #ADC7BD
RGB
CMYK
RGB Variations
Color information
#ADC7BD (or 0xADC7BD) is known color: Opal. HEX triplet: AD, C7 and BD. RGB value is (173,199,189). Sum of RGB (Red+Green+Blue) = 173+199+189=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7BD is #523842. Grayscale: #BEBEBE. Windows color (decimal): -5388355 or 12437421. OLE color: 12437421.
HSL color Cylindrical-coordinate representation of color #ADC7BD: hue angle of 156.92º degrees, saturation: 0.19, 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 #ADC7BD is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 189 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.22 |
| HSL | 156.92º | 0.19% | 0.73% | - |
| HSV(B) | 156.92º | 0.13% | 0.78% | - |
| XYZ | 46.84 | 53.41 | 55.98 | - |
| YUV | 190.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 189 | 0.13 | 0 | 0.05 | 0.22 | 156.92 | 0.19 | 0.73 |
| Hex | AD | C7 | BD | D | 0 | 5 | 16 | 9D | 13 | 49 |
| Octal | 255 | 307 | 275 | 15 | 0 | 5 | 26 | 235 | 23 | 111 |
| Binary | 10101101 | 11000111 | 10111101 | 1101 | 0 | 101 | 10110 | 10011101 | 10011 | 1001001 |
Color Harmonies of #ADC7BD
Complementary color
Monochromatic Colors of #ADC7BD
Black with #ADC7BD
Text Example
Text Example
White with #ADC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7BD; }
p { color: rgb(173,199,189); }
H1.HeaderClassName
{
color: #ADC7BD;
}
.AnyTagClassName
{
color: #ADC7BD;
}
</style>
background-color css
<style>
a { background-color: #ADC7BD; }
a { background-color: rgb(173,199,189); }
div.DivClassName
{
background-color: #ADC7BD;
}
.BgClassName
{
background-color: #ADC7BD;
}
</style>
border-color css
<style>
span { border-color: #ADC7BD; }
span { border-color: rgb(173,199,189); }
td.TdClassName
{
border-color: #ADC7BD;
}
.TagClassName
{
border-color: #ADC7BD;
}
</style>