COLOR #9EA090

HEX: #9EA090
RGB: (158,160,144)

Color info

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

RGB color model

#9EA090 color RGB value is (158,160,144).

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

RGB channels and saturation

R 158 of 255 = 62%
G 160 of 255 = 63%
B 144 of 255 = 56%

158
160
144

R + G + B ~ 60%. #9EA090 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 160 + 144 = 462 (100%)
R 158 of 462 ~ 34.2%
G 160 of 462 ~ 34.63%
B 144 of 462 ~ 31.17%

%34.2
%34.63
%31.17

CMYK color model

#9EA090 color CMYK value is (1,0,10,37).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 37.25%
CMYK:
(1,0,10,37)
C1M0Y10K37 
(1%,0%,10%,37%)
(0.01/0.00/0.10/0.37)	

CMYK percentages

%1.25
%0
%10
%37.25

Codes

Color #9EA090 in popluar color models

9EA090
RGB158160144
HSL68°7.77%59.61%
HSB/HSV68°10.00%62.75%
CMYK1.25%0.00%10.00%
37.25%

Color #9EA090 in popluar number systems.

HEX9EA090
Decimal158160144
Binary100111101010000010010000
Octal236240220

Shades and tints

Shades of #9EA090

#9EA090
(158,160,144)
#909283
(144,146,131)
#828476
(130,132,118)
#747669
(116,118,105)
#66685C
(102,104,92)
#585A4F
(88,90,79)
#4A4C42
(74,76,66)
#3C3E35
(60,62,53)
#2E3028
(46,48,40)
#20221B
(32,34,27)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #9EA090

#9EA090
(158,160,144)
#A6A89A
(166,168,154)
#AEB0A4
(174,176,164)
#B6B8AE
(182,184,174)
#BEC0B8
(190,192,184)
#C6C8C2
(198,200,194)
#CED0CC
(206,208,204)
#D6D8D6
(214,216,214)
#DEE0E0
(222,224,224)
#E6E8EA
(230,232,234)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA090; }

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

This text font color is #9EA090.


Background Color

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

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

This div background color is #9EA090.


Border color

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

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

This div border color is #9EA090.


Opacity

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

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

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

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

This text has shadow with #9EA090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA090 on black background.


Color preview on white background

This text has color #9EA090 on white background.



Black color preview on #9EA090 background

This text has black color on #9EA090 background.


White color preview on #9EA090 background

This text has white color on #9EA090 background.