COLOR #9F7287

HEX: #9F7287
RGB: (159,114,135)

Color info

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

RGB color model

#9F7287 color RGB value is (159,114,135).

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

RGB channels and saturation

R 159 of 255 = 62%
G 114 of 255 = 45%
B 135 of 255 = 53%

159
114
135

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

Portions of RGB colors in percentages

R + G + B =
159 + 114 + 135 = 408 (100%)
R 159 of 408 ~ 38.97%
G 114 of 408 ~ 27.94%
B 135 of 408 ~ 33.09%

%38.97
%27.94
%33.09

CMYK color model

#9F7287 color CMYK value is (0,28,15,38).

  • cyan value is 0.00%
  • magenta value is 28.30%
  • yellow value is 15.09%
  • key color value is 37.65%
CMYK:
(0,28,15,38)
C0M28Y15K38 
(0%,28%,15%,38%)
(0.00/0.28/0.15/0.38)	

CMYK percentages

%0
%28.3
%15.09
%37.65

Codes

Color #9F7287 in popluar color models

9F7287
RGB159114135
HSL332°18.99%53.53%
HSB/HSV332°28.30%62.35%
CMYK0.00%28.30%15.09%
37.65%

Color #9F7287 in popluar number systems.

HEX9F7287
Decimal159114135
Binary10011111111001010000111
Octal237162207

Shades and tints

Shades of #9F7287

#9F7287
(159,114,135)
#91687B
(145,104,123)
#835E6F
(131,94,111)
#755463
(117,84,99)
#674A57
(103,74,87)
#59404B
(89,64,75)
#4B363F
(75,54,63)
#3D2C33
(61,44,51)
#2F2227
(47,34,39)
#21181B
(33,24,27)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #9F7287

#9F7287
(159,114,135)
#A77E91
(167,126,145)
#AF8A9B
(175,138,155)
#B796A5
(183,150,165)
#BFA2AF
(191,162,175)
#C7AEB9
(199,174,185)
#CFBAC3
(207,186,195)
#D7C6CD
(215,198,205)
#DFD2D7
(223,210,215)
#E7DEE1
(231,222,225)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7287; }

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

This text font color is #9F7287.


Background Color

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

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

This div background color is #9F7287.


Border color

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

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

This div border color is #9F7287.


Opacity

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

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

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

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

This text has shadow with #9F7287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7287 on black background.


Color preview on white background

This text has color #9F7287 on white background.



Black color preview on #9F7287 background

This text has black color on #9F7287 background.


White color preview on #9F7287 background

This text has white color on #9F7287 background.