COLOR #9EA394

HEX: #9EA394 RGB: (158,163,148)

Color info

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

RGB color model

#9EA394 color RGB value is (158,163,148).

RGB: (158,163,148) (62%, 64%, 58%)

RGB channels and saturation

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

158
163
148

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

Portions of RGB colors in percentages

R + G + B = 158 + 163 + 148 = 469 (100%)
R 158 of 469 ~ 33.69%
G 163 of 469 ~ 34.75%
B 148 of 469 ~ 31.56'%

%33.69
%34.75
%31.56

CMYK color model

#9EA394 color CMYK value is (3,0,9,36).

  • cyan value is 3.07%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 36.08%

CMYK: (3,0,9,36)
C3M0Y9K36 (3%, 0%, 9%, 36%)
(0.03 / 0.00 / 0.09 / 0.36)

CMYK percentages

%3.07
%0
%9.2
%36.08

Codes

Color #9EA394 in popluar color models

9E A3 94
RGB 158 163 148
HSL 80° 7.54% 60.98%
HSB/HSV 80° 9.20% 63.92%
CMYK 3.07% 0.00% 9.20%
36.08%

Color #9EA394 in popluar number systems.

HEX 9E A3 94
Decimal 158 163 148
Binary 10011110 10100011 10010100
Octal 236 243 224

Shades and tints

Shades of #9EA394

#9EA394
(158,163,148)
#909587
(144,149,135)
#82877A
(130,135,122)
#74796D
(116,121,109)
#666B60
(102,107,96)
#585D53
(88,93,83)
#4A4F46
(74,79,70)
#3C4139
(60,65,57)
#2E332C
(46,51,44)
#20251F
(32,37,31)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #9EA394

#9EA394
(158,163,148)
#A6AB9D
(166,171,157)
#AEB3A6
(174,179,166)
#B6BBAF
(182,187,175)
#BEC3B8
(190,195,184)
#C6CBC1
(198,203,193)
#CED3CA
(206,211,202)
#D6DBD3
(214,219,211)
#DEE3DC
(222,227,220)
#E6EBE5
(230,235,229)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA394; }

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

This text font color is #9EA394.

Background Color

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

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

This div background color is #9EA394.

Border color

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

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

This div border color is #9EA394.

Opacity

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

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

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

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

This text has shadow with #9EA394 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA394.

Preview

Color preview on black background

This text has color #9EA394 on black background.


Color preview on white background

This text has color #9EA394 on white background.


Black color preview on #9EA394 background

This text has black color on #9EA394 background.


White color preview on #9EA394 background

This text has white color on #9EA394 background.


Related colors

Complementary color

Complementary color for #hex is #615C6B.


I love getcolorcode.com

Triadic colors

1 #949EA3 and #A3949E with #9EA394 are triadic colors.

2 #94A39E and #A39E94 with #9EA394 are triadic colors.