COLOR #9DB9AA

HEX: #9DB9AA RGB: (157,185,170)

Color info

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

RGB color model

#9DB9AA color RGB value is (157,185,170).

RGB: (157,185,170) (62%, 73%, 67%)

RGB channels and saturation

R 157 of 255 = 62%
G 185 of 255 = 73%
B 170 of 255 = 67%

157
185
170

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

Portions of RGB colors in percentages

R + G + B = 157 + 185 + 170 = 512 (100%)
R 157 of 512 ~ 30.66%
G 185 of 512 ~ 36.13%
B 170 of 512 ~ 33.2'%

%30.66
%36.13
%33.2

CMYK color model

#9DB9AA color CMYK value is (15,0,8,27).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 27.45%

CMYK: (15,0,8,27)
C15M0Y8K27 (15%, 0%, 8%, 27%)
(0.15 / 0.00 / 0.08 / 0.27)

CMYK percentages

%15.14
%0
%8.11
%27.45

Codes

Color #9DB9AA in popluar color models

9D B9 AA
RGB 157 185 170
HSL 148° 16.67% 67.06%
HSB/HSV 148° 15.14% 72.55%
CMYK 15.14% 0.00% 8.11%
27.45%

Color #9DB9AA in popluar number systems.

HEX 9D B9 AA
Decimal 157 185 170
Binary 10011101 10111001 10101010
Octal 235 271 252

Shades and tints

Shades of #9DB9AA

#9DB9AA
(157,185,170)
#8FA99B
(143,169,155)
#81998C
(129,153,140)
#73897D
(115,137,125)
#65796E
(101,121,110)
#57695F
(87,105,95)
#495950
(73,89,80)
#3B4941
(59,73,65)
#2D3932
(45,57,50)
#1F2923
(31,41,35)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #9DB9AA

#9DB9AA
(157,185,170)
#A5BFB1
(165,191,177)
#ADC5B8
(173,197,184)
#B5CBBF
(181,203,191)
#BDD1C6
(189,209,198)
#C5D7CD
(197,215,205)
#CDDDD4
(205,221,212)
#D5E3DB
(213,227,219)
#DDE9E2
(221,233,226)
#E5EFE9
(229,239,233)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB9AA color. Also use rgb(157,185,170) instead hex code.

Text Font Color

.myTextColor { color: #9DB9AA; }

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

This text font color is #9DB9AA.

Background Color

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

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

This div background color is #9DB9AA.

Border color

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

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

This div border color is #9DB9AA.

Opacity

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

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

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

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

This text has shadow with #9DB9AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB9AA.

Preview

Color preview on black background

This text has color #9DB9AA on black background.


Color preview on white background

This text has color #9DB9AA on white background.


Black color preview on #9DB9AA background

This text has black color on #9DB9AA background.


White color preview on #9DB9AA background

This text has white color on #9DB9AA background.


Related colors

Complementary color

Complementary color for #hex is #624655.


I love getcolorcode.com

Triadic colors

1 #AA9DB9 and #B9AA9D with #9DB9AA are triadic colors.

2 #AAB99D and #B99DAA with #9DB9AA are triadic colors.