COLOR #9DB8AB

HEX: #9DB8AB RGB: (157,184,171)

Color info

#9DB8AB contains red, green and blue colors in about the same proportion. Web safe color of #9DB8AB is #99CC99 (or #9C9).

RGB color model

#9DB8AB color RGB value is (157,184,171).

RGB: (157,184,171) (62%, 72%, 67%)

RGB channels and saturation

R 157 of 255 = 62%
G 184 of 255 = 72%
B 171 of 255 = 67%

157
184
171

R + G + B ~ 67%. #9DB8AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 184 + 171 = 512 (100%)
R 157 of 512 ~ 30.66%
G 184 of 512 ~ 35.94%
B 171 of 512 ~ 33.4'%

%30.66
%35.94
%33.4

CMYK color model

#9DB8AB color CMYK value is (15,0,7,28).

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 27.84%

CMYK: (15,0,7,28)
C15M0Y7K28 (15%, 0%, 7%, 28%)
(0.15 / 0.00 / 0.07 / 0.28)

CMYK percentages

%14.67
%0
%7.07
%27.84

Codes

Color #9DB8AB in popluar color models

9D B8 AB
RGB 157 184 171
HSL 151° 15.98% 66.86%
HSB/HSV 151° 14.67% 72.16%
CMYK 14.67% 0.00% 7.07%
27.84%

Color #9DB8AB in popluar number systems.

HEX 9D B8 AB
Decimal 157 184 171
Binary 10011101 10111000 10101011
Octal 235 270 253

Shades and tints

Shades of #9DB8AB

#9DB8AB
(157,184,171)
#8FA89C
(143,168,156)
#81988D
(129,152,141)
#73887E
(115,136,126)
#65786F
(101,120,111)
#576860
(87,104,96)
#495851
(73,88,81)
#3B4842
(59,72,66)
#2D3833
(45,56,51)
#1F2824
(31,40,36)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #9DB8AB

#9DB8AB
(157,184,171)
#A5BEB2
(165,190,178)
#ADC4B9
(173,196,185)
#B5CAC0
(181,202,192)
#BDD0C7
(189,208,199)
#C5D6CE
(197,214,206)
#CDDCD5
(205,220,213)
#D5E2DC
(213,226,220)
#DDE8E3
(221,232,227)
#E5EEEA
(229,238,234)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB8AB; }

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

This text font color is #9DB8AB.

Background Color

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

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

This div background color is #9DB8AB.

Border color

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

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

This div border color is #9DB8AB.

Opacity

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

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

Text with #9DB8AB 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 #9DB8AB;}

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

This text has shadow with #9DB8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB8AB.

Preview

Color preview on black background

This text has color #9DB8AB on black background.


Color preview on white background

This text has color #9DB8AB on white background.


Black color preview on #9DB8AB background

This text has black color on #9DB8AB background.


White color preview on #9DB8AB background

This text has white color on #9DB8AB background.


Related colors

Complementary color

Complementary color for #hex is #624754.


I love getcolorcode.com

Triadic colors

1 #AB9DB8 and #B8AB9D with #9DB8AB are triadic colors.

2 #ABB89D and #B89DAB with #9DB8AB are triadic colors.