COLOR #9DAB84

HEX: #9DAB84
RGB: (157,171,132)

Color info

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

RGB color model

#9DAB84 color RGB value is (157,171,132).

  • red value is 157;
  • green value is 171;
  • blue value is 132.
RGB:
(157,171,132)
(62%,67%,52%)

RGB channels and saturation

R 157 of 255 = 62%
G 171 of 255 = 67%
B 132 of 255 = 52%

157
171
132

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

Portions of RGB colors in percentages

R + G + B =
157 + 171 + 132 = 460 (100%)
R 157 of 460 ~ 34.13%
G 171 of 460 ~ 37.17%
B 132 of 460 ~ 28.7%

%34.13
%37.17
%28.7

CMYK color model

#9DAB84 color CMYK value is (8,0,23,33).

  • cyan value is 8.19%
  • magenta value is 0.00%
  • yellow value is 22.81%
  • key color value is 32.94%
CMYK:
(8,0,23,33)
C8M0Y23K33 
(8%,0%,23%,33%)
(0.08/0.00/0.23/0.33)	

CMYK percentages

%8.19
%0
%22.81
%32.94

Codes

Color #9DAB84 in popluar color models

9DAB84
RGB157171132
HSL82°18.84%59.41%
HSB/HSV82°22.81%67.06%
CMYK8.19%0.00%22.81%
32.94%

Color #9DAB84 in popluar number systems.

HEX9DAB84
Decimal157171132
Binary100111011010101110000100
Octal235253204

Shades and tints

Shades of #9DAB84

#9DAB84
(157,171,132)
#8F9C78
(143,156,120)
#818D6C
(129,141,108)
#737E60
(115,126,96)
#656F54
(101,111,84)
#576048
(87,96,72)
#49513C
(73,81,60)
#3B4230
(59,66,48)
#2D3324
(45,51,36)
#1F2418
(31,36,24)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #9DAB84

#9DAB84
(157,171,132)
#A5B28F
(165,178,143)
#ADB99A
(173,185,154)
#B5C0A5
(181,192,165)
#BDC7B0
(189,199,176)
#C5CEBB
(197,206,187)
#CDD5C6
(205,213,198)
#D5DCD1
(213,220,209)
#DDE3DC
(221,227,220)
#E5EAE7
(229,234,231)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAB84; }

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

This text font color is #9DAB84.


Background Color

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

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

This div background color is #9DAB84.


Border color

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

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

This div border color is #9DAB84.


Opacity

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

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

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

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

This text has shadow with #9DAB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAB84 on black background.


Color preview on white background

This text has color #9DAB84 on white background.



Black color preview on #9DAB84 background

This text has black color on #9DAB84 background.


White color preview on #9DAB84 background

This text has white color on #9DAB84 background.