COLOR #9F9C8B

HEX: #9F9C8B
RGB: (159,156,139)

Color info

#9F9C8B contains red, green and blue colors in about the same proportion. Web safe color of #9F9C8B is #999999 (or #999).

RGB color model

#9F9C8B color RGB value is (159,156,139).

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

RGB channels and saturation

R 159 of 255 = 62%
G 156 of 255 = 61%
B 139 of 255 = 55%

159
156
139

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

Portions of RGB colors in percentages

R + G + B =
159 + 156 + 139 = 454 (100%)
R 159 of 454 ~ 35.02%
G 156 of 454 ~ 34.36%
B 139 of 454 ~ 30.62%

%35.02
%34.36
%30.62

CMYK color model

#9F9C8B color CMYK value is (0,2,13,38).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 12.58%
  • key color value is 37.65%
CMYK:
(0,2,13,38)
C0M2Y13K38 
(0%,2%,13%,38%)
(0.00/0.02/0.13/0.38)	

CMYK percentages

%0
%1.89
%12.58
%37.65

Codes

Color #9F9C8B in popluar color models

9F9C8B
RGB159156139
HSL51°9.43%58.43%
HSB/HSV51°12.58%62.35%
CMYK0.00%1.89%12.58%
37.65%

Color #9F9C8B in popluar number systems.

HEX9F9C8B
Decimal159156139
Binary100111111001110010001011
Octal237234213

Shades and tints

Shades of #9F9C8B

#9F9C8B
(159,156,139)
#918E7F
(145,142,127)
#838073
(131,128,115)
#757267
(117,114,103)
#67645B
(103,100,91)
#59564F
(89,86,79)
#4B4843
(75,72,67)
#3D3A37
(61,58,55)
#2F2C2B
(47,44,43)
#211E1F
(33,30,31)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #9F9C8B

#9F9C8B
(159,156,139)
#A7A595
(167,165,149)
#AFAE9F
(175,174,159)
#B7B7A9
(183,183,169)
#BFC0B3
(191,192,179)
#C7C9BD
(199,201,189)
#CFD2C7
(207,210,199)
#D7DBD1
(215,219,209)
#DFE4DB
(223,228,219)
#E7EDE5
(231,237,229)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9C8B; }

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

This text font color is #9F9C8B.


Background Color

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

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

This div background color is #9F9C8B.


Border color

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

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

This div border color is #9F9C8B.


Opacity

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

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

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

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

This text has shadow with #9F9C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9C8B on black background.


Color preview on white background

This text has color #9F9C8B on white background.



Black color preview on #9F9C8B background

This text has black color on #9F9C8B background.


White color preview on #9F9C8B background

This text has white color on #9F9C8B background.