COLOR #9F6B82

HEX: #9F6B82
RGB: (159,107,130)

Color info

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

RGB color model

#9F6B82 color RGB value is (159,107,130).

  • red value is 159;
  • green value is 107;
  • blue value is 130.
RGB:
(159,107,130)
(62%,42%,51%)

RGB channels and saturation

R 159 of 255 = 62%
G 107 of 255 = 42%
B 130 of 255 = 51%

159
107
130

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

Portions of RGB colors in percentages

R + G + B =
159 + 107 + 130 = 396 (100%)
R 159 of 396 ~ 40.15%
G 107 of 396 ~ 27.02%
B 130 of 396 ~ 32.83%

%40.15
%27.02
%32.83

CMYK color model

#9F6B82 color CMYK value is (0,33,18,38).

  • cyan value is 0.00%
  • magenta value is 32.70%
  • yellow value is 18.24%
  • key color value is 37.65%
CMYK:
(0,33,18,38)
C0M33Y18K38 
(0%,33%,18%,38%)
(0.00/0.33/0.18/0.38)	

CMYK percentages

%0
%32.7
%18.24
%37.65

Codes

Color #9F6B82 in popluar color models

9F6B82
RGB159107130
HSL333°21.31%52.16%
HSB/HSV333°32.70%62.35%
CMYK0.00%32.70%18.24%
37.65%

Color #9F6B82 in popluar number systems.

HEX9F6B82
Decimal159107130
Binary10011111110101110000010
Octal237153202

Shades and tints

Shades of #9F6B82

#9F6B82
(159,107,130)
#916277
(145,98,119)
#83596C
(131,89,108)
#755061
(117,80,97)
#674756
(103,71,86)
#593E4B
(89,62,75)
#4B3540
(75,53,64)
#3D2C35
(61,44,53)
#2F232A
(47,35,42)
#211A1F
(33,26,31)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #9F6B82

#9F6B82
(159,107,130)
#A7788D
(167,120,141)
#AF8598
(175,133,152)
#B792A3
(183,146,163)
#BF9FAE
(191,159,174)
#C7ACB9
(199,172,185)
#CFB9C4
(207,185,196)
#D7C6CF
(215,198,207)
#DFD3DA
(223,211,218)
#E7E0E5
(231,224,229)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6B82 color. Also use rgb(159,107,130) instead hex code.

Text Font Color

.myTextColor { color: #9F6B82; }

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

This text font color is #9F6B82.


Background Color

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

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

This div background color is #9F6B82.


Border color

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

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

This div border color is #9F6B82.


Opacity

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

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

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

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

This text has shadow with #9F6B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6B82 on black background.


Color preview on white background

This text has color #9F6B82 on white background.



Black color preview on #9F6B82 background

This text has black color on #9F6B82 background.


White color preview on #9F6B82 background

This text has white color on #9F6B82 background.