COLOR #9E808C

HEX: #9E808C
RGB: (158,128,140)

Color info

#9E808C contains red, green and blue colors in about the same proportion. Web safe color of #9E808C is #996699 (or #969).

RGB color model

#9E808C color RGB value is (158,128,140).

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

RGB channels and saturation

R 158 of 255 = 62%
G 128 of 255 = 50%
B 140 of 255 = 55%

158
128
140

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

Portions of RGB colors in percentages

R + G + B =
158 + 128 + 140 = 426 (100%)
R 158 of 426 ~ 37.09%
G 128 of 426 ~ 30.05%
B 140 of 426 ~ 32.86%

%37.09
%30.05
%32.86

CMYK color model

#9E808C color CMYK value is (0,19,11,38).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 11.39%
  • key color value is 38.04%
CMYK:
(0,19,11,38)
C0M19Y11K38 
(0%,19%,11%,38%)
(0.00/0.19/0.11/0.38)	

CMYK percentages

%0
%18.99
%11.39
%38.04

Codes

Color #9E808C in popluar color models

9E808C
RGB158128140
HSL336°13.39%56.08%
HSB/HSV336°18.99%61.96%
CMYK0.00%18.99%11.39%
38.04%

Color #9E808C in popluar number systems.

HEX9E808C
Decimal158128140
Binary100111101000000010001100
Octal236200214

Shades and tints

Shades of #9E808C

#9E808C
(158,128,140)
#907580
(144,117,128)
#826A74
(130,106,116)
#745F68
(116,95,104)
#66545C
(102,84,92)
#584950
(88,73,80)
#4A3E44
(74,62,68)
#3C3338
(60,51,56)
#2E282C
(46,40,44)
#201D20
(32,29,32)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #9E808C

#9E808C
(158,128,140)
#A68B96
(166,139,150)
#AE96A0
(174,150,160)
#B6A1AA
(182,161,170)
#BEACB4
(190,172,180)
#C6B7BE
(198,183,190)
#CEC2C8
(206,194,200)
#D6CDD2
(214,205,210)
#DED8DC
(222,216,220)
#E6E3E6
(230,227,230)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E808C; }

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

This text font color is #9E808C.


Background Color

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

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

This div background color is #9E808C.


Border color

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

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

This div border color is #9E808C.


Opacity

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

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

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

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

This text has shadow with #9E808C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E808C on black background.


Color preview on white background

This text has color #9E808C on white background.



Black color preview on #9E808C background

This text has black color on #9E808C background.


White color preview on #9E808C background

This text has white color on #9E808C background.