COLOR #9EA19C

HEX: #9EA19C
RGB: (158,161,156)

Color info

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

RGB color model

#9EA19C color RGB value is (158,161,156).

  • red value is 158;
  • green value is 161;
  • blue value is 156.
RGB:
(158,161,156)
(62%,63%,61%)

RGB channels and saturation

R 158 of 255 = 62%
G 161 of 255 = 63%
B 156 of 255 = 61%

158
161
156

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

Portions of RGB colors in percentages

R + G + B =
158 + 161 + 156 = 475 (100%)
R 158 of 475 ~ 33.26%
G 161 of 475 ~ 33.89%
B 156 of 475 ~ 32.84%

%33.26
%33.89
%32.84

CMYK color model

#9EA19C color CMYK value is (2,0,3,37).

  • cyan value is 1.86%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 36.86%
CMYK:
(2,0,3,37)
C2M0Y3K37 
(2%,0%,3%,37%)
(0.02/0.00/0.03/0.37)	

CMYK percentages

%1.86
%0
%3.11
%36.86

Codes

Color #9EA19C in popluar color models

9EA19C
RGB158161156
HSL96°2.59%62.16%
HSB/HSV96°3.11%63.14%
CMYK1.86%0.00%3.11%
36.86%

Color #9EA19C in popluar number systems.

HEX9EA19C
Decimal158161156
Binary100111101010000110011100
Octal236241234

Shades and tints

Shades of #9EA19C

#9EA19C
(158,161,156)
#90938E
(144,147,142)
#828580
(130,133,128)
#747772
(116,119,114)
#666964
(102,105,100)
#585B56
(88,91,86)
#4A4D48
(74,77,72)
#3C3F3A
(60,63,58)
#2E312C
(46,49,44)
#20231E
(32,35,30)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #9EA19C

#9EA19C
(158,161,156)
#A6A9A5
(166,169,165)
#AEB1AE
(174,177,174)
#B6B9B7
(182,185,183)
#BEC1C0
(190,193,192)
#C6C9C9
(198,201,201)
#CED1D2
(206,209,210)
#D6D9DB
(214,217,219)
#DEE1E4
(222,225,228)
#E6E9ED
(230,233,237)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA19C color. Also use rgb(158,161,156) instead hex code.

Text Font Color

.myTextColor { color: #9EA19C; }

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

This text font color is #9EA19C.


Background Color

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

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

This div background color is #9EA19C.


Border color

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

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

This div border color is #9EA19C.


Opacity

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

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

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

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

This text has shadow with #9EA19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA19C on black background.


Color preview on white background

This text has color #9EA19C on white background.



Black color preview on #9EA19C background

This text has black color on #9EA19C background.


White color preview on #9EA19C background

This text has white color on #9EA19C background.