COLOR #9F7E8F

HEX: #9F7E8F
RGB: (159,126,143)

Color info

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

RGB color model

#9F7E8F color RGB value is (159,126,143).

  • red value is 159;
  • green value is 126;
  • blue value is 143.
RGB:
(159,126,143)
(62%,49%,56%)

RGB channels and saturation

R 159 of 255 = 62%
G 126 of 255 = 49%
B 143 of 255 = 56%

159
126
143

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

Portions of RGB colors in percentages

R + G + B =
159 + 126 + 143 = 428 (100%)
R 159 of 428 ~ 37.15%
G 126 of 428 ~ 29.44%
B 143 of 428 ~ 33.41%

%37.15
%29.44
%33.41

CMYK color model

#9F7E8F color CMYK value is (0,21,10,38).

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 10.06%
  • key color value is 37.65%
CMYK:
(0,21,10,38)
C0M21Y10K38 
(0%,21%,10%,38%)
(0.00/0.21/0.10/0.38)	

CMYK percentages

%0
%20.75
%10.06
%37.65

Codes

Color #9F7E8F in popluar color models

9F7E8F
RGB159126143
HSL329°14.67%55.88%
HSB/HSV329°20.75%62.35%
CMYK0.00%20.75%10.06%
37.65%

Color #9F7E8F in popluar number systems.

HEX9F7E8F
Decimal159126143
Binary10011111111111010001111
Octal237176217

Shades and tints

Shades of #9F7E8F

#9F7E8F
(159,126,143)
#917382
(145,115,130)
#836875
(131,104,117)
#755D68
(117,93,104)
#67525B
(103,82,91)
#59474E
(89,71,78)
#4B3C41
(75,60,65)
#3D3134
(61,49,52)
#2F2627
(47,38,39)
#211B1A
(33,27,26)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #9F7E8F

#9F7E8F
(159,126,143)
#A78999
(167,137,153)
#AF94A3
(175,148,163)
#B79FAD
(183,159,173)
#BFAAB7
(191,170,183)
#C7B5C1
(199,181,193)
#CFC0CB
(207,192,203)
#D7CBD5
(215,203,213)
#DFD6DF
(223,214,223)
#E7E1E9
(231,225,233)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7E8F color. Also use rgb(159,126,143) instead hex code.

Text Font Color

.myTextColor { color: #9F7E8F; }

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

This text font color is #9F7E8F.


Background Color

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

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

This div background color is #9F7E8F.


Border color

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

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

This div border color is #9F7E8F.


Opacity

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

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

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

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

This text has shadow with #9F7E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7E8F on black background.


Color preview on white background

This text has color #9F7E8F on white background.



Black color preview on #9F7E8F background

This text has black color on #9F7E8F background.


White color preview on #9F7E8F background

This text has white color on #9F7E8F background.