COLOR #9DAAA9

HEX: #9DAAA9
RGB: (157,170,169)

Color info

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

RGB color model

#9DAAA9 color RGB value is (157,170,169).

  • red value is 157;
  • green value is 170;
  • blue value is 169.
RGB:
(157,170,169)
(62%,67%,66%)

RGB channels and saturation

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

157
170
169

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

Portions of RGB colors in percentages

R + G + B =
157 + 170 + 169 = 496 (100%)
R 157 of 496 ~ 31.65%
G 170 of 496 ~ 34.27%
B 169 of 496 ~ 34.07%

%31.65
%34.27
%34.07

CMYK color model

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

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 0.59%
  • 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
%0.59
%33.33

Codes

Color #9DAAA9 in popluar color models

9DAAA9
RGB157170169
HSL175°7.10%64.12%
HSB/HSV175°7.65%66.67%
CMYK7.65%0.00%0.59%
33.33%

Color #9DAAA9 in popluar number systems.

HEX9DAAA9
Decimal157170169
Binary100111011010101010101001
Octal235252251

Shades and tints

Shades of #9DAAA9

#9DAAA9
(157,170,169)
#8F9B9A
(143,155,154)
#818C8B
(129,140,139)
#737D7C
(115,125,124)
#656E6D
(101,110,109)
#575F5E
(87,95,94)
#49504F
(73,80,79)
#3B4140
(59,65,64)
#2D3231
(45,50,49)
#1F2322
(31,35,34)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #9DAAA9

#9DAAA9
(157,170,169)
#A5B1B0
(165,177,176)
#ADB8B7
(173,184,183)
#B5BFBE
(181,191,190)
#BDC6C5
(189,198,197)
#C5CDCC
(197,205,204)
#CDD4D3
(205,212,211)
#D5DBDA
(213,219,218)
#DDE2E1
(221,226,225)
#E5E9E8
(229,233,232)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAAA9; }

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

This text font color is #9DAAA9.


Background Color

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

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

This div background color is #9DAAA9.


Border color

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

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

This div border color is #9DAAA9.


Opacity

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

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

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

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

This text has shadow with #9DAAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAAA9 on black background.


Color preview on white background

This text has color #9DAAA9 on white background.



Black color preview on #9DAAA9 background

This text has black color on #9DAAA9 background.


White color preview on #9DAAA9 background

This text has white color on #9DAAA9 background.