COLOR #9E6E8C

HEX: #9E6E8C
RGB: (158,110,140)

Color info

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

RGB color model

#9E6E8C color RGB value is (158,110,140).

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

RGB channels and saturation

R 158 of 255 = 62%
G 110 of 255 = 43%
B 140 of 255 = 55%

158
110
140

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

Portions of RGB colors in percentages

R + G + B =
158 + 110 + 140 = 408 (100%)
R 158 of 408 ~ 38.73%
G 110 of 408 ~ 26.96%
B 140 of 408 ~ 34.31%

%38.73
%26.96
%34.31

CMYK color model

#9E6E8C color CMYK value is (0,30,11,38).

  • cyan value is 0.00%
  • magenta value is 30.38%
  • yellow value is 11.39%
  • key color value is 38.04%
CMYK:
(0,30,11,38)
C0M30Y11K38 
(0%,30%,11%,38%)
(0.00/0.30/0.11/0.38)	

CMYK percentages

%0
%30.38
%11.39
%38.04

Codes

Color #9E6E8C in popluar color models

9E6E8C
RGB158110140
HSL323°19.83%52.55%
HSB/HSV323°30.38%61.96%
CMYK0.00%30.38%11.39%
38.04%

Color #9E6E8C in popluar number systems.

HEX9E6E8C
Decimal158110140
Binary10011110110111010001100
Octal236156214

Shades and tints

Shades of #9E6E8C

#9E6E8C
(158,110,140)
#906480
(144,100,128)
#825A74
(130,90,116)
#745068
(116,80,104)
#66465C
(102,70,92)
#583C50
(88,60,80)
#4A3244
(74,50,68)
#3C2838
(60,40,56)
#2E1E2C
(46,30,44)
#201420
(32,20,32)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #9E6E8C

#9E6E8C
(158,110,140)
#A67B96
(166,123,150)
#AE88A0
(174,136,160)
#B695AA
(182,149,170)
#BEA2B4
(190,162,180)
#C6AFBE
(198,175,190)
#CEBCC8
(206,188,200)
#D6C9D2
(214,201,210)
#DED6DC
(222,214,220)
#E6E3E6
(230,227,230)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6E8C; }

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

This text font color is #9E6E8C.


Background Color

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

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

This div background color is #9E6E8C.


Border color

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

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

This div border color is #9E6E8C.


Opacity

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

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

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

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

This text has shadow with #9E6E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6E8C on black background.


Color preview on white background

This text has color #9E6E8C on white background.



Black color preview on #9E6E8C background

This text has black color on #9E6E8C background.


White color preview on #9E6E8C background

This text has white color on #9E6E8C background.