COLOR #9DB2AB

HEX: #9DB2AB RGB: (157,178,171)

Color info

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

RGB color model

#9DB2AB color RGB value is (157,178,171).

RGB: (157,178,171) (62%, 70%, 67%)

RGB channels and saturation

R 157 of 255 = 62%
G 178 of 255 = 70%
B 171 of 255 = 67%

157
178
171

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

Portions of RGB colors in percentages

R + G + B = 157 + 178 + 171 = 506 (100%)
R 157 of 506 ~ 31.03%
G 178 of 506 ~ 35.18%
B 171 of 506 ~ 33.79'%

%31.03
%35.18
%33.79

CMYK color model

#9DB2AB color CMYK value is (12,0,4,30).

  • cyan value is 11.80%
  • magenta value is 0.00%
  • yellow value is 3.93%
  • key color value is 30.20%

CMYK: (12,0,4,30)
C12M0Y4K30 (12%, 0%, 4%, 30%)
(0.12 / 0.00 / 0.04 / 0.30)

CMYK percentages

%11.8
%0
%3.93
%30.2

Codes

Color #9DB2AB in popluar color models

9D B2 AB
RGB 157 178 171
HSL 160° 12.00% 65.69%
HSB/HSV 160° 11.80% 69.80%
CMYK 11.80% 0.00% 3.93%
30.20%

Color #9DB2AB in popluar number systems.

HEX 9D B2 AB
Decimal 157 178 171
Binary 10011101 10110010 10101011
Octal 235 262 253

Shades and tints

Shades of #9DB2AB

#9DB2AB
(157,178,171)
#8FA29C
(143,162,156)
#81928D
(129,146,141)
#73827E
(115,130,126)
#65726F
(101,114,111)
#576260
(87,98,96)
#495251
(73,82,81)
#3B4242
(59,66,66)
#2D3233
(45,50,51)
#1F2224
(31,34,36)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #9DB2AB

#9DB2AB
(157,178,171)
#A5B9B2
(165,185,178)
#ADC0B9
(173,192,185)
#B5C7C0
(181,199,192)
#BDCEC7
(189,206,199)
#C5D5CE
(197,213,206)
#CDDCD5
(205,220,213)
#D5E3DC
(213,227,220)
#DDEAE3
(221,234,227)
#E5F1EA
(229,241,234)
#EDF8F1
(237,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB2AB; }

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

This text font color is #9DB2AB.

Background Color

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

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

This div background color is #9DB2AB.

Border color

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

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

This div border color is #9DB2AB.

Opacity

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

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

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

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

This text has shadow with #9DB2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB2AB.

Preview

Color preview on black background

This text has color #9DB2AB on black background.


Color preview on white background

This text has color #9DB2AB on white background.


Black color preview on #9DB2AB background

This text has black color on #9DB2AB background.


White color preview on #9DB2AB background

This text has white color on #9DB2AB background.


Related colors

Complementary color

Complementary color for #hex is #624D54.


I love getcolorcode.com

Triadic colors

1 #AB9DB2 and #B2AB9D with #9DB2AB are triadic colors.

2 #ABB29D and #B29DAB with #9DB2AB are triadic colors.