COLOR #9E9DAA

HEX: #9E9DAA RGB: (158,157,170)

Color info

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

RGB color model

#9E9DAA color RGB value is (158,157,170).

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

RGB channels and saturation

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

158
157
170

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

Portions of RGB colors in percentages

R + G + B = 158 + 157 + 170 = 485 (100%)
R 158 of 485 ~ 32.58%
G 157 of 485 ~ 32.37%
B 170 of 485 ~ 35.05'%

%32.58
%32.37
%35.05

CMYK color model

#9E9DAA color CMYK value is (7,8,0,33).

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

CMYK: (7,8,0,33)
C7M8Y0K33 (7%, 8%, 0%, 33%)
(0.07 / 0.08 / 0.00 / 0.33)

CMYK percentages

%7.06
%7.65
%0
%33.33

Codes

Color #9E9DAA in popluar color models

9E 9D AA
RGB 158 157 170
HSL 245° 7.10% 64.12%
HSB/HSV 245° 7.65% 66.67%
CMYK 7.06% 7.65% 0.00%
33.33%

Color #9E9DAA in popluar number systems.

HEX 9E 9D AA
Decimal 158 157 170
Binary 10011110 10011101 10101010
Octal 236 235 252

Shades and tints

Shades of #9E9DAA

#9E9DAA
(158,157,170)
#908F9B
(144,143,155)
#82818C
(130,129,140)
#74737D
(116,115,125)
#66656E
(102,101,110)
#58575F
(88,87,95)
#4A4950
(74,73,80)
#3C3B41
(60,59,65)
#2E2D32
(46,45,50)
#201F23
(32,31,35)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #9E9DAA

#9E9DAA
(158,157,170)
#A6A5B1
(166,165,177)
#AEADB8
(174,173,184)
#B6B5BF
(182,181,191)
#BEBDC6
(190,189,198)
#C6C5CD
(198,197,205)
#CECDD4
(206,205,212)
#D6D5DB
(214,213,219)
#DEDDE2
(222,221,226)
#E6E5E9
(230,229,233)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9DAA; }

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

This text font color is #9E9DAA.

Background Color

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

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

This div background color is #9E9DAA.

Border color

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

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

This div border color is #9E9DAA.

Opacity

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

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

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

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

This text has shadow with #9E9DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9DAA.

Preview

Color preview on black background

This text has color #9E9DAA on black background.


Color preview on white background

This text has color #9E9DAA on white background.


Black color preview on #9E9DAA background

This text has black color on #9E9DAA background.


White color preview on #9E9DAA background

This text has white color on #9E9DAA background.


Related colors

Complementary color

Complementary color for #hex is #616255.


I love getcolorcode.com

Triadic colors

1 #AA9E9D and #9DAA9E with #9E9DAA are triadic colors.

2 #AA9D9E and #9D9EAA with #9E9DAA are triadic colors.