COLOR #9F9C95

HEX: #9F9C95
RGB: (159,156,149)

Color info

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

RGB color model

#9F9C95 color RGB value is (159,156,149).

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

RGB channels and saturation

R 159 of 255 = 62%
G 156 of 255 = 61%
B 149 of 255 = 58%

159
156
149

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

Portions of RGB colors in percentages

R + G + B =
159 + 156 + 149 = 464 (100%)
R 159 of 464 ~ 34.27%
G 156 of 464 ~ 33.62%
B 149 of 464 ~ 32.11%

%34.27
%33.62
%32.11

CMYK color model

#9F9C95 color CMYK value is (0,2,6,38).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 6.29%
  • key color value is 37.65%
CMYK:
(0,2,6,38)
C0M2Y6K38 
(0%,2%,6%,38%)
(0.00/0.02/0.06/0.38)	

CMYK percentages

%0
%1.89
%6.29
%37.65

Codes

Color #9F9C95 in popluar color models

9F9C95
RGB159156149
HSL42°4.95%60.39%
HSB/HSV42°6.29%62.35%
CMYK0.00%1.89%6.29%
37.65%

Color #9F9C95 in popluar number systems.

HEX9F9C95
Decimal159156149
Binary100111111001110010010101
Octal237234225

Shades and tints

Shades of #9F9C95

#9F9C95
(159,156,149)
#918E88
(145,142,136)
#83807B
(131,128,123)
#75726E
(117,114,110)
#676461
(103,100,97)
#595654
(89,86,84)
#4B4847
(75,72,71)
#3D3A3A
(61,58,58)
#2F2C2D
(47,44,45)
#211E20
(33,30,32)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #9F9C95

#9F9C95
(159,156,149)
#A7A59E
(167,165,158)
#AFAEA7
(175,174,167)
#B7B7B0
(183,183,176)
#BFC0B9
(191,192,185)
#C7C9C2
(199,201,194)
#CFD2CB
(207,210,203)
#D7DBD4
(215,219,212)
#DFE4DD
(223,228,221)
#E7EDE6
(231,237,230)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9C95; }

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

This text font color is #9F9C95.


Background Color

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

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

This div background color is #9F9C95.


Border color

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

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

This div border color is #9F9C95.


Opacity

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

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

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

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

This text has shadow with #9F9C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9C95 on black background.


Color preview on white background

This text has color #9F9C95 on white background.



Black color preview on #9F9C95 background

This text has black color on #9F9C95 background.


White color preview on #9F9C95 background

This text has white color on #9F9C95 background.