COLOR #9EACA6

HEX: #9EACA6
RGB: (158,172,166)

Color info

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

RGB color model

#9EACA6 color RGB value is (158,172,166).

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

RGB channels and saturation

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

158
172
166

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

Portions of RGB colors in percentages

R + G + B =
158 + 172 + 166 = 496 (100%)
R 158 of 496 ~ 31.85%
G 172 of 496 ~ 34.68%
B 166 of 496 ~ 33.47%

%31.85
%34.68
%33.47

CMYK color model

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

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • 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
%3.49
%32.55

Codes

Color #9EACA6 in popluar color models

9EACA6
RGB158172166
HSL154°7.78%64.71%
HSB/HSV154°8.14%67.45%
CMYK8.14%0.00%3.49%
32.55%

Color #9EACA6 in popluar number systems.

HEX9EACA6
Decimal158172166
Binary100111101010110010100110
Octal236254246

Shades and tints

Shades of #9EACA6

#9EACA6
(158,172,166)
#909D97
(144,157,151)
#828E88
(130,142,136)
#747F79
(116,127,121)
#66706A
(102,112,106)
#58615B
(88,97,91)
#4A524C
(74,82,76)
#3C433D
(60,67,61)
#2E342E
(46,52,46)
#20251F
(32,37,31)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #9EACA6

#9EACA6
(158,172,166)
#A6B3AE
(166,179,174)
#AEBAB6
(174,186,182)
#B6C1BE
(182,193,190)
#BEC8C6
(190,200,198)
#C6CFCE
(198,207,206)
#CED6D6
(206,214,214)
#D6DDDE
(214,221,222)
#DEE4E6
(222,228,230)
#E6EBEE
(230,235,238)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EACA6; }

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

This text font color is #9EACA6.


Background Color

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

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

This div background color is #9EACA6.


Border color

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

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

This div border color is #9EACA6.


Opacity

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

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

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

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

This text has shadow with #9EACA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EACA6 on black background.


Color preview on white background

This text has color #9EACA6 on white background.



Black color preview on #9EACA6 background

This text has black color on #9EACA6 background.


White color preview on #9EACA6 background

This text has white color on #9EACA6 background.