COLOR #9F6E87

HEX: #9F6E87
RGB: (159,110,135)

Color info

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

RGB color model

#9F6E87 color RGB value is (159,110,135).

  • red value is 159;
  • green value is 110;
  • blue value is 135.
RGB:
(159,110,135)
(62%,43%,53%)

RGB channels and saturation

R 159 of 255 = 62%
G 110 of 255 = 43%
B 135 of 255 = 53%

159
110
135

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

Portions of RGB colors in percentages

R + G + B =
159 + 110 + 135 = 404 (100%)
R 159 of 404 ~ 39.36%
G 110 of 404 ~ 27.23%
B 135 of 404 ~ 33.42%

%39.36
%27.23
%33.42

CMYK color model

#9F6E87 color CMYK value is (0,31,15,38).

  • cyan value is 0.00%
  • magenta value is 30.82%
  • yellow value is 15.09%
  • key color value is 37.65%
CMYK:
(0,31,15,38)
C0M31Y15K38 
(0%,31%,15%,38%)
(0.00/0.31/0.15/0.38)	

CMYK percentages

%0
%30.82
%15.09
%37.65

Codes

Color #9F6E87 in popluar color models

9F6E87
RGB159110135
HSL329°20.33%52.75%
HSB/HSV329°30.82%62.35%
CMYK0.00%30.82%15.09%
37.65%

Color #9F6E87 in popluar number systems.

HEX9F6E87
Decimal159110135
Binary10011111110111010000111
Octal237156207

Shades and tints

Shades of #9F6E87

#9F6E87
(159,110,135)
#91647B
(145,100,123)
#835A6F
(131,90,111)
#755063
(117,80,99)
#674657
(103,70,87)
#593C4B
(89,60,75)
#4B323F
(75,50,63)
#3D2833
(61,40,51)
#2F1E27
(47,30,39)
#21141B
(33,20,27)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #9F6E87

#9F6E87
(159,110,135)
#A77B91
(167,123,145)
#AF889B
(175,136,155)
#B795A5
(183,149,165)
#BFA2AF
(191,162,175)
#C7AFB9
(199,175,185)
#CFBCC3
(207,188,195)
#D7C9CD
(215,201,205)
#DFD6D7
(223,214,215)
#E7E3E1
(231,227,225)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6E87 color. Also use rgb(159,110,135) instead hex code.

Text Font Color

.myTextColor { color: #9F6E87; }

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

This text font color is #9F6E87.


Background Color

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

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

This div background color is #9F6E87.


Border color

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

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

This div border color is #9F6E87.


Opacity

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

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

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

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

This text has shadow with #9F6E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6E87 on black background.


Color preview on white background

This text has color #9F6E87 on white background.



Black color preview on #9F6E87 background

This text has black color on #9F6E87 background.


White color preview on #9F6E87 background

This text has white color on #9F6E87 background.