COLOR #9EA094

HEX: #9EA094
RGB: (158,160,148)

Color info

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

RGB color model

#9EA094 color RGB value is (158,160,148).

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

RGB channels and saturation

R 158 of 255 = 62%
G 160 of 255 = 63%
B 148 of 255 = 58%

158
160
148

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

Portions of RGB colors in percentages

R + G + B =
158 + 160 + 148 = 466 (100%)
R 158 of 466 ~ 33.91%
G 160 of 466 ~ 34.33%
B 148 of 466 ~ 31.76%

%33.91
%34.33
%31.76

CMYK color model

#9EA094 color CMYK value is (1,0,7,37).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 37.25%
CMYK:
(1,0,7,37)
C1M0Y7K37 
(1%,0%,7%,37%)
(0.01/0.00/0.07/0.37)	

CMYK percentages

%1.25
%0
%7.5
%37.25

Codes

Color #9EA094 in popluar color models

9EA094
RGB158160148
HSL70°5.94%60.39%
HSB/HSV70°7.50%62.75%
CMYK1.25%0.00%7.50%
37.25%

Color #9EA094 in popluar number systems.

HEX9EA094
Decimal158160148
Binary100111101010000010010100
Octal236240224

Shades and tints

Shades of #9EA094

#9EA094
(158,160,148)
#909287
(144,146,135)
#82847A
(130,132,122)
#74766D
(116,118,109)
#666860
(102,104,96)
#585A53
(88,90,83)
#4A4C46
(74,76,70)
#3C3E39
(60,62,57)
#2E302C
(46,48,44)
#20221F
(32,34,31)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #9EA094

#9EA094
(158,160,148)
#A6A89D
(166,168,157)
#AEB0A6
(174,176,166)
#B6B8AF
(182,184,175)
#BEC0B8
(190,192,184)
#C6C8C1
(198,200,193)
#CED0CA
(206,208,202)
#D6D8D3
(214,216,211)
#DEE0DC
(222,224,220)
#E6E8E5
(230,232,229)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA094; }

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

This text font color is #9EA094.


Background Color

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

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

This div background color is #9EA094.


Border color

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

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

This div border color is #9EA094.


Opacity

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

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

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

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

This text has shadow with #9EA094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA094 on black background.


Color preview on white background

This text has color #9EA094 on white background.



Black color preview on #9EA094 background

This text has black color on #9EA094 background.


White color preview on #9EA094 background

This text has white color on #9EA094 background.