COLOR #9E8BAC

HEX: #9E8BAC
RGB: (158,139,172)

Color info

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

RGB color model

#9E8BAC color RGB value is (158,139,172).

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

RGB channels and saturation

R 158 of 255 = 62%
G 139 of 255 = 55%
B 172 of 255 = 67%

158
139
172

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

Portions of RGB colors in percentages

R + G + B =
158 + 139 + 172 = 469 (100%)
R 158 of 469 ~ 33.69%
G 139 of 469 ~ 29.64%
B 172 of 469 ~ 36.67%

%33.69
%29.64
%36.67

CMYK color model

#9E8BAC color CMYK value is (8,19,0,33).

  • cyan value is 8.14%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(8,19,0,33)
C8M19Y0K33 
(8%,19%,0%,33%)
(0.08/0.19/0.00/0.33)	

CMYK percentages

%8.14
%19.19
%0
%32.55

Codes

Color #9E8BAC in popluar color models

9E8BAC
RGB158139172
HSL275°16.58%60.98%
HSB/HSV275°19.19%67.45%
CMYK8.14%19.19%0.00%
32.55%

Color #9E8BAC in popluar number systems.

HEX9E8BAC
Decimal158139172
Binary100111101000101110101100
Octal236213254

Shades and tints

Shades of #9E8BAC

#9E8BAC
(158,139,172)
#907F9D
(144,127,157)
#82738E
(130,115,142)
#74677F
(116,103,127)
#665B70
(102,91,112)
#584F61
(88,79,97)
#4A4352
(74,67,82)
#3C3743
(60,55,67)
#2E2B34
(46,43,52)
#201F25
(32,31,37)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #9E8BAC

#9E8BAC
(158,139,172)
#A695B3
(166,149,179)
#AE9FBA
(174,159,186)
#B6A9C1
(182,169,193)
#BEB3C8
(190,179,200)
#C6BDCF
(198,189,207)
#CEC7D6
(206,199,214)
#D6D1DD
(214,209,221)
#DEDBE4
(222,219,228)
#E6E5EB
(230,229,235)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8BAC; }

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

This text font color is #9E8BAC.


Background Color

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

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

This div background color is #9E8BAC.


Border color

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

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

This div border color is #9E8BAC.


Opacity

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

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

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

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

This text has shadow with #9E8BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8BAC on black background.


Color preview on white background

This text has color #9E8BAC on white background.



Black color preview on #9E8BAC background

This text has black color on #9E8BAC background.


White color preview on #9E8BAC background

This text has white color on #9E8BAC background.