COLOR #9DAAA8

HEX: #9DAAA8 RGB: (157,170,168)

Color info

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

RGB color model

#9DAAA8 color RGB value is (157,170,168).

RGB: (157,170,168) (62%, 67%, 66%)

RGB channels and saturation

R 157 of 255 = 62%
G 170 of 255 = 67%
B 168 of 255 = 66%

157
170
168

R + G + B ~ 65%. #9DAAA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 170 + 168 = 495 (100%)
R 157 of 495 ~ 31.72%
G 170 of 495 ~ 34.34%
B 168 of 495 ~ 33.94'%

%31.72
%34.34
%33.94

CMYK color model

#9DAAA8 color CMYK value is (8,0,1,33).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 1.18%
  • key color value is 33.33%

CMYK: (8,0,1,33)
C8M0Y1K33 (8%, 0%, 1%, 33%)
(0.08 / 0.00 / 0.01 / 0.33)

CMYK percentages

%7.65
%0
%1.18
%33.33

Codes

Color #9DAAA8 in popluar color models

9D AA A8
RGB 157 170 168
HSL 171° 7.10% 64.12%
HSB/HSV 171° 7.65% 66.67%
CMYK 7.65% 0.00% 1.18%
33.33%

Color #9DAAA8 in popluar number systems.

HEX 9D AA A8
Decimal 157 170 168
Binary 10011101 10101010 10101000
Octal 235 252 250

Shades and tints

Shades of #9DAAA8

#9DAAA8
(157,170,168)
#8F9B99
(143,155,153)
#818C8A
(129,140,138)
#737D7B
(115,125,123)
#656E6C
(101,110,108)
#575F5D
(87,95,93)
#49504E
(73,80,78)
#3B413F
(59,65,63)
#2D3230
(45,50,48)
#1F2321
(31,35,33)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #9DAAA8

#9DAAA8
(157,170,168)
#A5B1AF
(165,177,175)
#ADB8B6
(173,184,182)
#B5BFBD
(181,191,189)
#BDC6C4
(189,198,196)
#C5CDCB
(197,205,203)
#CDD4D2
(205,212,210)
#D5DBD9
(213,219,217)
#DDE2E0
(221,226,224)
#E5E9E7
(229,233,231)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAAA8; }

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

This text font color is #9DAAA8.

Background Color

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

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

This div background color is #9DAAA8.

Border color

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

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

This div border color is #9DAAA8.

Opacity

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

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

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

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

This text has shadow with #9DAAA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAAA8.

Preview

Color preview on black background

This text has color #9DAAA8 on black background.


Color preview on white background

This text has color #9DAAA8 on white background.


Black color preview on #9DAAA8 background

This text has black color on #9DAAA8 background.


White color preview on #9DAAA8 background

This text has white color on #9DAAA8 background.


Related colors

Complementary color

Complementary color for #hex is #625557.


I love getcolorcode.com

Triadic colors

1 #A89DAA and #AAA89D with #9DAAA8 are triadic colors.

2 #A8AA9D and #AA9DA8 with #9DAAA8 are triadic colors.