COLOR #9F7C8E

HEX: #9F7C8E
RGB: (159,124,142)

Color info

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

RGB color model

#9F7C8E color RGB value is (159,124,142).

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

RGB channels and saturation

R 159 of 255 = 62%
G 124 of 255 = 49%
B 142 of 255 = 56%

159
124
142

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

Portions of RGB colors in percentages

R + G + B =
159 + 124 + 142 = 425 (100%)
R 159 of 425 ~ 37.41%
G 124 of 425 ~ 29.18%
B 142 of 425 ~ 33.41%

%37.41
%29.18
%33.41

CMYK color model

#9F7C8E color CMYK value is (0,22,11,38).

  • cyan value is 0.00%
  • magenta value is 22.01%
  • yellow value is 10.69%
  • key color value is 37.65%
CMYK:
(0,22,11,38)
C0M22Y11K38 
(0%,22%,11%,38%)
(0.00/0.22/0.11/0.38)	

CMYK percentages

%0
%22.01
%10.69
%37.65

Codes

Color #9F7C8E in popluar color models

9F7C8E
RGB159124142
HSL329°15.42%55.49%
HSB/HSV329°22.01%62.35%
CMYK0.00%22.01%10.69%
37.65%

Color #9F7C8E in popluar number systems.

HEX9F7C8E
Decimal159124142
Binary10011111111110010001110
Octal237174216

Shades and tints

Shades of #9F7C8E

#9F7C8E
(159,124,142)
#917182
(145,113,130)
#836676
(131,102,118)
#755B6A
(117,91,106)
#67505E
(103,80,94)
#594552
(89,69,82)
#4B3A46
(75,58,70)
#3D2F3A
(61,47,58)
#2F242E
(47,36,46)
#211922
(33,25,34)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #9F7C8E

#9F7C8E
(159,124,142)
#A78798
(167,135,152)
#AF92A2
(175,146,162)
#B79DAC
(183,157,172)
#BFA8B6
(191,168,182)
#C7B3C0
(199,179,192)
#CFBECA
(207,190,202)
#D7C9D4
(215,201,212)
#DFD4DE
(223,212,222)
#E7DFE8
(231,223,232)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7C8E color. Also use rgb(159,124,142) instead hex code.

Text Font Color

.myTextColor { color: #9F7C8E; }

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

This text font color is #9F7C8E.


Background Color

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

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

This div background color is #9F7C8E.


Border color

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

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

This div border color is #9F7C8E.


Opacity

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

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

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

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

This text has shadow with #9F7C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7C8E on black background.


Color preview on white background

This text has color #9F7C8E on white background.



Black color preview on #9F7C8E background

This text has black color on #9F7C8E background.


White color preview on #9F7C8E background

This text has white color on #9F7C8E background.