COLOR #9DAB77

HEX: #9DAB77 RGB: (157,171,119)

Color info

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

RGB color model

#9DAB77 color RGB value is (157,171,119).

RGB: (157,171,119) (62%, 67%, 47%)

RGB channels and saturation

R 157 of 255 = 62%
G 171 of 255 = 67%
B 119 of 255 = 47%

157
171
119

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

Portions of RGB colors in percentages

R + G + B = 157 + 171 + 119 = 447 (100%)
R 157 of 447 ~ 35.12%
G 171 of 447 ~ 38.26%
B 119 of 447 ~ 26.62'%

%35.12
%38.26
%26.62

CMYK color model

#9DAB77 color CMYK value is (8,0,30,33).

  • cyan value is 8.19%
  • magenta value is 0.00%
  • yellow value is 30.41%
  • key color value is 32.94%

CMYK: (8,0,30,33)
C8M0Y30K33 (8%, 0%, 30%, 33%)
(0.08 / 0.00 / 0.30 / 0.33)

CMYK percentages

%8.19
%0
%30.41
%32.94

Codes

Color #9DAB77 in popluar color models

9D AB 77
RGB 157 171 119
HSL 76° 23.64% 56.86%
HSB/HSV 76° 30.41% 67.06%
CMYK 8.19% 0.00% 30.41%
32.94%

Color #9DAB77 in popluar number systems.

HEX 9D AB 77
Decimal 157 171 119
Binary 10011101 10101011 1110111
Octal 235 253 167

Shades and tints

Shades of #9DAB77

#9DAB77
(157,171,119)
#8F9C6D
(143,156,109)
#818D63
(129,141,99)
#737E59
(115,126,89)
#656F4F
(101,111,79)
#576045
(87,96,69)
#49513B
(73,81,59)
#3B4231
(59,66,49)
#2D3327
(45,51,39)
#1F241D
(31,36,29)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #9DAB77

#9DAB77
(157,171,119)
#A5B283
(165,178,131)
#ADB98F
(173,185,143)
#B5C09B
(181,192,155)
#BDC7A7
(189,199,167)
#C5CEB3
(197,206,179)
#CDD5BF
(205,213,191)
#D5DCCB
(213,220,203)
#DDE3D7
(221,227,215)
#E5EAE3
(229,234,227)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAB77 color. Also use rgb(157,171,119) instead hex code.

Text Font Color

.myTextColor { color: #9DAB77; }

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

This text font color is #9DAB77.

Background Color

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

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

This div background color is #9DAB77.

Border color

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

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

This div border color is #9DAB77.

Opacity

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

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

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

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

This text has shadow with #9DAB77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAB77.

Preview

Color preview on black background

This text has color #9DAB77 on black background.


Color preview on white background

This text has color #9DAB77 on white background.


Black color preview on #9DAB77 background

This text has black color on #9DAB77 background.


White color preview on #9DAB77 background

This text has white color on #9DAB77 background.


Related colors

Complementary color

Complementary color for #hex is #625488.


I love getcolorcode.com

Triadic colors

1 #779DAB and #AB779D with #9DAB77 are triadic colors.

2 #77AB9D and #AB9D77 with #9DAB77 are triadic colors.