COLOR #9EA195

HEX: #9EA195
RGB: (158,161,149)

Color info

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

RGB color model

#9EA195 color RGB value is (158,161,149).

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

RGB channels and saturation

R 158 of 255 = 62%
G 161 of 255 = 63%
B 149 of 255 = 58%

158
161
149

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

Portions of RGB colors in percentages

R + G + B =
158 + 161 + 149 = 468 (100%)
R 158 of 468 ~ 33.76%
G 161 of 468 ~ 34.4%
B 149 of 468 ~ 31.84%

%33.76
%34.4
%31.84

CMYK color model

#9EA195 color CMYK value is (2,0,7,37).

  • cyan value is 1.86%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 36.86%
CMYK:
(2,0,7,37)
C2M0Y7K37 
(2%,0%,7%,37%)
(0.02/0.00/0.07/0.37)	

CMYK percentages

%1.86
%0
%7.45
%36.86

Codes

Color #9EA195 in popluar color models

9EA195
RGB158161149
HSL75°6.00%60.78%
HSB/HSV75°7.45%63.14%
CMYK1.86%0.00%7.45%
36.86%

Color #9EA195 in popluar number systems.

HEX9EA195
Decimal158161149
Binary100111101010000110010101
Octal236241225

Shades and tints

Shades of #9EA195

#9EA195
(158,161,149)
#909388
(144,147,136)
#82857B
(130,133,123)
#74776E
(116,119,110)
#666961
(102,105,97)
#585B54
(88,91,84)
#4A4D47
(74,77,71)
#3C3F3A
(60,63,58)
#2E312D
(46,49,45)
#202320
(32,35,32)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #9EA195

#9EA195
(158,161,149)
#A6A99E
(166,169,158)
#AEB1A7
(174,177,167)
#B6B9B0
(182,185,176)
#BEC1B9
(190,193,185)
#C6C9C2
(198,201,194)
#CED1CB
(206,209,203)
#D6D9D4
(214,217,212)
#DEE1DD
(222,225,221)
#E6E9E6
(230,233,230)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA195; }

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

This text font color is #9EA195.


Background Color

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

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

This div background color is #9EA195.


Border color

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

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

This div border color is #9EA195.


Opacity

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

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

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

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

This text has shadow with #9EA195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA195 on black background.


Color preview on white background

This text has color #9EA195 on white background.



Black color preview on #9EA195 background

This text has black color on #9EA195 background.


White color preview on #9EA195 background

This text has white color on #9EA195 background.