COLOR #9DAA7C

HEX: #9DAA7C RGB: (157,170,124)

Color info

#9DAA7C contains red, green and blue colors in about the same proportion. Web safe color of #9DAA7C is #999966 (or #996).

RGB color model

#9DAA7C color RGB value is (157,170,124).

RGB: (157,170,124) (62%, 67%, 49%)

RGB channels and saturation

R 157 of 255 = 62%
G 170 of 255 = 67%
B 124 of 255 = 49%

157
170
124

R + G + B ~ 59%. #9DAA7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 170 + 124 = 451 (100%)
R 157 of 451 ~ 34.81%
G 170 of 451 ~ 37.69%
B 124 of 451 ~ 27.49'%

%34.81
%37.69
%27.49

CMYK color model

#9DAA7C color CMYK value is (8,0,27,33).

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

CMYK: (8,0,27,33)
C8M0Y27K33 (8%, 0%, 27%, 33%)
(0.08 / 0.00 / 0.27 / 0.33)

CMYK percentages

%7.65
%0
%27.06
%33.33

Codes

Color #9DAA7C in popluar color models

9D AA 7C
RGB 157 170 124
HSL 77° 21.30% 57.65%
HSB/HSV 77° 27.06% 66.67%
CMYK 7.65% 0.00% 27.06%
33.33%

Color #9DAA7C in popluar number systems.

HEX 9D AA 7C
Decimal 157 170 124
Binary 10011101 10101010 1111100
Octal 235 252 174

Shades and tints

Shades of #9DAA7C

#9DAA7C
(157,170,124)
#8F9B71
(143,155,113)
#818C66
(129,140,102)
#737D5B
(115,125,91)
#656E50
(101,110,80)
#575F45
(87,95,69)
#49503A
(73,80,58)
#3B412F
(59,65,47)
#2D3224
(45,50,36)
#1F2319
(31,35,25)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #9DAA7C

#9DAA7C
(157,170,124)
#A5B187
(165,177,135)
#ADB892
(173,184,146)
#B5BF9D
(181,191,157)
#BDC6A8
(189,198,168)
#C5CDB3
(197,205,179)
#CDD4BE
(205,212,190)
#D5DBC9
(213,219,201)
#DDE2D4
(221,226,212)
#E5E9DF
(229,233,223)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAA7C; }

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

This text font color is #9DAA7C.

Background Color

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

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

This div background color is #9DAA7C.

Border color

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

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

This div border color is #9DAA7C.

Opacity

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

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

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

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

This text has shadow with #9DAA7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAA7C.

Preview

Color preview on black background

This text has color #9DAA7C on black background.


Color preview on white background

This text has color #9DAA7C on white background.


Black color preview on #9DAA7C background

This text has black color on #9DAA7C background.


White color preview on #9DAA7C background

This text has white color on #9DAA7C background.


Related colors

Complementary color

Complementary color for #hex is #625583.


I love getcolorcode.com

Triadic colors

1 #7C9DAA and #AA7C9D with #9DAA7C are triadic colors.

2 #7CAA9D and #AA9D7C with #9DAA7C are triadic colors.