Shades of Opal #A7C6BD
Tints of Opal #A7C6BD
RGB
CMYK
RGB Variations
Color information
#A7C6BD (or 0xA7C6BD) is known color: Opal. HEX triplet: A7, C6 and BD. RGB value is (167,198,189). Sum of RGB (Red+Green+Blue) = 167+198+189=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C6BD is #583942. Grayscale: #BBBBBB. Windows color (decimal): -5781827 or 12437159. OLE color: 12437159.
HSL color Cylindrical-coordinate representation of color #A7C6BD: hue angle of 162.58º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7C6BD is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 198 | 189 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.22 |
| HSL | 162.58º | 0.21% | 0.72% | - |
| HSV(B) | 162.58º | 0.16% | 0.78% | - |
| XYZ | 45.32 | 52.28 | 55.85 | - |
| YUV | 187.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 198 | 189 | 0.16 | 0 | 0.05 | 0.22 | 162.58 | 0.21 | 0.72 |
| Hex | A7 | C6 | BD | 10 | 0 | 5 | 16 | A3 | 15 | 48 |
| Octal | 247 | 306 | 275 | 20 | 0 | 5 | 26 | 243 | 25 | 110 |
| Binary | 10100111 | 11000110 | 10111101 | 10000 | 0 | 101 | 10110 | 10100011 | 10101 | 1001000 |
Color Harmonies of #A7C6BD
Complementary color
Monochromatic Colors of #A7C6BD
Black with #A7C6BD
Text Example
Text Example
White with #A7C6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C6BD; }
p { color: rgb(167,198,189); }
H1.HeaderClassName
{
color: #A7C6BD;
}
.AnyTagClassName
{
color: #A7C6BD;
}
</style>
background-color css
<style>
a { background-color: #A7C6BD; }
a { background-color: rgb(167,198,189); }
div.DivClassName
{
background-color: #A7C6BD;
}
.BgClassName
{
background-color: #A7C6BD;
}
</style>
border-color css
<style>
span { border-color: #A7C6BD; }
span { border-color: rgb(167,198,189); }
td.TdClassName
{
border-color: #A7C6BD;
}
.TagClassName
{
border-color: #A7C6BD;
}
</style>