COLOR #9EA1AA

HEX: #9EA1AA RGB: (158,161,170)

Color info

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

RGB color model

#9EA1AA color RGB value is (158,161,170).

RGB: (158,161,170) (62%, 63%, 67%)

RGB channels and saturation

R 158 of 255 = 62%
G 161 of 255 = 63%
B 170 of 255 = 67%

158
161
170

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

Portions of RGB colors in percentages

R + G + B = 158 + 161 + 170 = 489 (100%)
R 158 of 489 ~ 32.31%
G 161 of 489 ~ 32.92%
B 170 of 489 ~ 34.76'%

%32.31
%32.92
%34.76

CMYK color model

#9EA1AA color CMYK value is (7,5,0,33).

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

CMYK: (7,5,0,33)
C7M5Y0K33 (7%, 5%, 0%, 33%)
(0.07 / 0.05 / 0.00 / 0.33)

CMYK percentages

%7.06
%5.29
%0
%33.33

Codes

Color #9EA1AA in popluar color models

9E A1 AA
RGB 158 161 170
HSL 225° 6.59% 64.31%
HSB/HSV 225° 7.06% 66.67%
CMYK 7.06% 5.29% 0.00%
33.33%

Color #9EA1AA in popluar number systems.

HEX 9E A1 AA
Decimal 158 161 170
Binary 10011110 10100001 10101010
Octal 236 241 252

Shades and tints

Shades of #9EA1AA

#9EA1AA
(158,161,170)
#90939B
(144,147,155)
#82858C
(130,133,140)
#74777D
(116,119,125)
#66696E
(102,105,110)
#585B5F
(88,91,95)
#4A4D50
(74,77,80)
#3C3F41
(60,63,65)
#2E3132
(46,49,50)
#202323
(32,35,35)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #9EA1AA

#9EA1AA
(158,161,170)
#A6A9B1
(166,169,177)
#AEB1B8
(174,177,184)
#B6B9BF
(182,185,191)
#BEC1C6
(190,193,198)
#C6C9CD
(198,201,205)
#CED1D4
(206,209,212)
#D6D9DB
(214,217,219)
#DEE1E2
(222,225,226)
#E6E9E9
(230,233,233)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA1AA; }

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

This text font color is #9EA1AA.

Background Color

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

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

This div background color is #9EA1AA.

Border color

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

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

This div border color is #9EA1AA.

Opacity

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

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

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

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

This text has shadow with #9EA1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA1AA.

Preview

Color preview on black background

This text has color #9EA1AA on black background.


Color preview on white background

This text has color #9EA1AA on white background.


Black color preview on #9EA1AA background

This text has black color on #9EA1AA background.


White color preview on #9EA1AA background

This text has white color on #9EA1AA background.


Related colors

Complementary color

Complementary color for #hex is #615E55.


I love getcolorcode.com

Triadic colors

1 #AA9EA1 and #A1AA9E with #9EA1AA are triadic colors.

2 #AAA19E and #A19EAA with #9EA1AA are triadic colors.