Shades of Shadow Green #9EBDB7
Tints of Shadow Green #9EBDB7
RGB
CMYK
RGB Variations
Color information
#9EBDB7 (or 0x9EBDB7) is known color: Shadow Green. HEX triplet: 9E, BD and B7. RGB value is (158,189,183). Sum of RGB (Red+Green+Blue) = 158+189+183=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDB7 is #614248. Grayscale: #B3B3B3. Windows color (decimal): -6373961 or 12041630. OLE color: 12041630.
HSL color Cylindrical-coordinate representation of color #9EBDB7: hue angle of 168.39º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBDB7 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 183 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.26 |
| HSL | 168.39º | 0.19% | 0.68% | - |
| HSV(B) | 168.39º | 0.16% | 0.74% | - |
| XYZ | 40.85 | 47.08 | 51.73 | - |
| YUV | 179.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 183 | 0.16 | 0 | 0.03 | 0.26 | 168.39 | 0.19 | 0.68 |
| Hex | 9E | BD | B7 | 10 | 0 | 3 | 1A | A8 | 13 | 44 |
| Octal | 236 | 275 | 267 | 20 | 0 | 3 | 32 | 250 | 23 | 104 |
| Binary | 10011110 | 10111101 | 10110111 | 10000 | 0 | 11 | 11010 | 10101000 | 10011 | 1000100 |
Color Harmonies of #9EBDB7
Complementary color
Monochromatic Colors of #9EBDB7
Black with #9EBDB7
Text Example
Text Example
White with #9EBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBDB7; }
p { color: rgb(158,189,183); }
H1.HeaderClassName
{
color: #9EBDB7;
}
.AnyTagClassName
{
color: #9EBDB7;
}
</style>
background-color css
<style>
a { background-color: #9EBDB7; }
a { background-color: rgb(158,189,183); }
div.DivClassName
{
background-color: #9EBDB7;
}
.BgClassName
{
background-color: #9EBDB7;
}
</style>
border-color css
<style>
span { border-color: #9EBDB7; }
span { border-color: rgb(158,189,183); }
td.TdClassName
{
border-color: #9EBDB7;
}
.TagClassName
{
border-color: #9EBDB7;
}
</style>