COLOR #9DA276

HEX: #9DA276 RGB: (157,162,118)

Color info

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

RGB color model

#9DA276 color RGB value is (157,162,118).

RGB: (157,162,118) (62%, 64%, 46%)

RGB channels and saturation

R 157 of 255 = 62%
G 162 of 255 = 64%
B 118 of 255 = 46%

157
162
118

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

Portions of RGB colors in percentages

R + G + B = 157 + 162 + 118 = 437 (100%)
R 157 of 437 ~ 35.93%
G 162 of 437 ~ 37.07%
B 118 of 437 ~ 27'%

%35.93
%37.07
%27

CMYK color model

#9DA276 color CMYK value is (3,0,27,36).

  • cyan value is 3.09%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 36.47%

CMYK: (3,0,27,36)
C3M0Y27K36 (3%, 0%, 27%, 36%)
(0.03 / 0.00 / 0.27 / 0.36)

CMYK percentages

%3.09
%0
%27.16
%36.47

Codes

Color #9DA276 in popluar color models

9D A2 76
RGB 157 162 118
HSL 67° 19.13% 54.90%
HSB/HSV 67° 27.16% 63.53%
CMYK 3.09% 0.00% 27.16%
36.47%

Color #9DA276 in popluar number systems.

HEX 9D A2 76
Decimal 157 162 118
Binary 10011101 10100010 1110110
Octal 235 242 166

Shades and tints

Shades of #9DA276

#9DA276
(157,162,118)
#8F946C
(143,148,108)
#818662
(129,134,98)
#737858
(115,120,88)
#656A4E
(101,106,78)
#575C44
(87,92,68)
#494E3A
(73,78,58)
#3B4030
(59,64,48)
#2D3226
(45,50,38)
#1F241C
(31,36,28)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #9DA276

#9DA276
(157,162,118)
#A5AA82
(165,170,130)
#ADB28E
(173,178,142)
#B5BA9A
(181,186,154)
#BDC2A6
(189,194,166)
#C5CAB2
(197,202,178)
#CDD2BE
(205,210,190)
#D5DACA
(213,218,202)
#DDE2D6
(221,226,214)
#E5EAE2
(229,234,226)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA276 color. Also use rgb(157,162,118) instead hex code.

Text Font Color

.myTextColor { color: #9DA276; }

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

This text font color is #9DA276.

Background Color

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

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

This div background color is #9DA276.

Border color

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

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

This div border color is #9DA276.

Opacity

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

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

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

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

This text has shadow with #9DA276 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA276.

Preview

Color preview on black background

This text has color #9DA276 on black background.


Color preview on white background

This text has color #9DA276 on white background.


Black color preview on #9DA276 background

This text has black color on #9DA276 background.


White color preview on #9DA276 background

This text has white color on #9DA276 background.


Related colors

Complementary color

Complementary color for #hex is #625D89.


I love getcolorcode.com

Triadic colors

1 #769DA2 and #A2769D with #9DA276 are triadic colors.

2 #76A29D and #A29D76 with #9DA276 are triadic colors.