COLOR #9EAC94

HEX: #9EAC94
RGB: (158,172,148)

Color info

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

RGB color model

#9EAC94 color RGB value is (158,172,148).

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

RGB channels and saturation

R 158 of 255 = 62%
G 172 of 255 = 67%
B 148 of 255 = 58%

158
172
148

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

Portions of RGB colors in percentages

R + G + B =
158 + 172 + 148 = 478 (100%)
R 158 of 478 ~ 33.05%
G 172 of 478 ~ 35.98%
B 148 of 478 ~ 30.96%

%33.05
%35.98
%30.96

CMYK color model

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

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 32.55%
CMYK:
(8,0,14,33)
C8M0Y14K33 
(8%,0%,14%,33%)
(0.08/0.00/0.14/0.33)	

CMYK percentages

%8.14
%0
%13.95
%32.55

Codes

Color #9EAC94 in popluar color models

9EAC94
RGB158172148
HSL95°12.63%62.75%
HSB/HSV95°13.95%67.45%
CMYK8.14%0.00%13.95%
32.55%

Color #9EAC94 in popluar number systems.

HEX9EAC94
Decimal158172148
Binary100111101010110010010100
Octal236254224

Shades and tints

Shades of #9EAC94

#9EAC94
(158,172,148)
#909D87
(144,157,135)
#828E7A
(130,142,122)
#747F6D
(116,127,109)
#667060
(102,112,96)
#586153
(88,97,83)
#4A5246
(74,82,70)
#3C4339
(60,67,57)
#2E342C
(46,52,44)
#20251F
(32,37,31)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #9EAC94

#9EAC94
(158,172,148)
#A6B39D
(166,179,157)
#AEBAA6
(174,186,166)
#B6C1AF
(182,193,175)
#BEC8B8
(190,200,184)
#C6CFC1
(198,207,193)
#CED6CA
(206,214,202)
#D6DDD3
(214,221,211)
#DEE4DC
(222,228,220)
#E6EBE5
(230,235,229)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAC94; }

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

This text font color is #9EAC94.


Background Color

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

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

This div background color is #9EAC94.


Border color

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

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

This div border color is #9EAC94.


Opacity

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

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

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

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

This text has shadow with #9EAC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAC94 on black background.


Color preview on white background

This text has color #9EAC94 on white background.



Black color preview on #9EAC94 background

This text has black color on #9EAC94 background.


White color preview on #9EAC94 background

This text has white color on #9EAC94 background.