COLOR #9F807E

HEX: #9F807E RGB: (159,128,126)

Color info

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

RGB color model

#9F807E color RGB value is (159,128,126).

RGB: (159,128,126) (62%, 50%, 49%)

RGB channels and saturation

R 159 of 255 = 62%
G 128 of 255 = 50%
B 126 of 255 = 49%

159
128
126

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

Portions of RGB colors in percentages

R + G + B = 159 + 128 + 126 = 413 (100%)
R 159 of 413 ~ 38.5%
G 128 of 413 ~ 30.99%
B 126 of 413 ~ 30.51'%

%38.5
%30.99
%30.51

CMYK color model

#9F807E color CMYK value is (0,19,21,38).

  • cyan value is 0.00%
  • magenta value is 19.50%
  • yellow value is 20.75%
  • key color value is 37.65%

CMYK: (0,19,21,38)
C0M19Y21K38 (0%, 19%, 21%, 38%)
(0.00 / 0.19 / 0.21 / 0.38)

CMYK percentages

%0
%19.5
%20.75
%37.65

Codes

Color #9F807E in popluar color models

9F 80 7E
RGB 159 128 126
HSL 14.67% 55.88%
HSB/HSV 20.75% 62.35%
CMYK 0.00% 19.50% 20.75%
37.65%

Color #9F807E in popluar number systems.

HEX 9F 80 7E
Decimal 159 128 126
Binary 10011111 10000000 1111110
Octal 237 200 176

Shades and tints

Shades of #9F807E

#9F807E
(159,128,126)
#917573
(145,117,115)
#836A68
(131,106,104)
#755F5D
(117,95,93)
#675452
(103,84,82)
#594947
(89,73,71)
#4B3E3C
(75,62,60)
#3D3331
(61,51,49)
#2F2826
(47,40,38)
#211D1B
(33,29,27)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #9F807E

#9F807E
(159,128,126)
#A78B89
(167,139,137)
#AF9694
(175,150,148)
#B7A19F
(183,161,159)
#BFACAA
(191,172,170)
#C7B7B5
(199,183,181)
#CFC2C0
(207,194,192)
#D7CDCB
(215,205,203)
#DFD8D6
(223,216,214)
#E7E3E1
(231,227,225)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F807E; }

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

This text font color is #9F807E.

Background Color

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

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

This div background color is #9F807E.

Border color

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

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

This div border color is #9F807E.

Opacity

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

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

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

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

This text has shadow with #9F807E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F807E.

Preview

Color preview on black background

This text has color #9F807E on black background.


Color preview on white background

This text has color #9F807E on white background.


Black color preview on #9F807E background

This text has black color on #9F807E background.


White color preview on #9F807E background

This text has white color on #9F807E background.


Related colors

Complementary color

Complementary color for #hex is #607F81.


I love getcolorcode.com

Triadic colors

1 #7E9F80 and #807E9F with #9F807E are triadic colors.

2 #7E809F and #809F7E with #9F807E are triadic colors.