COLOR #9EADA6

HEX: #9EADA6
RGB: (158,173,166)

Color info

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

RGB color model

#9EADA6 color RGB value is (158,173,166).

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

RGB channels and saturation

R 158 of 255 = 62%
G 173 of 255 = 68%
B 166 of 255 = 65%

158
173
166

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

Portions of RGB colors in percentages

R + G + B =
158 + 173 + 166 = 497 (100%)
R 158 of 497 ~ 31.79%
G 173 of 497 ~ 34.81%
B 166 of 497 ~ 33.4%

%31.79
%34.81
%33.4

CMYK color model

#9EADA6 color CMYK value is (9,0,4,32).

  • cyan value is 8.67%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 32.16%
CMYK:
(9,0,4,32)
C9M0Y4K32 
(9%,0%,4%,32%)
(0.09/0.00/0.04/0.32)	

CMYK percentages

%8.67
%0
%4.05
%32.16

Codes

Color #9EADA6 in popluar color models

9EADA6
RGB158173166
HSL152°8.38%64.90%
HSB/HSV152°8.67%67.84%
CMYK8.67%0.00%4.05%
32.16%

Color #9EADA6 in popluar number systems.

HEX9EADA6
Decimal158173166
Binary100111101010110110100110
Octal236255246

Shades and tints

Shades of #9EADA6

#9EADA6
(158,173,166)
#909E97
(144,158,151)
#828F88
(130,143,136)
#748079
(116,128,121)
#66716A
(102,113,106)
#58625B
(88,98,91)
#4A534C
(74,83,76)
#3C443D
(60,68,61)
#2E352E
(46,53,46)
#20261F
(32,38,31)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #9EADA6

#9EADA6
(158,173,166)
#A6B4AE
(166,180,174)
#AEBBB6
(174,187,182)
#B6C2BE
(182,194,190)
#BEC9C6
(190,201,198)
#C6D0CE
(198,208,206)
#CED7D6
(206,215,214)
#D6DEDE
(214,222,222)
#DEE5E6
(222,229,230)
#E6ECEE
(230,236,238)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EADA6; }

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

This text font color is #9EADA6.


Background Color

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

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

This div background color is #9EADA6.


Border color

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

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

This div border color is #9EADA6.


Opacity

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

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

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

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

This text has shadow with #9EADA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EADA6 on black background.


Color preview on white background

This text has color #9EADA6 on white background.



Black color preview on #9EADA6 background

This text has black color on #9EADA6 background.


White color preview on #9EADA6 background

This text has white color on #9EADA6 background.