COLOR #9EAC8C

HEX: #9EAC8C
RGB: (158,172,140)

Color info

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

RGB color model

#9EAC8C color RGB value is (158,172,140).

  • red value is 158;
  • green value is 172;
  • blue value is 140.
RGB:
(158,172,140)
(62%,67%,55%)

RGB channels and saturation

R 158 of 255 = 62%
G 172 of 255 = 67%
B 140 of 255 = 55%

158
172
140

R + G + B ~ 61%. #9EAC8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 172 + 140 = 470 (100%)
R 158 of 470 ~ 33.62%
G 172 of 470 ~ 36.6%
B 140 of 470 ~ 29.79%

%33.62
%36.6
%29.79

CMYK color model

#9EAC8C color CMYK value is (8,0,19,33).

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 32.55%
CMYK:
(8,0,19,33)
C8M0Y19K33 
(8%,0%,19%,33%)
(0.08/0.00/0.19/0.33)	

CMYK percentages

%8.14
%0
%18.6
%32.55

Codes

Color #9EAC8C in popluar color models

9EAC8C
RGB158172140
HSL86°16.16%61.18%
HSB/HSV86°18.60%67.45%
CMYK8.14%0.00%18.60%
32.55%

Color #9EAC8C in popluar number systems.

HEX9EAC8C
Decimal158172140
Binary100111101010110010001100
Octal236254214

Shades and tints

Shades of #9EAC8C

#9EAC8C
(158,172,140)
#909D80
(144,157,128)
#828E74
(130,142,116)
#747F68
(116,127,104)
#66705C
(102,112,92)
#586150
(88,97,80)
#4A5244
(74,82,68)
#3C4338
(60,67,56)
#2E342C
(46,52,44)
#202520
(32,37,32)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #9EAC8C

#9EAC8C
(158,172,140)
#A6B396
(166,179,150)
#AEBAA0
(174,186,160)
#B6C1AA
(182,193,170)
#BEC8B4
(190,200,180)
#C6CFBE
(198,207,190)
#CED6C8
(206,214,200)
#D6DDD2
(214,221,210)
#DEE4DC
(222,228,220)
#E6EBE6
(230,235,230)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAC8C color. Also use rgb(158,172,140) instead hex code.

Text Font Color

.myTextColor { color: #9EAC8C; }

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

This text font color is #9EAC8C.


Background Color

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

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

This div background color is #9EAC8C.


Border color

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

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

This div border color is #9EAC8C.


Opacity

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

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

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

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

This text has shadow with #9EAC8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAC8C on black background.


Color preview on white background

This text has color #9EAC8C on white background.



Black color preview on #9EAC8C background

This text has black color on #9EAC8C background.


White color preview on #9EAC8C background

This text has white color on #9EAC8C background.