COLOR #9F9B9C

HEX: #9F9B9C
RGB: (159,155,156)

Color info

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

RGB color model

#9F9B9C color RGB value is (159,155,156).

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

RGB channels and saturation

R 159 of 255 = 62%
G 155 of 255 = 61%
B 156 of 255 = 61%

159
155
156

R + G + B ~ 61%. #9F9B9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 155 + 156 = 470 (100%)
R 159 of 470 ~ 33.83%
G 155 of 470 ~ 32.98%
B 156 of 470 ~ 33.19%

%33.83
%32.98
%33.19

CMYK color model

#9F9B9C color CMYK value is (0,3,2,38).

  • cyan value is 0.00%
  • magenta value is 2.52%
  • yellow value is 1.89%
  • key color value is 37.65%
CMYK:
(0,3,2,38)
C0M3Y2K38 
(0%,3%,2%,38%)
(0.00/0.03/0.02/0.38)	

CMYK percentages

%0
%2.52
%1.89
%37.65

Codes

Color #9F9B9C in popluar color models

9F9B9C
RGB159155156
HSL345°2.04%61.57%
HSB/HSV345°2.52%62.35%
CMYK0.00%2.52%1.89%
37.65%

Color #9F9B9C in popluar number systems.

HEX9F9B9C
Decimal159155156
Binary100111111001101110011100
Octal237233234

Shades and tints

Shades of #9F9B9C

#9F9B9C
(159,155,156)
#918D8E
(145,141,142)
#837F80
(131,127,128)
#757172
(117,113,114)
#676364
(103,99,100)
#595556
(89,85,86)
#4B4748
(75,71,72)
#3D393A
(61,57,58)
#2F2B2C
(47,43,44)
#211D1E
(33,29,30)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #9F9B9C

#9F9B9C
(159,155,156)
#A7A4A5
(167,164,165)
#AFADAE
(175,173,174)
#B7B6B7
(183,182,183)
#BFBFC0
(191,191,192)
#C7C8C9
(199,200,201)
#CFD1D2
(207,209,210)
#D7DADB
(215,218,219)
#DFE3E4
(223,227,228)
#E7ECED
(231,236,237)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9B9C; }

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

This text font color is #9F9B9C.


Background Color

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

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

This div background color is #9F9B9C.


Border color

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

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

This div border color is #9F9B9C.


Opacity

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

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

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

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

This text has shadow with #9F9B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9B9C on black background.


Color preview on white background

This text has color #9F9B9C on white background.



Black color preview on #9F9B9C background

This text has black color on #9F9B9C background.


White color preview on #9F9B9C background

This text has white color on #9F9B9C background.