COLOR #9F9E9E

HEX: #9F9E9E
RGB: (159,158,158)

Color info

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

RGB color model

#9F9E9E color RGB value is (159,158,158).

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

RGB channels and saturation

R 159 of 255 = 62%
G 158 of 255 = 62%
B 158 of 255 = 62%

159
158
158

R + G + B ~ 62%. #9F9E9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 158 + 158 = 475 (100%)
R 159 of 475 ~ 33.47%
G 158 of 475 ~ 33.26%
B 158 of 475 ~ 33.26%

%33.47
%33.26
%33.26

CMYK color model

#9F9E9E color CMYK value is (0,1,1,38).

  • cyan value is 0.00%
  • magenta value is 0.63%
  • yellow value is 0.63%
  • key color value is 37.65%
CMYK:
(0,1,1,38)
C0M1Y1K38 
(0%,1%,1%,38%)
(0.00/0.01/0.01/0.38)	

CMYK percentages

%0
%0.63
%0.63
%37.65

Codes

Color #9F9E9E in popluar color models

9F9E9E
RGB159158158
HSL0.52%62.16%
HSB/HSV0.63%62.35%
CMYK0.00%0.63%0.63%
37.65%

Color #9F9E9E in popluar number systems.

HEX9F9E9E
Decimal159158158
Binary100111111001111010011110
Octal237236236

Shades and tints

Shades of #9F9E9E

#9F9E9E
(159,158,158)
#919090
(145,144,144)
#838282
(131,130,130)
#757474
(117,116,116)
#676666
(103,102,102)
#595858
(89,88,88)
#4B4A4A
(75,74,74)
#3D3C3C
(61,60,60)
#2F2E2E
(47,46,46)
#212020
(33,32,32)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #9F9E9E

#9F9E9E
(159,158,158)
#A7A6A6
(167,166,166)
#AFAEAE
(175,174,174)
#B7B6B6
(183,182,182)
#BFBEBE
(191,190,190)
#C7C6C6
(199,198,198)
#CFCECE
(207,206,206)
#D7D6D6
(215,214,214)
#DFDEDE
(223,222,222)
#E7E6E6
(231,230,230)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9E9E; }

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

This text font color is #9F9E9E.


Background Color

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

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

This div background color is #9F9E9E.


Border color

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

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

This div border color is #9F9E9E.


Opacity

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

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

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

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

This text has shadow with #9F9E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9E9E on black background.


Color preview on white background

This text has color #9F9E9E on white background.



Black color preview on #9F9E9E background

This text has black color on #9F9E9E background.


White color preview on #9F9E9E background

This text has white color on #9F9E9E background.