COLOR #9E8CAC

HEX: #9E8CAC
RGB: (158,140,172)

Color info

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

RGB color model

#9E8CAC color RGB value is (158,140,172).

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

RGB channels and saturation

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

158
140
172

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

Portions of RGB colors in percentages

R + G + B =
158 + 140 + 172 = 470 (100%)
R 158 of 470 ~ 33.62%
G 140 of 470 ~ 29.79%
B 172 of 470 ~ 36.6%

%33.62
%29.79
%36.6

CMYK color model

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

  • cyan value is 8.14%
  • magenta value is 18.60%
  • 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
%18.6
%0
%32.55

Codes

Color #9E8CAC in popluar color models

9E8CAC
RGB158140172
HSL274°16.16%61.18%
HSB/HSV274°18.60%67.45%
CMYK8.14%18.60%0.00%
32.55%

Color #9E8CAC in popluar number systems.

HEX9E8CAC
Decimal158140172
Binary100111101000110010101100
Octal236214254

Shades and tints

Shades of #9E8CAC

#9E8CAC
(158,140,172)
#90809D
(144,128,157)
#82748E
(130,116,142)
#74687F
(116,104,127)
#665C70
(102,92,112)
#585061
(88,80,97)
#4A4452
(74,68,82)
#3C3843
(60,56,67)
#2E2C34
(46,44,52)
#202025
(32,32,37)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #9E8CAC

#9E8CAC
(158,140,172)
#A696B3
(166,150,179)
#AEA0BA
(174,160,186)
#B6AAC1
(182,170,193)
#BEB4C8
(190,180,200)
#C6BECF
(198,190,207)
#CEC8D6
(206,200,214)
#D6D2DD
(214,210,221)
#DEDCE4
(222,220,228)
#E6E6EB
(230,230,235)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8CAC; }

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

This text font color is #9E8CAC.


Background Color

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

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

This div background color is #9E8CAC.


Border color

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

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

This div border color is #9E8CAC.


Opacity

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

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

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

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

This text has shadow with #9E8CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8CAC on black background.


Color preview on white background

This text has color #9E8CAC on white background.



Black color preview on #9E8CAC background

This text has black color on #9E8CAC background.


White color preview on #9E8CAC background

This text has white color on #9E8CAC background.