COLOR #9E8AA4

HEX: #9E8AA4 RGB: (158,138,164)

Color info

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

RGB color model

#9E8AA4 color RGB value is (158,138,164).

RGB: (158,138,164) (62%, 54%, 64%)

RGB channels and saturation

R 158 of 255 = 62%
G 138 of 255 = 54%
B 164 of 255 = 64%

158
138
164

R + G + B ~ 60%. #9E8AA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 138 + 164 = 460 (100%)
R 158 of 460 ~ 34.35%
G 138 of 460 ~ 30%
B 164 of 460 ~ 35.65'%

%34.35
%30
%35.65

CMYK color model

#9E8AA4 color CMYK value is (4,16,0,36).

  • cyan value is 3.66%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (4,16,0,36)
C4M16Y0K36 (4%, 16%, 0%, 36%)
(0.04 / 0.16 / 0.00 / 0.36)

CMYK percentages

%3.66
%15.85
%0
%35.69

Codes

Color #9E8AA4 in popluar color models

9E 8A A4
RGB 158 138 164
HSL 286° 12.50% 59.22%
HSB/HSV 286° 15.85% 64.31%
CMYK 3.66% 15.85% 0.00%
35.69%

Color #9E8AA4 in popluar number systems.

HEX 9E 8A A4
Decimal 158 138 164
Binary 10011110 10001010 10100100
Octal 236 212 244

Shades and tints

Shades of #9E8AA4

#9E8AA4
(158,138,164)
#907E96
(144,126,150)
#827288
(130,114,136)
#74667A
(116,102,122)
#665A6C
(102,90,108)
#584E5E
(88,78,94)
#4A4250
(74,66,80)
#3C3642
(60,54,66)
#2E2A34
(46,42,52)
#201E26
(32,30,38)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #9E8AA4

#9E8AA4
(158,138,164)
#A694AC
(166,148,172)
#AE9EB4
(174,158,180)
#B6A8BC
(182,168,188)
#BEB2C4
(190,178,196)
#C6BCCC
(198,188,204)
#CEC6D4
(206,198,212)
#D6D0DC
(214,208,220)
#DEDAE4
(222,218,228)
#E6E4EC
(230,228,236)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8AA4 color. Also use rgb(158,138,164) instead hex code.

Text Font Color

.myTextColor { color: #9E8AA4; }

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

This text font color is #9E8AA4.

Background Color

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

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

This div background color is #9E8AA4.

Border color

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

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

This div border color is #9E8AA4.

Opacity

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

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

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

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

This text has shadow with #9E8AA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8AA4.

Preview

Color preview on black background

This text has color #9E8AA4 on black background.


Color preview on white background

This text has color #9E8AA4 on white background.


Black color preview on #9E8AA4 background

This text has black color on #9E8AA4 background.


White color preview on #9E8AA4 background

This text has white color on #9E8AA4 background.


Related colors

Complementary color

Complementary color for #hex is #61755B.


I love getcolorcode.com

Triadic colors

1 #A49E8A and #8AA49E with #9E8AA4 are triadic colors.

2 #A48A9E and #8A9EA4 with #9E8AA4 are triadic colors.