COLOR #9DAAAC

HEX: #9DAAAC
RGB: (157,170,172)

Color info

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

RGB color model

#9DAAAC color RGB value is (157,170,172).

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

RGB channels and saturation

R 157 of 255 = 62%
G 170 of 255 = 67%
B 172 of 255 = 67%

157
170
172

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

Portions of RGB colors in percentages

R + G + B =
157 + 170 + 172 = 499 (100%)
R 157 of 499 ~ 31.46%
G 170 of 499 ~ 34.07%
B 172 of 499 ~ 34.47%

%31.46
%34.07
%34.47

CMYK color model

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

  • cyan value is 8.72%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(9,1,0,33)
C9M1Y0K33 
(9%,1%,0%,33%)
(0.09/0.01/0.00/0.33)	

CMYK percentages

%8.72
%1.16
%0
%32.55

Codes

Color #9DAAAC in popluar color models

9DAAAC
RGB157170172
HSL188°8.29%64.51%
HSB/HSV188°8.72%67.45%
CMYK8.72%1.16%0.00%
32.55%

Color #9DAAAC in popluar number systems.

HEX9DAAAC
Decimal157170172
Binary100111011010101010101100
Octal235252254

Shades and tints

Shades of #9DAAAC

#9DAAAC
(157,170,172)
#8F9B9D
(143,155,157)
#818C8E
(129,140,142)
#737D7F
(115,125,127)
#656E70
(101,110,112)
#575F61
(87,95,97)
#495052
(73,80,82)
#3B4143
(59,65,67)
#2D3234
(45,50,52)
#1F2325
(31,35,37)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #9DAAAC

#9DAAAC
(157,170,172)
#A5B1B3
(165,177,179)
#ADB8BA
(173,184,186)
#B5BFC1
(181,191,193)
#BDC6C8
(189,198,200)
#C5CDCF
(197,205,207)
#CDD4D6
(205,212,214)
#D5DBDD
(213,219,221)
#DDE2E4
(221,226,228)
#E5E9EB
(229,233,235)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAAAC; }

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

This text font color is #9DAAAC.


Background Color

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

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

This div background color is #9DAAAC.


Border color

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

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

This div border color is #9DAAAC.


Opacity

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

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

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

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

This text has shadow with #9DAAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAAAC on black background.


Color preview on white background

This text has color #9DAAAC on white background.



Black color preview on #9DAAAC background

This text has black color on #9DAAAC background.


White color preview on #9DAAAC background

This text has white color on #9DAAAC background.