COLOR #9EA494

HEX: #9EA494
RGB: (158,164,148)

Color info

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

RGB color model

#9EA494 color RGB value is (158,164,148).

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

RGB channels and saturation

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

158
164
148

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

Portions of RGB colors in percentages

R + G + B =
158 + 164 + 148 = 470 (100%)
R 158 of 470 ~ 33.62%
G 164 of 470 ~ 34.89%
B 148 of 470 ~ 31.49%

%33.62
%34.89
%31.49

CMYK color model

#9EA494 color CMYK value is (4,0,10,36).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 35.69%
CMYK:
(4,0,10,36)
C4M0Y10K36 
(4%,0%,10%,36%)
(0.04/0.00/0.10/0.36)	

CMYK percentages

%3.66
%0
%9.76
%35.69

Codes

Color #9EA494 in popluar color models

9EA494
RGB158164148
HSL83°8.08%61.18%
HSB/HSV83°9.76%64.31%
CMYK3.66%0.00%9.76%
35.69%

Color #9EA494 in popluar number systems.

HEX9EA494
Decimal158164148
Binary100111101010010010010100
Octal236244224

Shades and tints

Shades of #9EA494

#9EA494
(158,164,148)
#909687
(144,150,135)
#82887A
(130,136,122)
#747A6D
(116,122,109)
#666C60
(102,108,96)
#585E53
(88,94,83)
#4A5046
(74,80,70)
#3C4239
(60,66,57)
#2E342C
(46,52,44)
#20261F
(32,38,31)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #9EA494

#9EA494
(158,164,148)
#A6AC9D
(166,172,157)
#AEB4A6
(174,180,166)
#B6BCAF
(182,188,175)
#BEC4B8
(190,196,184)
#C6CCC1
(198,204,193)
#CED4CA
(206,212,202)
#D6DCD3
(214,220,211)
#DEE4DC
(222,228,220)
#E6ECE5
(230,236,229)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA494; }

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

This text font color is #9EA494.


Background Color

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

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

This div background color is #9EA494.


Border color

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

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

This div border color is #9EA494.


Opacity

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

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

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

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

This text has shadow with #9EA494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA494 on black background.


Color preview on white background

This text has color #9EA494 on white background.



Black color preview on #9EA494 background

This text has black color on #9EA494 background.


White color preview on #9EA494 background

This text has white color on #9EA494 background.