COLOR #9F9096

HEX: #9F9096
RGB: (159,144,150)

Color info

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

RGB color model

#9F9096 color RGB value is (159,144,150).

  • red value is 159;
  • green value is 144;
  • blue value is 150.
RGB:
(159,144,150)
(62%,56%,59%)

RGB channels and saturation

R 159 of 255 = 62%
G 144 of 255 = 56%
B 150 of 255 = 59%

159
144
150

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

Portions of RGB colors in percentages

R + G + B =
159 + 144 + 150 = 453 (100%)
R 159 of 453 ~ 35.1%
G 144 of 453 ~ 31.79%
B 150 of 453 ~ 33.11%

%35.1
%31.79
%33.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.43%
  • yellow value is 5.66%
  • key color value is 37.65%
CMYK:
(0,9,6,38)
C0M9Y6K38 
(0%,9%,6%,38%)
(0.00/0.09/0.06/0.38)	

CMYK percentages

%0
%9.43
%5.66
%37.65

Codes

Color #9F9096 in popluar color models

9F9096
RGB159144150
HSL336°7.25%59.41%
HSB/HSV336°9.43%62.35%
CMYK0.00%9.43%5.66%
37.65%

Color #9F9096 in popluar number systems.

HEX9F9096
Decimal159144150
Binary100111111001000010010110
Octal237220226

Shades and tints

Shades of #9F9096

#9F9096
(159,144,150)
#918389
(145,131,137)
#83767C
(131,118,124)
#75696F
(117,105,111)
#675C62
(103,92,98)
#594F55
(89,79,85)
#4B4248
(75,66,72)
#3D353B
(61,53,59)
#2F282E
(47,40,46)
#211B21
(33,27,33)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #9F9096

#9F9096
(159,144,150)
#A79A9F
(167,154,159)
#AFA4A8
(175,164,168)
#B7AEB1
(183,174,177)
#BFB8BA
(191,184,186)
#C7C2C3
(199,194,195)
#CFCCCC
(207,204,204)
#D7D6D5
(215,214,213)
#DFE0DE
(223,224,222)
#E7EAE7
(231,234,231)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9096; }

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

This text font color is #9F9096.


Background Color

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

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

This div background color is #9F9096.


Border color

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

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

This div border color is #9F9096.


Opacity

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

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

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

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

This text has shadow with #9F9096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9096 on black background.


Color preview on white background

This text has color #9F9096 on white background.



Black color preview on #9F9096 background

This text has black color on #9F9096 background.


White color preview on #9F9096 background

This text has white color on #9F9096 background.