COLOR #9DAAA3

HEX: #9DAAA3 RGB: (157,170,163)

Color info

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

RGB color model

#9DAAA3 color RGB value is (157,170,163).

RGB: (157,170,163) (62%, 67%, 64%)

RGB channels and saturation

R 157 of 255 = 62%
G 170 of 255 = 67%
B 163 of 255 = 64%

157
170
163

R + G + B ~ 64%. #9DAAA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 170 + 163 = 490 (100%)
R 157 of 490 ~ 32.04%
G 170 of 490 ~ 34.69%
B 163 of 490 ~ 33.27'%

%32.04
%34.69
%33.27

CMYK color model

#9DAAA3 color CMYK value is (8,0,4,33).

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

CMYK: (8,0,4,33)
C8M0Y4K33 (8%, 0%, 4%, 33%)
(0.08 / 0.00 / 0.04 / 0.33)

CMYK percentages

%7.65
%0
%4.12
%33.33

Codes

Color #9DAAA3 in popluar color models

9D AA A3
RGB 157 170 163
HSL 148° 7.10% 64.12%
HSB/HSV 148° 7.65% 66.67%
CMYK 7.65% 0.00% 4.12%
33.33%

Color #9DAAA3 in popluar number systems.

HEX 9D AA A3
Decimal 157 170 163
Binary 10011101 10101010 10100011
Octal 235 252 243

Shades and tints

Shades of #9DAAA3

#9DAAA3
(157,170,163)
#8F9B95
(143,155,149)
#818C87
(129,140,135)
#737D79
(115,125,121)
#656E6B
(101,110,107)
#575F5D
(87,95,93)
#49504F
(73,80,79)
#3B4141
(59,65,65)
#2D3233
(45,50,51)
#1F2325
(31,35,37)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #9DAAA3

#9DAAA3
(157,170,163)
#A5B1AB
(165,177,171)
#ADB8B3
(173,184,179)
#B5BFBB
(181,191,187)
#BDC6C3
(189,198,195)
#C5CDCB
(197,205,203)
#CDD4D3
(205,212,211)
#D5DBDB
(213,219,219)
#DDE2E3
(221,226,227)
#E5E9EB
(229,233,235)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAAA3; }

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

This text font color is #9DAAA3.

Background Color

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

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

This div background color is #9DAAA3.

Border color

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

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

This div border color is #9DAAA3.

Opacity

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

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

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

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

This text has shadow with #9DAAA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAAA3.

Preview

Color preview on black background

This text has color #9DAAA3 on black background.


Color preview on white background

This text has color #9DAAA3 on white background.


Black color preview on #9DAAA3 background

This text has black color on #9DAAA3 background.


White color preview on #9DAAA3 background

This text has white color on #9DAAA3 background.


Related colors

Complementary color

Complementary color for #hex is #62555C.


I love getcolorcode.com

Triadic colors

1 #A39DAA and #AAA39D with #9DAAA3 are triadic colors.

2 #A3AA9D and #AA9DA3 with #9DAAA3 are triadic colors.