COLOR #9E6F87

HEX: #9E6F87
RGB: (158,111,135)

Color info

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

RGB color model

#9E6F87 color RGB value is (158,111,135).

  • red value is 158;
  • green value is 111;
  • blue value is 135.
RGB:
(158,111,135)
(62%,44%,53%)

RGB channels and saturation

R 158 of 255 = 62%
G 111 of 255 = 44%
B 135 of 255 = 53%

158
111
135

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

Portions of RGB colors in percentages

R + G + B =
158 + 111 + 135 = 404 (100%)
R 158 of 404 ~ 39.11%
G 111 of 404 ~ 27.48%
B 135 of 404 ~ 33.42%

%39.11
%27.48
%33.42

CMYK color model

#9E6F87 color CMYK value is (0,30,15,38).

  • cyan value is 0.00%
  • magenta value is 29.75%
  • yellow value is 14.56%
  • key color value is 38.04%
CMYK:
(0,30,15,38)
C0M30Y15K38 
(0%,30%,15%,38%)
(0.00/0.30/0.15/0.38)	

CMYK percentages

%0
%29.75
%14.56
%38.04

Codes

Color #9E6F87 in popluar color models

9E6F87
RGB158111135
HSL329°19.50%52.75%
HSB/HSV329°29.75%61.96%
CMYK0.00%29.75%14.56%
38.04%

Color #9E6F87 in popluar number systems.

HEX9E6F87
Decimal158111135
Binary10011110110111110000111
Octal236157207

Shades and tints

Shades of #9E6F87

#9E6F87
(158,111,135)
#90657B
(144,101,123)
#825B6F
(130,91,111)
#745163
(116,81,99)
#664757
(102,71,87)
#583D4B
(88,61,75)
#4A333F
(74,51,63)
#3C2933
(60,41,51)
#2E1F27
(46,31,39)
#20151B
(32,21,27)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #9E6F87

#9E6F87
(158,111,135)
#A67C91
(166,124,145)
#AE899B
(174,137,155)
#B696A5
(182,150,165)
#BEA3AF
(190,163,175)
#C6B0B9
(198,176,185)
#CEBDC3
(206,189,195)
#D6CACD
(214,202,205)
#DED7D7
(222,215,215)
#E6E4E1
(230,228,225)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6F87 color. Also use rgb(158,111,135) instead hex code.

Text Font Color

.myTextColor { color: #9E6F87; }

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

This text font color is #9E6F87.


Background Color

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

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

This div background color is #9E6F87.


Border color

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

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

This div border color is #9E6F87.


Opacity

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

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

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

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

This text has shadow with #9E6F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6F87 on black background.


Color preview on white background

This text has color #9E6F87 on white background.



Black color preview on #9E6F87 background

This text has black color on #9E6F87 background.


White color preview on #9E6F87 background

This text has white color on #9E6F87 background.