COLOR #9EA294

HEX: #9EA294
RGB: (158,162,148)

Color info

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

RGB color model

#9EA294 color RGB value is (158,162,148).

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

RGB channels and saturation

R 158 of 255 = 62%
G 162 of 255 = 64%
B 148 of 255 = 58%

158
162
148

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

Portions of RGB colors in percentages

R + G + B =
158 + 162 + 148 = 468 (100%)
R 158 of 468 ~ 33.76%
G 162 of 468 ~ 34.62%
B 148 of 468 ~ 31.62%

%33.76
%34.62
%31.62

CMYK color model

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

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 36.47%
CMYK:
(2,0,9,36)
C2M0Y9K36 
(2%,0%,9%,36%)
(0.02/0.00/0.09/0.36)	

CMYK percentages

%2.47
%0
%8.64
%36.47

Codes

Color #9EA294 in popluar color models

9EA294
RGB158162148
HSL77°7.00%60.78%
HSB/HSV77°8.64%63.53%
CMYK2.47%0.00%8.64%
36.47%

Color #9EA294 in popluar number systems.

HEX9EA294
Decimal158162148
Binary100111101010001010010100
Octal236242224

Shades and tints

Shades of #9EA294

#9EA294
(158,162,148)
#909487
(144,148,135)
#82867A
(130,134,122)
#74786D
(116,120,109)
#666A60
(102,106,96)
#585C53
(88,92,83)
#4A4E46
(74,78,70)
#3C4039
(60,64,57)
#2E322C
(46,50,44)
#20241F
(32,36,31)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #9EA294

#9EA294
(158,162,148)
#A6AA9D
(166,170,157)
#AEB2A6
(174,178,166)
#B6BAAF
(182,186,175)
#BEC2B8
(190,194,184)
#C6CAC1
(198,202,193)
#CED2CA
(206,210,202)
#D6DAD3
(214,218,211)
#DEE2DC
(222,226,220)
#E6EAE5
(230,234,229)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA294; }

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

This text font color is #9EA294.


Background Color

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

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

This div background color is #9EA294.


Border color

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

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

This div border color is #9EA294.


Opacity

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

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

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

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

This text has shadow with #9EA294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA294 on black background.


Color preview on white background

This text has color #9EA294 on white background.



Black color preview on #9EA294 background

This text has black color on #9EA294 background.


White color preview on #9EA294 background

This text has white color on #9EA294 background.