COLOR #9EACA7

HEX: #9EACA7
RGB: (158,172,167)

Color info

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

RGB color model

#9EACA7 color RGB value is (158,172,167).

  • red value is 158;
  • green value is 172;
  • blue value is 167.
RGB:
(158,172,167)
(62%,67%,65%)

RGB channels and saturation

R 158 of 255 = 62%
G 172 of 255 = 67%
B 167 of 255 = 65%

158
172
167

R + G + B ~ 65%. #9EACA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 172 + 167 = 497 (100%)
R 158 of 497 ~ 31.79%
G 172 of 497 ~ 34.61%
B 167 of 497 ~ 33.6%

%31.79
%34.61
%33.6

CMYK color model

#9EACA7 color CMYK value is (8,0,3,33).

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 2.91%
  • key color value is 32.55%
CMYK:
(8,0,3,33)
C8M0Y3K33 
(8%,0%,3%,33%)
(0.08/0.00/0.03/0.33)	

CMYK percentages

%8.14
%0
%2.91
%32.55

Codes

Color #9EACA7 in popluar color models

9EACA7
RGB158172167
HSL159°7.78%64.71%
HSB/HSV159°8.14%67.45%
CMYK8.14%0.00%2.91%
32.55%

Color #9EACA7 in popluar number systems.

HEX9EACA7
Decimal158172167
Binary100111101010110010100111
Octal236254247

Shades and tints

Shades of #9EACA7

#9EACA7
(158,172,167)
#909D98
(144,157,152)
#828E89
(130,142,137)
#747F7A
(116,127,122)
#66706B
(102,112,107)
#58615C
(88,97,92)
#4A524D
(74,82,77)
#3C433E
(60,67,62)
#2E342F
(46,52,47)
#202520
(32,37,32)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #9EACA7

#9EACA7
(158,172,167)
#A6B3AF
(166,179,175)
#AEBAB7
(174,186,183)
#B6C1BF
(182,193,191)
#BEC8C7
(190,200,199)
#C6CFCF
(198,207,207)
#CED6D7
(206,214,215)
#D6DDDF
(214,221,223)
#DEE4E7
(222,228,231)
#E6EBEF
(230,235,239)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EACA7 color. Also use rgb(158,172,167) instead hex code.

Text Font Color

.myTextColor { color: #9EACA7; }

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

This text font color is #9EACA7.


Background Color

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

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

This div background color is #9EACA7.


Border color

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

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

This div border color is #9EACA7.


Opacity

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

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

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

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

This text has shadow with #9EACA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EACA7 on black background.


Color preview on white background

This text has color #9EACA7 on white background.



Black color preview on #9EACA7 background

This text has black color on #9EACA7 background.


White color preview on #9EACA7 background

This text has white color on #9EACA7 background.