COLOR #9EAA9F

HEX: #9EAA9F RGB: (158,170,159)

Color info

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

RGB color model

#9EAA9F color RGB value is (158,170,159).

RGB: (158,170,159) (62%, 67%, 62%)

RGB channels and saturation

R 158 of 255 = 62%
G 170 of 255 = 67%
B 159 of 255 = 62%

158
170
159

R + G + B ~ 64%. #9EAA9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 170 + 159 = 487 (100%)
R 158 of 487 ~ 32.44%
G 170 of 487 ~ 34.91%
B 159 of 487 ~ 32.65'%

%32.44
%34.91
%32.65

CMYK color model

#9EAA9F color CMYK value is (7,0,6,33).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 33.33%

CMYK: (7,0,6,33)
C7M0Y6K33 (7%, 0%, 6%, 33%)
(0.07 / 0.00 / 0.06 / 0.33)

CMYK percentages

%7.06
%0
%6.47
%33.33

Codes

Color #9EAA9F in popluar color models

9E AA 9F
RGB 158 170 159
HSL 125° 6.59% 64.31%
HSB/HSV 125° 7.06% 66.67%
CMYK 7.06% 0.00% 6.47%
33.33%

Color #9EAA9F in popluar number systems.

HEX 9E AA 9F
Decimal 158 170 159
Binary 10011110 10101010 10011111
Octal 236 252 237

Shades and tints

Shades of #9EAA9F

#9EAA9F
(158,170,159)
#909B91
(144,155,145)
#828C83
(130,140,131)
#747D75
(116,125,117)
#666E67
(102,110,103)
#585F59
(88,95,89)
#4A504B
(74,80,75)
#3C413D
(60,65,61)
#2E322F
(46,50,47)
#202321
(32,35,33)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #9EAA9F

#9EAA9F
(158,170,159)
#A6B1A7
(166,177,167)
#AEB8AF
(174,184,175)
#B6BFB7
(182,191,183)
#BEC6BF
(190,198,191)
#C6CDC7
(198,205,199)
#CED4CF
(206,212,207)
#D6DBD7
(214,219,215)
#DEE2DF
(222,226,223)
#E6E9E7
(230,233,231)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAA9F color. Also use rgb(158,170,159) instead hex code.

Text Font Color

.myTextColor { color: #9EAA9F; }

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

This text font color is #9EAA9F.

Background Color

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

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

This div background color is #9EAA9F.

Border color

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

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

This div border color is #9EAA9F.

Opacity

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

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

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

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

This text has shadow with #9EAA9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAA9F.

Preview

Color preview on black background

This text has color #9EAA9F on black background.


Color preview on white background

This text has color #9EAA9F on white background.


Black color preview on #9EAA9F background

This text has black color on #9EAA9F background.


White color preview on #9EAA9F background

This text has white color on #9EAA9F background.


Related colors

Complementary color

Complementary color for #hex is #615560.


I love getcolorcode.com

Triadic colors

1 #9F9EAA and #AA9F9E with #9EAA9F are triadic colors.

2 #9FAA9E and #AA9E9F with #9EAA9F are triadic colors.