COLOR #9F6A7F

HEX: #9F6A7F
RGB: (159,106,127)

Color info

#9F6A7F contains red, green and blue colors in about the same proportion. Web safe color of #9F6A7F is #996666 (or #966).

RGB color model

#9F6A7F color RGB value is (159,106,127).

  • red value is 159;
  • green value is 106;
  • blue value is 127.
RGB:
(159,106,127)
(62%,42%,50%)

RGB channels and saturation

R 159 of 255 = 62%
G 106 of 255 = 42%
B 127 of 255 = 50%

159
106
127

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

Portions of RGB colors in percentages

R + G + B =
159 + 106 + 127 = 392 (100%)
R 159 of 392 ~ 40.56%
G 106 of 392 ~ 27.04%
B 127 of 392 ~ 32.4%

%40.56
%27.04
%32.4

CMYK color model

#9F6A7F color CMYK value is (0,33,20,38).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 20.13%
  • key color value is 37.65%
CMYK:
(0,33,20,38)
C0M33Y20K38 
(0%,33%,20%,38%)
(0.00/0.33/0.20/0.38)	

CMYK percentages

%0
%33.33
%20.13
%37.65

Codes

Color #9F6A7F in popluar color models

9F6A7F
RGB159106127
HSL336°21.63%51.96%
HSB/HSV336°33.33%62.35%
CMYK0.00%33.33%20.13%
37.65%

Color #9F6A7F in popluar number systems.

HEX9F6A7F
Decimal159106127
Binary1001111111010101111111
Octal237152177

Shades and tints

Shades of #9F6A7F

#9F6A7F
(159,106,127)
#916174
(145,97,116)
#835869
(131,88,105)
#754F5E
(117,79,94)
#674653
(103,70,83)
#593D48
(89,61,72)
#4B343D
(75,52,61)
#3D2B32
(61,43,50)
#2F2227
(47,34,39)
#21191C
(33,25,28)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #9F6A7F

#9F6A7F
(159,106,127)
#A7778A
(167,119,138)
#AF8495
(175,132,149)
#B791A0
(183,145,160)
#BF9EAB
(191,158,171)
#C7ABB6
(199,171,182)
#CFB8C1
(207,184,193)
#D7C5CC
(215,197,204)
#DFD2D7
(223,210,215)
#E7DFE2
(231,223,226)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6A7F color. Also use rgb(159,106,127) instead hex code.

Text Font Color

.myTextColor { color: #9F6A7F; }

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

This text font color is #9F6A7F.


Background Color

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

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

This div background color is #9F6A7F.


Border color

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

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

This div border color is #9F6A7F.


Opacity

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

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

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

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

This text has shadow with #9F6A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6A7F on black background.


Color preview on white background

This text has color #9F6A7F on white background.



Black color preview on #9F6A7F background

This text has black color on #9F6A7F background.


White color preview on #9F6A7F background

This text has white color on #9F6A7F background.