COLOR #9EA896

HEX: #9EA896
RGB: (158,168,150)

Color info

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

RGB color model

#9EA896 color RGB value is (158,168,150).

  • red value is 158;
  • green value is 168;
  • blue value is 150.
RGB:
(158,168,150)
(62%,66%,59%)

RGB channels and saturation

R 158 of 255 = 62%
G 168 of 255 = 66%
B 150 of 255 = 59%

158
168
150

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

Portions of RGB colors in percentages

R + G + B =
158 + 168 + 150 = 476 (100%)
R 158 of 476 ~ 33.19%
G 168 of 476 ~ 35.29%
B 150 of 476 ~ 31.51%

%33.19
%35.29
%31.51

CMYK color model

#9EA896 color CMYK value is (6,0,11,34).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 34.12%
CMYK:
(6,0,11,34)
C6M0Y11K34 
(6%,0%,11%,34%)
(0.06/0.00/0.11/0.34)	

CMYK percentages

%5.95
%0
%10.71
%34.12

Codes

Color #9EA896 in popluar color models

9EA896
RGB158168150
HSL93°9.38%62.35%
HSB/HSV93°10.71%65.88%
CMYK5.95%0.00%10.71%
34.12%

Color #9EA896 in popluar number systems.

HEX9EA896
Decimal158168150
Binary100111101010100010010110
Octal236250226

Shades and tints

Shades of #9EA896

#9EA896
(158,168,150)
#909989
(144,153,137)
#828A7C
(130,138,124)
#747B6F
(116,123,111)
#666C62
(102,108,98)
#585D55
(88,93,85)
#4A4E48
(74,78,72)
#3C3F3B
(60,63,59)
#2E302E
(46,48,46)
#202121
(32,33,33)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #9EA896

#9EA896
(158,168,150)
#A6AF9F
(166,175,159)
#AEB6A8
(174,182,168)
#B6BDB1
(182,189,177)
#BEC4BA
(190,196,186)
#C6CBC3
(198,203,195)
#CED2CC
(206,210,204)
#D6D9D5
(214,217,213)
#DEE0DE
(222,224,222)
#E6E7E7
(230,231,231)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA896 color. Also use rgb(158,168,150) instead hex code.

Text Font Color

.myTextColor { color: #9EA896; }

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

This text font color is #9EA896.


Background Color

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

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

This div background color is #9EA896.


Border color

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

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

This div border color is #9EA896.


Opacity

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

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

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

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

This text has shadow with #9EA896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA896 on black background.


Color preview on white background

This text has color #9EA896 on white background.



Black color preview on #9EA896 background

This text has black color on #9EA896 background.


White color preview on #9EA896 background

This text has white color on #9EA896 background.