COLOR #9EAD94

HEX: #9EAD94
RGB: (158,173,148)

Color info

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

RGB color model

#9EAD94 color RGB value is (158,173,148).

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

RGB channels and saturation

R 158 of 255 = 62%
G 173 of 255 = 68%
B 148 of 255 = 58%

158
173
148

R + G + B ~ 63%. #9EAD94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 173 + 148 = 479 (100%)
R 158 of 479 ~ 32.99%
G 173 of 479 ~ 36.12%
B 148 of 479 ~ 30.9%

%32.99
%36.12
%30.9

CMYK color model

#9EAD94 color CMYK value is (9,0,14,32).

  • cyan value is 8.67%
  • magenta value is 0.00%
  • yellow value is 14.45%
  • key color value is 32.16%
CMYK:
(9,0,14,32)
C9M0Y14K32 
(9%,0%,14%,32%)
(0.09/0.00/0.14/0.32)	

CMYK percentages

%8.67
%0
%14.45
%32.16

Codes

Color #9EAD94 in popluar color models

9EAD94
RGB158173148
HSL96°13.23%62.94%
HSB/HSV96°14.45%67.84%
CMYK8.67%0.00%14.45%
32.16%

Color #9EAD94 in popluar number systems.

HEX9EAD94
Decimal158173148
Binary100111101010110110010100
Octal236255224

Shades and tints

Shades of #9EAD94

#9EAD94
(158,173,148)
#909E87
(144,158,135)
#828F7A
(130,143,122)
#74806D
(116,128,109)
#667160
(102,113,96)
#586253
(88,98,83)
#4A5346
(74,83,70)
#3C4439
(60,68,57)
#2E352C
(46,53,44)
#20261F
(32,38,31)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #9EAD94

#9EAD94
(158,173,148)
#A6B49D
(166,180,157)
#AEBBA6
(174,187,166)
#B6C2AF
(182,194,175)
#BEC9B8
(190,201,184)
#C6D0C1
(198,208,193)
#CED7CA
(206,215,202)
#D6DED3
(214,222,211)
#DEE5DC
(222,229,220)
#E6ECE5
(230,236,229)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAD94; }

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

This text font color is #9EAD94.


Background Color

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

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

This div background color is #9EAD94.


Border color

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

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

This div border color is #9EAD94.


Opacity

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

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

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

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

This text has shadow with #9EAD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAD94 on black background.


Color preview on white background

This text has color #9EAD94 on white background.



Black color preview on #9EAD94 background

This text has black color on #9EAD94 background.


White color preview on #9EAD94 background

This text has white color on #9EAD94 background.