COLOR #9DAC7A

HEX: #9DAC7A RGB: (157,172,122)

Color info

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

RGB color model

#9DAC7A color RGB value is (157,172,122).

RGB: (157,172,122) (62%, 67%, 48%)

RGB channels and saturation

R 157 of 255 = 62%
G 172 of 255 = 67%
B 122 of 255 = 48%

157
172
122

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

Portions of RGB colors in percentages

R + G + B = 157 + 172 + 122 = 451 (100%)
R 157 of 451 ~ 34.81%
G 172 of 451 ~ 38.14%
B 122 of 451 ~ 27.05'%

%34.81
%38.14
%27.05

CMYK color model

#9DAC7A color CMYK value is (9,0,29,33).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 29.07%
  • key color value is 32.55%

CMYK: (9,0,29,33)
C9M0Y29K33 (9%, 0%, 29%, 33%)
(0.09 / 0.00 / 0.29 / 0.33)

CMYK percentages

%8.72
%0
%29.07
%32.55

Codes

Color #9DAC7A in popluar color models

9D AC 7A
RGB 157 172 122
HSL 78° 23.15% 57.65%
HSB/HSV 78° 29.07% 67.45%
CMYK 8.72% 0.00% 29.07%
32.55%

Color #9DAC7A in popluar number systems.

HEX 9D AC 7A
Decimal 157 172 122
Binary 10011101 10101100 1111010
Octal 235 254 172

Shades and tints

Shades of #9DAC7A

#9DAC7A
(157,172,122)
#8F9D6F
(143,157,111)
#818E64
(129,142,100)
#737F59
(115,127,89)
#65704E
(101,112,78)
#576143
(87,97,67)
#495238
(73,82,56)
#3B432D
(59,67,45)
#2D3422
(45,52,34)
#1F2517
(31,37,23)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #9DAC7A

#9DAC7A
(157,172,122)
#A5B386
(165,179,134)
#ADBA92
(173,186,146)
#B5C19E
(181,193,158)
#BDC8AA
(189,200,170)
#C5CFB6
(197,207,182)
#CDD6C2
(205,214,194)
#D5DDCE
(213,221,206)
#DDE4DA
(221,228,218)
#E5EBE6
(229,235,230)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAC7A; }

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

This text font color is #9DAC7A.

Background Color

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

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

This div background color is #9DAC7A.

Border color

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

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

This div border color is #9DAC7A.

Opacity

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

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

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

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

This text has shadow with #9DAC7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAC7A.

Preview

Color preview on black background

This text has color #9DAC7A on black background.


Color preview on white background

This text has color #9DAC7A on white background.


Black color preview on #9DAC7A background

This text has black color on #9DAC7A background.


White color preview on #9DAC7A background

This text has white color on #9DAC7A background.


Related colors

Complementary color

Complementary color for #hex is #625385.


I love getcolorcode.com

Triadic colors

1 #7A9DAC and #AC7A9D with #9DAC7A are triadic colors.

2 #7AAC9D and #AC9D7A with #9DAC7A are triadic colors.