COLOR #9E6E8E

HEX: #9E6E8E
RGB: (158,110,142)

Color info

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

RGB color model

#9E6E8E color RGB value is (158,110,142).

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

RGB channels and saturation

R 158 of 255 = 62%
G 110 of 255 = 43%
B 142 of 255 = 56%

158
110
142

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

Portions of RGB colors in percentages

R + G + B =
158 + 110 + 142 = 410 (100%)
R 158 of 410 ~ 38.54%
G 110 of 410 ~ 26.83%
B 142 of 410 ~ 34.63%

%38.54
%26.83
%34.63

CMYK color model

#9E6E8E color CMYK value is (0,30,10,38).

  • cyan value is 0.00%
  • magenta value is 30.38%
  • yellow value is 10.13%
  • key color value is 38.04%
CMYK:
(0,30,10,38)
C0M30Y10K38 
(0%,30%,10%,38%)
(0.00/0.30/0.10/0.38)	

CMYK percentages

%0
%30.38
%10.13
%38.04

Codes

Color #9E6E8E in popluar color models

9E6E8E
RGB158110142
HSL320°19.83%52.55%
HSB/HSV320°30.38%61.96%
CMYK0.00%30.38%10.13%
38.04%

Color #9E6E8E in popluar number systems.

HEX9E6E8E
Decimal158110142
Binary10011110110111010001110
Octal236156216

Shades and tints

Shades of #9E6E8E

#9E6E8E
(158,110,142)
#906482
(144,100,130)
#825A76
(130,90,118)
#74506A
(116,80,106)
#66465E
(102,70,94)
#583C52
(88,60,82)
#4A3246
(74,50,70)
#3C283A
(60,40,58)
#2E1E2E
(46,30,46)
#201422
(32,20,34)
#120A16
(18,10,22)
#000000
(0,0,0)

Tints of #9E6E8E

#9E6E8E
(158,110,142)
#A67B98
(166,123,152)
#AE88A2
(174,136,162)
#B695AC
(182,149,172)
#BEA2B6
(190,162,182)
#C6AFC0
(198,175,192)
#CEBCCA
(206,188,202)
#D6C9D4
(214,201,212)
#DED6DE
(222,214,222)
#E6E3E8
(230,227,232)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6E8E; }

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

This text font color is #9E6E8E.


Background Color

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

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

This div background color is #9E6E8E.


Border color

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

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

This div border color is #9E6E8E.


Opacity

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

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

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

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

This text has shadow with #9E6E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6E8E on black background.


Color preview on white background

This text has color #9E6E8E on white background.



Black color preview on #9E6E8E background

This text has black color on #9E6E8E background.


White color preview on #9E6E8E background

This text has white color on #9E6E8E background.