COLOR #9F9C8D

HEX: #9F9C8D
RGB: (159,156,141)

Color info

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

RGB color model

#9F9C8D color RGB value is (159,156,141).

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

RGB channels and saturation

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

159
156
141

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

Portions of RGB colors in percentages

R + G + B =
159 + 156 + 141 = 456 (100%)
R 159 of 456 ~ 34.87%
G 156 of 456 ~ 34.21%
B 141 of 456 ~ 30.92%

%34.87
%34.21
%30.92

CMYK color model

#9F9C8D color CMYK value is (0,2,11,38).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 11.32%
  • key color value is 37.65%
CMYK:
(0,2,11,38)
C0M2Y11K38 
(0%,2%,11%,38%)
(0.00/0.02/0.11/0.38)	

CMYK percentages

%0
%1.89
%11.32
%37.65

Codes

Color #9F9C8D in popluar color models

9F9C8D
RGB159156141
HSL50°8.57%58.82%
HSB/HSV50°11.32%62.35%
CMYK0.00%1.89%11.32%
37.65%

Color #9F9C8D in popluar number systems.

HEX9F9C8D
Decimal159156141
Binary100111111001110010001101
Octal237234215

Shades and tints

Shades of #9F9C8D

#9F9C8D
(159,156,141)
#918E81
(145,142,129)
#838075
(131,128,117)
#757269
(117,114,105)
#67645D
(103,100,93)
#595651
(89,86,81)
#4B4845
(75,72,69)
#3D3A39
(61,58,57)
#2F2C2D
(47,44,45)
#211E21
(33,30,33)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #9F9C8D

#9F9C8D
(159,156,141)
#A7A597
(167,165,151)
#AFAEA1
(175,174,161)
#B7B7AB
(183,183,171)
#BFC0B5
(191,192,181)
#C7C9BF
(199,201,191)
#CFD2C9
(207,210,201)
#D7DBD3
(215,219,211)
#DFE4DD
(223,228,221)
#E7EDE7
(231,237,231)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9C8D; }

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

This text font color is #9F9C8D.


Background Color

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

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

This div background color is #9F9C8D.


Border color

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

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

This div border color is #9F9C8D.


Opacity

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

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

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

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

This text has shadow with #9F9C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9C8D on black background.


Color preview on white background

This text has color #9F9C8D on white background.



Black color preview on #9F9C8D background

This text has black color on #9F9C8D background.


White color preview on #9F9C8D background

This text has white color on #9F9C8D background.