COLOR #9F7E9C

HEX: #9F7E9C
RGB: (159,126,156)

Color info

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

RGB color model

#9F7E9C color RGB value is (159,126,156).

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

RGB channels and saturation

R 159 of 255 = 62%
G 126 of 255 = 49%
B 156 of 255 = 61%

159
126
156

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

Portions of RGB colors in percentages

R + G + B =
159 + 126 + 156 = 441 (100%)
R 159 of 441 ~ 36.05%
G 126 of 441 ~ 28.57%
B 156 of 441 ~ 35.37%

%36.05
%28.57
%35.37

CMYK color model

#9F7E9C color CMYK value is (0,21,2,38).

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 1.89%
  • key color value is 37.65%
CMYK:
(0,21,2,38)
C0M21Y2K38 
(0%,21%,2%,38%)
(0.00/0.21/0.02/0.38)	

CMYK percentages

%0
%20.75
%1.89
%37.65

Codes

Color #9F7E9C in popluar color models

9F7E9C
RGB159126156
HSL305°14.67%55.88%
HSB/HSV305°20.75%62.35%
CMYK0.00%20.75%1.89%
37.65%

Color #9F7E9C in popluar number systems.

HEX9F7E9C
Decimal159126156
Binary10011111111111010011100
Octal237176234

Shades and tints

Shades of #9F7E9C

#9F7E9C
(159,126,156)
#91738E
(145,115,142)
#836880
(131,104,128)
#755D72
(117,93,114)
#675264
(103,82,100)
#594756
(89,71,86)
#4B3C48
(75,60,72)
#3D313A
(61,49,58)
#2F262C
(47,38,44)
#211B1E
(33,27,30)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #9F7E9C

#9F7E9C
(159,126,156)
#A789A5
(167,137,165)
#AF94AE
(175,148,174)
#B79FB7
(183,159,183)
#BFAAC0
(191,170,192)
#C7B5C9
(199,181,201)
#CFC0D2
(207,192,210)
#D7CBDB
(215,203,219)
#DFD6E4
(223,214,228)
#E7E1ED
(231,225,237)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7E9C; }

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

This text font color is #9F7E9C.


Background Color

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

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

This div background color is #9F7E9C.


Border color

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

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

This div border color is #9F7E9C.


Opacity

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

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

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

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

This text has shadow with #9F7E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7E9C on black background.


Color preview on white background

This text has color #9F7E9C on white background.



Black color preview on #9F7E9C background

This text has black color on #9F7E9C background.


White color preview on #9F7E9C background

This text has white color on #9F7E9C background.