Shades of Opal #A7C3BD
Tints of Opal #A7C3BD
RGB
CMYK
RGB Variations
Color information
#A7C3BD (or 0xA7C3BD) is known color: Opal. HEX triplet: A7, C3 and BD. RGB value is (167,195,189). Sum of RGB (Red+Green+Blue) = 167+195+189=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C3BD is #583C42. Grayscale: #B9B9B9. Windows color (decimal): -5782595 or 12436391. OLE color: 12436391.
HSL color Cylindrical-coordinate representation of color #A7C3BD: hue angle of 167.14º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7C3BD is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 195 | 189 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.24 |
| HSL | 167.14º | 0.19% | 0.71% | - |
| HSV(B) | 167.14º | 0.14% | 0.76% | - |
| XYZ | 44.64 | 50.92 | 55.62 | - |
| YUV | 185.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 195 | 189 | 0.14 | 0 | 0.03 | 0.24 | 167.14 | 0.19 | 0.71 |
| Hex | A7 | C3 | BD | E | 0 | 3 | 18 | A7 | 13 | 47 |
| Octal | 247 | 303 | 275 | 16 | 0 | 3 | 30 | 247 | 23 | 107 |
| Binary | 10100111 | 11000011 | 10111101 | 1110 | 0 | 11 | 11000 | 10100111 | 10011 | 1000111 |
Color Harmonies of #A7C3BD
Complementary color
Monochromatic Colors of #A7C3BD
Black with #A7C3BD
Text Example
Text Example
White with #A7C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C3BD; }
p { color: rgb(167,195,189); }
H1.HeaderClassName
{
color: #A7C3BD;
}
.AnyTagClassName
{
color: #A7C3BD;
}
</style>
background-color css
<style>
a { background-color: #A7C3BD; }
a { background-color: rgb(167,195,189); }
div.DivClassName
{
background-color: #A7C3BD;
}
.BgClassName
{
background-color: #A7C3BD;
}
</style>
border-color css
<style>
span { border-color: #A7C3BD; }
span { border-color: rgb(167,195,189); }
td.TdClassName
{
border-color: #A7C3BD;
}
.TagClassName
{
border-color: #A7C3BD;
}
</style>