COLOR #9EA19F

HEX: #9EA19F
RGB: (158,161,159)

Color info

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

RGB color model

#9EA19F color RGB value is (158,161,159).

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

RGB channels and saturation

R 158 of 255 = 62%
G 161 of 255 = 63%
B 159 of 255 = 62%

158
161
159

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

Portions of RGB colors in percentages

R + G + B =
158 + 161 + 159 = 478 (100%)
R 158 of 478 ~ 33.05%
G 161 of 478 ~ 33.68%
B 159 of 478 ~ 33.26%

%33.05
%33.68
%33.26

CMYK color model

#9EA19F color CMYK value is (2,0,1,37).

  • cyan value is 1.86%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 36.86%
CMYK:
(2,0,1,37)
C2M0Y1K37 
(2%,0%,1%,37%)
(0.02/0.00/0.01/0.37)	

CMYK percentages

%1.86
%0
%1.24
%36.86

Codes

Color #9EA19F in popluar color models

9EA19F
RGB158161159
HSL140°1.57%62.55%
HSB/HSV140°1.86%63.14%
CMYK1.86%0.00%1.24%
36.86%

Color #9EA19F in popluar number systems.

HEX9EA19F
Decimal158161159
Binary100111101010000110011111
Octal236241237

Shades and tints

Shades of #9EA19F

#9EA19F
(158,161,159)
#909391
(144,147,145)
#828583
(130,133,131)
#747775
(116,119,117)
#666967
(102,105,103)
#585B59
(88,91,89)
#4A4D4B
(74,77,75)
#3C3F3D
(60,63,61)
#2E312F
(46,49,47)
#202321
(32,35,33)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #9EA19F

#9EA19F
(158,161,159)
#A6A9A7
(166,169,167)
#AEB1AF
(174,177,175)
#B6B9B7
(182,185,183)
#BEC1BF
(190,193,191)
#C6C9C7
(198,201,199)
#CED1CF
(206,209,207)
#D6D9D7
(214,217,215)
#DEE1DF
(222,225,223)
#E6E9E7
(230,233,231)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA19F; }

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

This text font color is #9EA19F.


Background Color

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

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

This div background color is #9EA19F.


Border color

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

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

This div border color is #9EA19F.


Opacity

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

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

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

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

This text has shadow with #9EA19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA19F on black background.


Color preview on white background

This text has color #9EA19F on white background.



Black color preview on #9EA19F background

This text has black color on #9EA19F background.


White color preview on #9EA19F background

This text has white color on #9EA19F background.