COLOR #9EA890

HEX: #9EA890
RGB: (158,168,144)

Color info

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

RGB color model

#9EA890 color RGB value is (158,168,144).

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

RGB channels and saturation

R 158 of 255 = 62%
G 168 of 255 = 66%
B 144 of 255 = 56%

158
168
144

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

Portions of RGB colors in percentages

R + G + B =
158 + 168 + 144 = 470 (100%)
R 158 of 470 ~ 33.62%
G 168 of 470 ~ 35.74%
B 144 of 470 ~ 30.64%

%33.62
%35.74
%30.64

CMYK color model

#9EA890 color CMYK value is (6,0,14,34).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 34.12%
CMYK:
(6,0,14,34)
C6M0Y14K34 
(6%,0%,14%,34%)
(0.06/0.00/0.14/0.34)	

CMYK percentages

%5.95
%0
%14.29
%34.12

Codes

Color #9EA890 in popluar color models

9EA890
RGB158168144
HSL85°12.12%61.18%
HSB/HSV85°14.29%65.88%
CMYK5.95%0.00%14.29%
34.12%

Color #9EA890 in popluar number systems.

HEX9EA890
Decimal158168144
Binary100111101010100010010000
Octal236250220

Shades and tints

Shades of #9EA890

#9EA890
(158,168,144)
#909983
(144,153,131)
#828A76
(130,138,118)
#747B69
(116,123,105)
#666C5C
(102,108,92)
#585D4F
(88,93,79)
#4A4E42
(74,78,66)
#3C3F35
(60,63,53)
#2E3028
(46,48,40)
#20211B
(32,33,27)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #9EA890

#9EA890
(158,168,144)
#A6AF9A
(166,175,154)
#AEB6A4
(174,182,164)
#B6BDAE
(182,189,174)
#BEC4B8
(190,196,184)
#C6CBC2
(198,203,194)
#CED2CC
(206,210,204)
#D6D9D6
(214,217,214)
#DEE0E0
(222,224,224)
#E6E7EA
(230,231,234)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA890; }

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

This text font color is #9EA890.


Background Color

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

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

This div background color is #9EA890.


Border color

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

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

This div border color is #9EA890.


Opacity

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

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

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

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

This text has shadow with #9EA890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA890 on black background.


Color preview on white background

This text has color #9EA890 on white background.



Black color preview on #9EA890 background

This text has black color on #9EA890 background.


White color preview on #9EA890 background

This text has white color on #9EA890 background.