COLOR #9EAC9F

HEX: #9EAC9F
RGB: (158,172,159)

Color info

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

RGB color model

#9EAC9F color RGB value is (158,172,159).

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

RGB channels and saturation

R 158 of 255 = 62%
G 172 of 255 = 67%
B 159 of 255 = 62%

158
172
159

R + G + B ~ 64%. #9EAC9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 172 + 159 = 489 (100%)
R 158 of 489 ~ 32.31%
G 172 of 489 ~ 35.17%
B 159 of 489 ~ 32.52%

%32.31
%35.17
%32.52

CMYK color model

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

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 32.55%
CMYK:
(8,0,8,33)
C8M0Y8K33 
(8%,0%,8%,33%)
(0.08/0.00/0.08/0.33)	

CMYK percentages

%8.14
%0
%7.56
%32.55

Codes

Color #9EAC9F in popluar color models

9EAC9F
RGB158172159
HSL124°7.78%64.71%
HSB/HSV124°8.14%67.45%
CMYK8.14%0.00%7.56%
32.55%

Color #9EAC9F in popluar number systems.

HEX9EAC9F
Decimal158172159
Binary100111101010110010011111
Octal236254237

Shades and tints

Shades of #9EAC9F

#9EAC9F
(158,172,159)
#909D91
(144,157,145)
#828E83
(130,142,131)
#747F75
(116,127,117)
#667067
(102,112,103)
#586159
(88,97,89)
#4A524B
(74,82,75)
#3C433D
(60,67,61)
#2E342F
(46,52,47)
#202521
(32,37,33)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #9EAC9F

#9EAC9F
(158,172,159)
#A6B3A7
(166,179,167)
#AEBAAF
(174,186,175)
#B6C1B7
(182,193,183)
#BEC8BF
(190,200,191)
#C6CFC7
(198,207,199)
#CED6CF
(206,214,207)
#D6DDD7
(214,221,215)
#DEE4DF
(222,228,223)
#E6EBE7
(230,235,231)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAC9F; }

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

This text font color is #9EAC9F.


Background Color

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

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

This div background color is #9EAC9F.


Border color

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

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

This div border color is #9EAC9F.


Opacity

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

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

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

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

This text has shadow with #9EAC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAC9F on black background.


Color preview on white background

This text has color #9EAC9F on white background.



Black color preview on #9EAC9F background

This text has black color on #9EAC9F background.


White color preview on #9EAC9F background

This text has white color on #9EAC9F background.