Shades of Conch #9DB7B0
Tints of Conch #9DB7B0
RGB
CMYK
RGB Variations
Color information
#9DB7B0 (or 0x9DB7B0) is known color: Conch. HEX triplet: 9D, B7 and B0. RGB value is (157,183,176). Sum of RGB (Red+Green+Blue) = 157+183+176=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB7B0 is #62484F. Grayscale: #AEAEAE. Windows color (decimal): -6441040 or 11581341. OLE color: 11581341.
HSL color Cylindrical-coordinate representation of color #9DB7B0: hue angle of 163.85º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DB7B0 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
RGB | 157 | 183 | 176 | - |
CMYK | 0.14 | 0 | 0.04 | 0.28 |
HSL | 163.85º | 0.15% | 0.67% | - |
HSV(B) | 163.85º | 0.14% | 0.72% | - |
XYZ | 38.67 | 44.17 | 47.56 | - |
YUV | 174.43 | 128.89 | 115.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 183 | 176 | 0.14 | 0 | 0.04 | 0.28 | 163.85 | 0.15 | 0.67 |
Hex | 9D | B7 | B0 | E | 0 | 4 | 1C | A4 | F | 43 |
Octal | 235 | 267 | 260 | 16 | 0 | 4 | 34 | 244 | 17 | 103 |
Binary | 10011101 | 10110111 | 10110000 | 1110 | 0 | 100 | 11100 | 10100100 | 1111 | 1000011 |
Color Harmonies of #9DB7B0
Complementary color
Monochromatic Colors of #9DB7B0
Black with #9DB7B0
Text Example
Text Example
White with #9DB7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB7B0; }
p { color: rgb(157,183,176); }
H1.HeaderClassName
{
color: #9DB7B0;
}
.AnyTagClassName
{
color: #9DB7B0;
}
</style>
background-color css
<style>
a { background-color: #9DB7B0; }
a { background-color: rgb(157,183,176); }
div.DivClassName
{
background-color: #9DB7B0;
}
.BgClassName
{
background-color: #9DB7B0;
}
</style>
border-color css
<style>
span { border-color: #9DB7B0; }
span { border-color: rgb(157,183,176); }
td.TdClassName
{
border-color: #9DB7B0;
}
.TagClassName
{
border-color: #9DB7B0;
}
</style>