COLOR #9E9AAB

HEX: #9E9AAB RGB: (158,154,171)

Color info

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

RGB color model

#9E9AAB color RGB value is (158,154,171).

RGB: (158,154,171) (62%, 60%, 67%)

RGB channels and saturation

R 158 of 255 = 62%
G 154 of 255 = 60%
B 171 of 255 = 67%

158
154
171

R + G + B ~ 63%. #9E9AAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 154 + 171 = 483 (100%)
R 158 of 483 ~ 32.71%
G 154 of 483 ~ 31.88%
B 171 of 483 ~ 35.4'%

%32.71
%31.88
%35.4

CMYK color model

#9E9AAB color CMYK value is (8,10,0,33).

  • cyan value is 7.60%
  • magenta value is 9.94%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (8,10,0,33) C8M10Y0K33 (8%,10%,0%,33%) (0.08/0.10/0.00/0.33) 

CMYK percentages

%7.6
%9.94
%0
%32.94

Codes

Color #9E9AAB in popluar color models

9E 9A AB
RGB 158 154 171
HSL 254° 9.19% 63.73%
HSB/HSV 254° 9.94% 67.06%
CMYK 7.60% 9.94% 0.00%
32.94%

Color #9E9AAB in popluar number systems.

HEX 9E 9A AB
Decimal 158 154 171
Binary 10011110 10011010 10101011
Octal 236 232 253

Shades and tints

Shades of #9E9AAB

#9E9AAB
(158,154,171)
#908C9C
(144,140,156)
#827E8D
(130,126,141)
#74707E
(116,112,126)
#66626F
(102,98,111)
#585460
(88,84,96)
#4A4651
(74,70,81)
#3C3842
(60,56,66)
#2E2A33
(46,42,51)
#201C24
(32,28,36)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #9E9AAB

#9E9AAB
(158,154,171)
#A6A3B2
(166,163,178)
#AEACB9
(174,172,185)
#B6B5C0
(182,181,192)
#BEBEC7
(190,190,199)
#C6C7CE
(198,199,206)
#CED0D5
(206,208,213)
#D6D9DC
(214,217,220)
#DEE2E3
(222,226,227)
#E6EBEA
(230,235,234)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9AAB; }

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

This text font color is #9E9AAB.

Background Color

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

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

This div background color is #9E9AAB.

Border color

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

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

This div border color is #9E9AAB.

Opacity

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

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

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

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

This text has shadow with #9E9AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9AAB.

Preview

Color preview on black background

This text has color #9E9AAB on black background.


Color preview on white background

This text has color #9E9AAB on white background.


Black color preview on #9E9AAB background

This text has black color on #9E9AAB background.


White color preview on #9E9AAB background

This text has white color on #9E9AAB background.


Related colors

Complementary color

Complementary color for #hex is #616554.


I love getcolorcode.com

Triadic colors

1 #AB9E9A and #9AAB9E with #9E9AAB are triadic colors.

2 #AB9A9E and #9A9EAB with #9E9AAB are triadic colors.