COLOR #9E6D8D

HEX: #9E6D8D
RGB: (158,109,141)

Color info

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

RGB color model

#9E6D8D color RGB value is (158,109,141).

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

RGB channels and saturation

R 158 of 255 = 62%
G 109 of 255 = 43%
B 141 of 255 = 55%

158
109
141

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

Portions of RGB colors in percentages

R + G + B =
158 + 109 + 141 = 408 (100%)
R 158 of 408 ~ 38.73%
G 109 of 408 ~ 26.72%
B 141 of 408 ~ 34.56%

%38.73
%26.72
%34.56

CMYK color model

#9E6D8D color CMYK value is (0,31,11,38).

  • cyan value is 0.00%
  • magenta value is 31.01%
  • yellow value is 10.76%
  • key color value is 38.04%
CMYK:
(0,31,11,38)
C0M31Y11K38 
(0%,31%,11%,38%)
(0.00/0.31/0.11/0.38)	

CMYK percentages

%0
%31.01
%10.76
%38.04

Codes

Color #9E6D8D in popluar color models

9E6D8D
RGB158109141
HSL321°20.16%52.35%
HSB/HSV321°31.01%61.96%
CMYK0.00%31.01%10.76%
38.04%

Color #9E6D8D in popluar number systems.

HEX9E6D8D
Decimal158109141
Binary10011110110110110001101
Octal236155215

Shades and tints

Shades of #9E6D8D

#9E6D8D
(158,109,141)
#906481
(144,100,129)
#825B75
(130,91,117)
#745269
(116,82,105)
#66495D
(102,73,93)
#584051
(88,64,81)
#4A3745
(74,55,69)
#3C2E39
(60,46,57)
#2E252D
(46,37,45)
#201C21
(32,28,33)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #9E6D8D

#9E6D8D
(158,109,141)
#A67A97
(166,122,151)
#AE87A1
(174,135,161)
#B694AB
(182,148,171)
#BEA1B5
(190,161,181)
#C6AEBF
(198,174,191)
#CEBBC9
(206,187,201)
#D6C8D3
(214,200,211)
#DED5DD
(222,213,221)
#E6E2E7
(230,226,231)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6D8D color. Also use rgb(158,109,141) instead hex code.

Text Font Color

.myTextColor { color: #9E6D8D; }

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

This text font color is #9E6D8D.


Background Color

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

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

This div background color is #9E6D8D.


Border color

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

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

This div border color is #9E6D8D.


Opacity

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

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

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

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

This text has shadow with #9E6D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6D8D on black background.


Color preview on white background

This text has color #9E6D8D on white background.



Black color preview on #9E6D8D background

This text has black color on #9E6D8D background.


White color preview on #9E6D8D background

This text has white color on #9E6D8D background.