COLOR #9EA28C

HEX: #9EA28C
RGB: (158,162,140)

Color info

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

RGB color model

#9EA28C color RGB value is (158,162,140).

  • red value is 158;
  • green value is 162;
  • blue value is 140.
RGB:
(158,162,140)
(62%,64%,55%)

RGB channels and saturation

R 158 of 255 = 62%
G 162 of 255 = 64%
B 140 of 255 = 55%

158
162
140

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

Portions of RGB colors in percentages

R + G + B =
158 + 162 + 140 = 460 (100%)
R 158 of 460 ~ 34.35%
G 162 of 460 ~ 35.22%
B 140 of 460 ~ 30.43%

%34.35
%35.22
%30.43

CMYK color model

#9EA28C color CMYK value is (2,0,14,36).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 13.58%
  • key color value is 36.47%
CMYK:
(2,0,14,36)
C2M0Y14K36 
(2%,0%,14%,36%)
(0.02/0.00/0.14/0.36)	

CMYK percentages

%2.47
%0
%13.58
%36.47

Codes

Color #9EA28C in popluar color models

9EA28C
RGB158162140
HSL71°10.58%59.22%
HSB/HSV71°13.58%63.53%
CMYK2.47%0.00%13.58%
36.47%

Color #9EA28C in popluar number systems.

HEX9EA28C
Decimal158162140
Binary100111101010001010001100
Octal236242214

Shades and tints

Shades of #9EA28C

#9EA28C
(158,162,140)
#909480
(144,148,128)
#828674
(130,134,116)
#747868
(116,120,104)
#666A5C
(102,106,92)
#585C50
(88,92,80)
#4A4E44
(74,78,68)
#3C4038
(60,64,56)
#2E322C
(46,50,44)
#202420
(32,36,32)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #9EA28C

#9EA28C
(158,162,140)
#A6AA96
(166,170,150)
#AEB2A0
(174,178,160)
#B6BAAA
(182,186,170)
#BEC2B4
(190,194,180)
#C6CABE
(198,202,190)
#CED2C8
(206,210,200)
#D6DAD2
(214,218,210)
#DEE2DC
(222,226,220)
#E6EAE6
(230,234,230)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA28C color. Also use rgb(158,162,140) instead hex code.

Text Font Color

.myTextColor { color: #9EA28C; }

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

This text font color is #9EA28C.


Background Color

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

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

This div background color is #9EA28C.


Border color

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

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

This div border color is #9EA28C.


Opacity

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

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

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

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

This text has shadow with #9EA28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA28C on black background.


Color preview on white background

This text has color #9EA28C on white background.



Black color preview on #9EA28C background

This text has black color on #9EA28C background.


White color preview on #9EA28C background

This text has white color on #9EA28C background.