COLOR #9E7DAC

HEX: #9E7DAC
RGB: (158,125,172)

Color info

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

RGB color model

#9E7DAC color RGB value is (158,125,172).

  • red value is 158;
  • green value is 125;
  • blue value is 172.
RGB:
(158,125,172)
(62%,49%,67%)

RGB channels and saturation

R 158 of 255 = 62%
G 125 of 255 = 49%
B 172 of 255 = 67%

158
125
172

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

Portions of RGB colors in percentages

R + G + B =
158 + 125 + 172 = 455 (100%)
R 158 of 455 ~ 34.73%
G 125 of 455 ~ 27.47%
B 172 of 455 ~ 37.8%

%34.73
%27.47
%37.8

CMYK color model

#9E7DAC color CMYK value is (8,27,0,33).

  • cyan value is 8.14%
  • magenta value is 27.33%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(8,27,0,33)
C8M27Y0K33 
(8%,27%,0%,33%)
(0.08/0.27/0.00/0.33)	

CMYK percentages

%8.14
%27.33
%0
%32.55

Codes

Color #9E7DAC in popluar color models

9E7DAC
RGB158125172
HSL282°22.07%58.24%
HSB/HSV282°27.33%67.45%
CMYK8.14%27.33%0.00%
32.55%

Color #9E7DAC in popluar number systems.

HEX9E7DAC
Decimal158125172
Binary10011110111110110101100
Octal236175254

Shades and tints

Shades of #9E7DAC

#9E7DAC
(158,125,172)
#90729D
(144,114,157)
#82678E
(130,103,142)
#745C7F
(116,92,127)
#665170
(102,81,112)
#584661
(88,70,97)
#4A3B52
(74,59,82)
#3C3043
(60,48,67)
#2E2534
(46,37,52)
#201A25
(32,26,37)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #9E7DAC

#9E7DAC
(158,125,172)
#A688B3
(166,136,179)
#AE93BA
(174,147,186)
#B69EC1
(182,158,193)
#BEA9C8
(190,169,200)
#C6B4CF
(198,180,207)
#CEBFD6
(206,191,214)
#D6CADD
(214,202,221)
#DED5E4
(222,213,228)
#E6E0EB
(230,224,235)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7DAC color. Also use rgb(158,125,172) instead hex code.

Text Font Color

.myTextColor { color: #9E7DAC; }

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

This text font color is #9E7DAC.


Background Color

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

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

This div background color is #9E7DAC.


Border color

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

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

This div border color is #9E7DAC.


Opacity

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

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

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

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

This text has shadow with #9E7DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7DAC on black background.


Color preview on white background

This text has color #9E7DAC on white background.



Black color preview on #9E7DAC background

This text has black color on #9E7DAC background.


White color preview on #9E7DAC background

This text has white color on #9E7DAC background.