COLOR #9E7486

HEX: #9E7486
RGB: (158,116,134)

Color info

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

RGB color model

#9E7486 color RGB value is (158,116,134).

  • red value is 158;
  • green value is 116;
  • blue value is 134.
RGB:
(158,116,134)
(62%,45%,53%)

RGB channels and saturation

R 158 of 255 = 62%
G 116 of 255 = 45%
B 134 of 255 = 53%

158
116
134

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

Portions of RGB colors in percentages

R + G + B =
158 + 116 + 134 = 408 (100%)
R 158 of 408 ~ 38.73%
G 116 of 408 ~ 28.43%
B 134 of 408 ~ 32.84%

%38.73
%28.43
%32.84

CMYK color model

#9E7486 color CMYK value is (0,27,15,38).

  • cyan value is 0.00%
  • magenta value is 26.58%
  • yellow value is 15.19%
  • key color value is 38.04%
CMYK:
(0,27,15,38)
C0M27Y15K38 
(0%,27%,15%,38%)
(0.00/0.27/0.15/0.38)	

CMYK percentages

%0
%26.58
%15.19
%38.04

Codes

Color #9E7486 in popluar color models

9E7486
RGB158116134
HSL334°17.80%53.73%
HSB/HSV334°26.58%61.96%
CMYK0.00%26.58%15.19%
38.04%

Color #9E7486 in popluar number systems.

HEX9E7486
Decimal158116134
Binary10011110111010010000110
Octal236164206

Shades and tints

Shades of #9E7486

#9E7486
(158,116,134)
#906A7A
(144,106,122)
#82606E
(130,96,110)
#745662
(116,86,98)
#664C56
(102,76,86)
#58424A
(88,66,74)
#4A383E
(74,56,62)
#3C2E32
(60,46,50)
#2E2426
(46,36,38)
#201A1A
(32,26,26)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #9E7486

#9E7486
(158,116,134)
#A68091
(166,128,145)
#AE8C9C
(174,140,156)
#B698A7
(182,152,167)
#BEA4B2
(190,164,178)
#C6B0BD
(198,176,189)
#CEBCC8
(206,188,200)
#D6C8D3
(214,200,211)
#DED4DE
(222,212,222)
#E6E0E9
(230,224,233)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7486 color. Also use rgb(158,116,134) instead hex code.

Text Font Color

.myTextColor { color: #9E7486; }

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

This text font color is #9E7486.


Background Color

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

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

This div background color is #9E7486.


Border color

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

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

This div border color is #9E7486.


Opacity

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

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

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

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

This text has shadow with #9E7486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7486 on black background.


Color preview on white background

This text has color #9E7486 on white background.



Black color preview on #9E7486 background

This text has black color on #9E7486 background.


White color preview on #9E7486 background

This text has white color on #9E7486 background.