COLOR #9DB0AB

HEX: #9DB0AB RGB: (157,176,171)

Color info

#9DB0AB contains red, green and blue colors in about the same proportion. Web safe color of #9DB0AB is #999999 (or #999).

RGB color model

#9DB0AB color RGB value is (157,176,171).

RGB: (157,176,171) (62%, 69%, 67%)

RGB channels and saturation

R 157 of 255 = 62%
G 176 of 255 = 69%
B 171 of 255 = 67%

157
176
171

R + G + B ~ 66%. #9DB0AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 176 + 171 = 504 (100%)
R 157 of 504 ~ 31.15%
G 176 of 504 ~ 34.92%
B 171 of 504 ~ 33.93'%

%31.15
%34.92
%33.93

CMYK color model

#9DB0AB color CMYK value is (11,0,3,31).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 30.98%

CMYK: (11,0,3,31)
C11M0Y3K31 (11%, 0%, 3%, 31%)
(0.11 / 0.00 / 0.03 / 0.31)

CMYK percentages

%10.8
%0
%2.84
%30.98

Codes

Color #9DB0AB in popluar color models

9D B0 AB
RGB 157 176 171
HSL 164° 10.73% 65.29%
HSB/HSV 164° 10.80% 69.02%
CMYK 10.80% 0.00% 2.84%
30.98%

Color #9DB0AB in popluar number systems.

HEX 9D B0 AB
Decimal 157 176 171
Binary 10011101 10110000 10101011
Octal 235 260 253

Shades and tints

Shades of #9DB0AB

#9DB0AB
(157,176,171)
#8FA09C
(143,160,156)
#81908D
(129,144,141)
#73807E
(115,128,126)
#65706F
(101,112,111)
#576060
(87,96,96)
#495051
(73,80,81)
#3B4042
(59,64,66)
#2D3033
(45,48,51)
#1F2024
(31,32,36)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #9DB0AB

#9DB0AB
(157,176,171)
#A5B7B2
(165,183,178)
#ADBEB9
(173,190,185)
#B5C5C0
(181,197,192)
#BDCCC7
(189,204,199)
#C5D3CE
(197,211,206)
#CDDAD5
(205,218,213)
#D5E1DC
(213,225,220)
#DDE8E3
(221,232,227)
#E5EFEA
(229,239,234)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB0AB color. Also use rgb(157,176,171) instead hex code.

Text Font Color

.myTextColor { color: #9DB0AB; }

<p style="color:#9DB0AB">This sample text font color is #9DB0AB.</p>

This text font color is #9DB0AB.

Background Color

.myBgColor { background-color: #9DB0AB; }

<div style="background-color:#9DB0AB">Inner text</div>

This div background color is #9DB0AB.

Border color

.myBorderColor { border: 1px solid #9DB0AB; }

<div style="border:3px solid #9DB0AB">Div</div>

This div border color is #9DB0AB.

Opacity

.myOpacity80 { color: #9DB0AB; opacity: 0.8; }

<p style="color:#9DB0AB;opacity:0.8;">80%</p>

Text with #9DB0AB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9DB0AB;}

<p style="text-shadow: 3px 3px 1px #9DB0AB">Text here.</p>

This text has shadow with #9DB0AB color.


.textShadow {text-shadow: 3px 3px 1px #9DB0AB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9DB0AB, 5px 5px 20px red">Text here.</p>

This text has shadow with #9DB0AB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9DB0AB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9DB0AB, Direction=45, Strength=4)">Text</p>

This text has shadow with #9DB0AB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9DB0AB;
-webkit-box-shadow: 1px 1px 3px 2px #9DB0AB;
box-shadow: 1px 1px 3px 2px #9DB0AB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9DB0AB; -webkit-box-shadow: 1px 1px 3px 2px #9DB0AB; box-shadow:1px 1px 3px 2px #9DB0AB;">
Div content here
</div>

This div box has shadow with color #9DB0AB.

Preview

Color preview on black background

This text has color #9DB0AB on black background.


Color preview on white background

This text has color #9DB0AB on white background.


Black color preview on #9DB0AB background

This text has black color on #9DB0AB background.


White color preview on #9DB0AB background

This text has white color on #9DB0AB background.


Related colors

Complementary color

Complementary color for #hex is #624F54.


I love getcolorcode.com

Triadic colors

1 #AB9DB0 and #B0AB9D with #9DB0AB are triadic colors.

2 #ABB09D and #B09DAB with #9DB0AB are triadic colors.