COLOR #9F809E

HEX: #9F809E
RGB: (159,128,158)

Color info

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

RGB color model

#9F809E color RGB value is (159,128,158).

  • red value is 159;
  • green value is 128;
  • blue value is 158.
RGB:
(159,128,158)
(62%,50%,62%)

RGB channels and saturation

R 159 of 255 = 62%
G 128 of 255 = 50%
B 158 of 255 = 62%

159
128
158

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

Portions of RGB colors in percentages

R + G + B =
159 + 128 + 158 = 445 (100%)
R 159 of 445 ~ 35.73%
G 128 of 445 ~ 28.76%
B 158 of 445 ~ 35.51%

%35.73
%28.76
%35.51

CMYK color model

#9F809E color CMYK value is (0,19,1,38).

  • cyan value is 0.00%
  • magenta value is 19.50%
  • yellow value is 0.63%
  • key color value is 37.65%
CMYK:
(0,19,1,38)
C0M19Y1K38 
(0%,19%,1%,38%)
(0.00/0.19/0.01/0.38)	

CMYK percentages

%0
%19.5
%0.63
%37.65

Codes

Color #9F809E in popluar color models

9F809E
RGB159128158
HSL302°13.90%56.27%
HSB/HSV302°19.50%62.35%
CMYK0.00%19.50%0.63%
37.65%

Color #9F809E in popluar number systems.

HEX9F809E
Decimal159128158
Binary100111111000000010011110
Octal237200236

Shades and tints

Shades of #9F809E

#9F809E
(159,128,158)
#917590
(145,117,144)
#836A82
(131,106,130)
#755F74
(117,95,116)
#675466
(103,84,102)
#594958
(89,73,88)
#4B3E4A
(75,62,74)
#3D333C
(61,51,60)
#2F282E
(47,40,46)
#211D20
(33,29,32)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #9F809E

#9F809E
(159,128,158)
#A78BA6
(167,139,166)
#AF96AE
(175,150,174)
#B7A1B6
(183,161,182)
#BFACBE
(191,172,190)
#C7B7C6
(199,183,198)
#CFC2CE
(207,194,206)
#D7CDD6
(215,205,214)
#DFD8DE
(223,216,222)
#E7E3E6
(231,227,230)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F809E color. Also use rgb(159,128,158) instead hex code.

Text Font Color

.myTextColor { color: #9F809E; }

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

This text font color is #9F809E.


Background Color

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

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

This div background color is #9F809E.


Border color

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

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

This div border color is #9F809E.


Opacity

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

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

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

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

This text has shadow with #9F809E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F809E on black background.


Color preview on white background

This text has color #9F809E on white background.



Black color preview on #9F809E background

This text has black color on #9F809E background.


White color preview on #9F809E background

This text has white color on #9F809E background.