COLOR #9EAC91

HEX: #9EAC91
RGB: (158,172,145)

Color info

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

RGB color model

#9EAC91 color RGB value is (158,172,145).

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

RGB channels and saturation

R 158 of 255 = 62%
G 172 of 255 = 67%
B 145 of 255 = 57%

158
172
145

R + G + B ~ 62%. #9EAC91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 172 + 145 = 475 (100%)
R 158 of 475 ~ 33.26%
G 172 of 475 ~ 36.21%
B 145 of 475 ~ 30.53%

%33.26
%36.21
%30.53

CMYK color model

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

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 32.55%
CMYK:
(8,0,16,33)
C8M0Y16K33 
(8%,0%,16%,33%)
(0.08/0.00/0.16/0.33)	

CMYK percentages

%8.14
%0
%15.7
%32.55

Codes

Color #9EAC91 in popluar color models

9EAC91
RGB158172145
HSL91°13.99%62.16%
HSB/HSV91°15.70%67.45%
CMYK8.14%0.00%15.70%
32.55%

Color #9EAC91 in popluar number systems.

HEX9EAC91
Decimal158172145
Binary100111101010110010010001
Octal236254221

Shades and tints

Shades of #9EAC91

#9EAC91
(158,172,145)
#909D84
(144,157,132)
#828E77
(130,142,119)
#747F6A
(116,127,106)
#66705D
(102,112,93)
#586150
(88,97,80)
#4A5243
(74,82,67)
#3C4336
(60,67,54)
#2E3429
(46,52,41)
#20251C
(32,37,28)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #9EAC91

#9EAC91
(158,172,145)
#A6B39B
(166,179,155)
#AEBAA5
(174,186,165)
#B6C1AF
(182,193,175)
#BEC8B9
(190,200,185)
#C6CFC3
(198,207,195)
#CED6CD
(206,214,205)
#D6DDD7
(214,221,215)
#DEE4E1
(222,228,225)
#E6EBEB
(230,235,235)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAC91; }

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

This text font color is #9EAC91.


Background Color

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

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

This div background color is #9EAC91.


Border color

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

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

This div border color is #9EAC91.


Opacity

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

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

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

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

This text has shadow with #9EAC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAC91 on black background.


Color preview on white background

This text has color #9EAC91 on white background.



Black color preview on #9EAC91 background

This text has black color on #9EAC91 background.


White color preview on #9EAC91 background

This text has white color on #9EAC91 background.