COLOR #9EAAAB

HEX: #9EAAAB RGB: (158,170,171)

Color info

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

RGB color model

#9EAAAB color RGB value is (158,170,171).

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

RGB channels and saturation

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

158
170
171

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

Portions of RGB colors in percentages

R + G + B = 158 + 170 + 171 = 499 (100%)
R 158 of 499 ~ 31.66%
G 170 of 499 ~ 34.07%
B 171 of 499 ~ 34.27'%

%31.66
%34.07
%34.27

CMYK color model

#9EAAAB color CMYK value is (8,1,0,33).

  • cyan value is 7.60%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (8,1,0,33)
C8M1Y0K33 (8%, 1%, 0%, 33%)
(0.08 / 0.01 / 0.00 / 0.33)

CMYK percentages

%7.6
%0.58
%0
%32.94

Codes

Color #9EAAAB in popluar color models

9E AA AB
RGB 158 170 171
HSL 185° 7.18% 64.51%
HSB/HSV 185° 7.60% 67.06%
CMYK 7.60% 0.58% 0.00%
32.94%

Color #9EAAAB in popluar number systems.

HEX 9E AA AB
Decimal 158 170 171
Binary 10011110 10101010 10101011
Octal 236 252 253

Shades and tints

Shades of #9EAAAB

#9EAAAB
(158,170,171)
#909B9C
(144,155,156)
#828C8D
(130,140,141)
#747D7E
(116,125,126)
#666E6F
(102,110,111)
#585F60
(88,95,96)
#4A5051
(74,80,81)
#3C4142
(60,65,66)
#2E3233
(46,50,51)
#202324
(32,35,36)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #9EAAAB

#9EAAAB
(158,170,171)
#A6B1B2
(166,177,178)
#AEB8B9
(174,184,185)
#B6BFC0
(182,191,192)
#BEC6C7
(190,198,199)
#C6CDCE
(198,205,206)
#CED4D5
(206,212,213)
#D6DBDC
(214,219,220)
#DEE2E3
(222,226,227)
#E6E9EA
(230,233,234)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAAAB; }

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

This text font color is #9EAAAB.

Background Color

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

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

This div background color is #9EAAAB.

Border color

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

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

This div border color is #9EAAAB.

Opacity

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

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

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

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

This text has shadow with #9EAAAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAAAB.

Preview

Color preview on black background

This text has color #9EAAAB on black background.


Color preview on white background

This text has color #9EAAAB on white background.


Black color preview on #9EAAAB background

This text has black color on #9EAAAB background.


White color preview on #9EAAAB background

This text has white color on #9EAAAB background.


Related colors

Complementary color

Complementary color for #hex is #615554.


I love getcolorcode.com

Triadic colors

1 #AB9EAA and #AAAB9E with #9EAAAB are triadic colors.

2 #ABAA9E and #AA9EAB with #9EAAAB are triadic colors.