Shades of Opal #A7CFBD
Tints of Opal #A7CFBD
RGB
CMYK
RGB Variations
Color information
#A7CFBD (or 0xA7CFBD) is known color: Opal. HEX triplet: A7, CF and BD. RGB value is (167,207,189). Sum of RGB (Red+Green+Blue) = 167+207+189=563 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.66% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CFBD is #583042. Grayscale: #C1C1C1. Windows color (decimal): -5779523 or 12439463. OLE color: 12439463.
HSL color Cylindrical-coordinate representation of color #A7CFBD: hue angle of 153º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7CFBD is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 189 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.19 |
| HSL | 153º | 0.29% | 0.73% | - |
| HSV(B) | 153º | 0.19% | 0.81% | - |
| XYZ | 47.43 | 56.52 | 56.55 | - |
| YUV | 192.99 | 125.75 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 189 | 0.19 | 0 | 0.09 | 0.19 | 153 | 0.29 | 0.73 |
| Hex | A7 | CF | BD | 13 | 0 | 9 | 13 | 99 | 1D | 49 |
| Octal | 247 | 317 | 275 | 23 | 0 | 11 | 23 | 231 | 35 | 111 |
| Binary | 10100111 | 11001111 | 10111101 | 10011 | 0 | 1001 | 10011 | 10011001 | 11101 | 1001001 |
Color Harmonies of #A7CFBD
Complementary color
Monochromatic Colors of #A7CFBD
Black with #A7CFBD
Text Example
Text Example
White with #A7CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CFBD; }
p { color: rgb(167,207,189); }
H1.HeaderClassName
{
color: #A7CFBD;
}
.AnyTagClassName
{
color: #A7CFBD;
}
</style>
background-color css
<style>
a { background-color: #A7CFBD; }
a { background-color: rgb(167,207,189); }
div.DivClassName
{
background-color: #A7CFBD;
}
.BgClassName
{
background-color: #A7CFBD;
}
</style>
border-color css
<style>
span { border-color: #A7CFBD; }
span { border-color: rgb(167,207,189); }
td.TdClassName
{
border-color: #A7CFBD;
}
.TagClassName
{
border-color: #A7CFBD;
}
</style>