COLOR #9F7C84

HEX: #9F7C84
RGB: (159,124,132)

Color info

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

RGB color model

#9F7C84 color RGB value is (159,124,132).

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

RGB channels and saturation

R 159 of 255 = 62%
G 124 of 255 = 49%
B 132 of 255 = 52%

159
124
132

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

Portions of RGB colors in percentages

R + G + B =
159 + 124 + 132 = 415 (100%)
R 159 of 415 ~ 38.31%
G 124 of 415 ~ 29.88%
B 132 of 415 ~ 31.81%

%38.31
%29.88
%31.81

CMYK color model

#9F7C84 color CMYK value is (0,22,17,38).

  • cyan value is 0.00%
  • magenta value is 22.01%
  • yellow value is 16.98%
  • key color value is 37.65%
CMYK:
(0,22,17,38)
C0M22Y17K38 
(0%,22%,17%,38%)
(0.00/0.22/0.17/0.38)	

CMYK percentages

%0
%22.01
%16.98
%37.65

Codes

Color #9F7C84 in popluar color models

9F7C84
RGB159124132
HSL346°15.42%55.49%
HSB/HSV346°22.01%62.35%
CMYK0.00%22.01%16.98%
37.65%

Color #9F7C84 in popluar number systems.

HEX9F7C84
Decimal159124132
Binary10011111111110010000100
Octal237174204

Shades and tints

Shades of #9F7C84

#9F7C84
(159,124,132)
#917178
(145,113,120)
#83666C
(131,102,108)
#755B60
(117,91,96)
#675054
(103,80,84)
#594548
(89,69,72)
#4B3A3C
(75,58,60)
#3D2F30
(61,47,48)
#2F2424
(47,36,36)
#211918
(33,25,24)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #9F7C84

#9F7C84
(159,124,132)
#A7878F
(167,135,143)
#AF929A
(175,146,154)
#B79DA5
(183,157,165)
#BFA8B0
(191,168,176)
#C7B3BB
(199,179,187)
#CFBEC6
(207,190,198)
#D7C9D1
(215,201,209)
#DFD4DC
(223,212,220)
#E7DFE7
(231,223,231)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7C84; }

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

This text font color is #9F7C84.


Background Color

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

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

This div background color is #9F7C84.


Border color

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

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

This div border color is #9F7C84.


Opacity

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

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

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

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

This text has shadow with #9F7C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7C84 on black background.


Color preview on white background

This text has color #9F7C84 on white background.



Black color preview on #9F7C84 background

This text has black color on #9F7C84 background.


White color preview on #9F7C84 background

This text has white color on #9F7C84 background.