COLOR #9E6986

HEX: #9E6986 RGB: (158,105,134)

Color info

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

RGB color model

#9E6986 color RGB value is (158,105,134).

RGB: (158,105,134) (62%, 41%, 53%)

RGB channels and saturation

R 158 of 255 = 62%
G 105 of 255 = 41%
B 134 of 255 = 53%

158
105
134

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

Portions of RGB colors in percentages

R + G + B = 158 + 105 + 134 = 397 (100%)
R 158 of 397 ~ 39.8%
G 105 of 397 ~ 26.45%
B 134 of 397 ~ 33.75'%

%39.8
%26.45
%33.75

CMYK color model

#9E6986 color CMYK value is (0,34,15,38).

  • cyan value is 0.00%
  • magenta value is 33.54%
  • yellow value is 15.19%
  • key color value is 38.04%

CMYK: (0,34,15,38)
C0M34Y15K38 (0%, 34%, 15%, 38%)
(0.00 / 0.34 / 0.15 / 0.38)

CMYK percentages

%0
%33.54
%15.19
%38.04

Codes

Color #9E6986 in popluar color models

9E 69 86
RGB 158 105 134
HSL 327° 21.46% 51.57%
HSB/HSV 327° 33.54% 61.96%
CMYK 0.00% 33.54% 15.19%
38.04%

Color #9E6986 in popluar number systems.

HEX 9E 69 86
Decimal 158 105 134
Binary 10011110 1101001 10000110
Octal 236 151 206

Shades and tints

Shades of #9E6986

#9E6986
(158,105,134)
#90607A
(144,96,122)
#82576E
(130,87,110)
#744E62
(116,78,98)
#664556
(102,69,86)
#583C4A
(88,60,74)
#4A333E
(74,51,62)
#3C2A32
(60,42,50)
#2E2126
(46,33,38)
#20181A
(32,24,26)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #9E6986

#9E6986
(158,105,134)
#A67691
(166,118,145)
#AE839C
(174,131,156)
#B690A7
(182,144,167)
#BE9DB2
(190,157,178)
#C6AABD
(198,170,189)
#CEB7C8
(206,183,200)
#D6C4D3
(214,196,211)
#DED1DE
(222,209,222)
#E6DEE9
(230,222,233)
#EEEBF4
(238,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6986; }

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

This text font color is #9E6986.

Background Color

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

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

This div background color is #9E6986.

Border color

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

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

This div border color is #9E6986.

Opacity

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

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

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

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

This text has shadow with #9E6986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E6986.

Preview

Color preview on black background

This text has color #9E6986 on black background.


Color preview on white background

This text has color #9E6986 on white background.


Black color preview on #9E6986 background

This text has black color on #9E6986 background.


White color preview on #9E6986 background

This text has white color on #9E6986 background.


Related colors

Complementary color

Complementary color for #hex is #619679.


I love getcolorcode.com

Triadic colors

1 #869E69 and #69869E with #9E6986 are triadic colors.

2 #86699E and #699E86 with #9E6986 are triadic colors.