COLOR #9E6A7E

HEX: #9E6A7E
RGB: (158,106,126)

Color info

#9E6A7E contains red, green and blue colors in about the same proportion. Web safe color of #9E6A7E is #996666 (or #966).

RGB color model

#9E6A7E color RGB value is (158,106,126).

  • red value is 158;
  • green value is 106;
  • blue value is 126.
RGB:
(158,106,126)
(62%,42%,49%)

RGB channels and saturation

R 158 of 255 = 62%
G 106 of 255 = 42%
B 126 of 255 = 49%

158
106
126

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

Portions of RGB colors in percentages

R + G + B =
158 + 106 + 126 = 390 (100%)
R 158 of 390 ~ 40.51%
G 106 of 390 ~ 27.18%
B 126 of 390 ~ 32.31%

%40.51
%27.18
%32.31

CMYK color model

#9E6A7E color CMYK value is (0,33,20,38).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 20.25%
  • key color value is 38.04%
CMYK:
(0,33,20,38)
C0M33Y20K38 
(0%,33%,20%,38%)
(0.00/0.33/0.20/0.38)	

CMYK percentages

%0
%32.91
%20.25
%38.04

Codes

Color #9E6A7E in popluar color models

9E6A7E
RGB158106126
HSL337°21.14%51.76%
HSB/HSV337°32.91%61.96%
CMYK0.00%32.91%20.25%
38.04%

Color #9E6A7E in popluar number systems.

HEX9E6A7E
Decimal158106126
Binary1001111011010101111110
Octal236152176

Shades and tints

Shades of #9E6A7E

#9E6A7E
(158,106,126)
#906173
(144,97,115)
#825868
(130,88,104)
#744F5D
(116,79,93)
#664652
(102,70,82)
#583D47
(88,61,71)
#4A343C
(74,52,60)
#3C2B31
(60,43,49)
#2E2226
(46,34,38)
#20191B
(32,25,27)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #9E6A7E

#9E6A7E
(158,106,126)
#A67789
(166,119,137)
#AE8494
(174,132,148)
#B6919F
(182,145,159)
#BE9EAA
(190,158,170)
#C6ABB5
(198,171,181)
#CEB8C0
(206,184,192)
#D6C5CB
(214,197,203)
#DED2D6
(222,210,214)
#E6DFE1
(230,223,225)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6A7E color. Also use rgb(158,106,126) instead hex code.

Text Font Color

.myTextColor { color: #9E6A7E; }

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

This text font color is #9E6A7E.


Background Color

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

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

This div background color is #9E6A7E.


Border color

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

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

This div border color is #9E6A7E.


Opacity

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

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

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

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

This text has shadow with #9E6A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6A7E on black background.


Color preview on white background

This text has color #9E6A7E on white background.



Black color preview on #9E6A7E background

This text has black color on #9E6A7E background.


White color preview on #9E6A7E background

This text has white color on #9E6A7E background.