COLOR #9E8AAC

HEX: #9E8AAC
RGB: (158,138,172)

Color info

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

RGB color model

#9E8AAC color RGB value is (158,138,172).

  • red value is 158;
  • green value is 138;
  • blue value is 172.
RGB:
(158,138,172)
(62%,54%,67%)

RGB channels and saturation

R 158 of 255 = 62%
G 138 of 255 = 54%
B 172 of 255 = 67%

158
138
172

R + G + B ~ 61%. #9E8AAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 138 + 172 = 468 (100%)
R 158 of 468 ~ 33.76%
G 138 of 468 ~ 29.49%
B 172 of 468 ~ 36.75%

%33.76
%29.49
%36.75

CMYK color model

#9E8AAC color CMYK value is (8,20,0,33).

  • cyan value is 8.14%
  • magenta value is 19.77%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(8,20,0,33)
C8M20Y0K33 
(8%,20%,0%,33%)
(0.08/0.20/0.00/0.33)	

CMYK percentages

%8.14
%19.77
%0
%32.55

Codes

Color #9E8AAC in popluar color models

9E8AAC
RGB158138172
HSL275°17.00%60.78%
HSB/HSV275°19.77%67.45%
CMYK8.14%19.77%0.00%
32.55%

Color #9E8AAC in popluar number systems.

HEX9E8AAC
Decimal158138172
Binary100111101000101010101100
Octal236212254

Shades and tints

Shades of #9E8AAC

#9E8AAC
(158,138,172)
#907E9D
(144,126,157)
#82728E
(130,114,142)
#74667F
(116,102,127)
#665A70
(102,90,112)
#584E61
(88,78,97)
#4A4252
(74,66,82)
#3C3643
(60,54,67)
#2E2A34
(46,42,52)
#201E25
(32,30,37)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #9E8AAC

#9E8AAC
(158,138,172)
#A694B3
(166,148,179)
#AE9EBA
(174,158,186)
#B6A8C1
(182,168,193)
#BEB2C8
(190,178,200)
#C6BCCF
(198,188,207)
#CEC6D6
(206,198,214)
#D6D0DD
(214,208,221)
#DEDAE4
(222,218,228)
#E6E4EB
(230,228,235)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8AAC; }

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

This text font color is #9E8AAC.


Background Color

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

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

This div background color is #9E8AAC.


Border color

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

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

This div border color is #9E8AAC.


Opacity

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

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

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

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

This text has shadow with #9E8AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8AAC on black background.


Color preview on white background

This text has color #9E8AAC on white background.



Black color preview on #9E8AAC background

This text has black color on #9E8AAC background.


White color preview on #9E8AAC background

This text has white color on #9E8AAC background.