COLOR #9FA6A0

HEX: #9FA6A0
RGB: (159,166,160)

Color info

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

RGB color model

#9FA6A0 color RGB value is (159,166,160).

  • red value is 159;
  • green value is 166;
  • blue value is 160.
RGB:
(159,166,160)
(62%,65%,63%)

RGB channels and saturation

R 159 of 255 = 62%
G 166 of 255 = 65%
B 160 of 255 = 63%

159
166
160

R + G + B ~ 63%. #9FA6A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 166 + 160 = 485 (100%)
R 159 of 485 ~ 32.78%
G 166 of 485 ~ 34.23%
B 160 of 485 ~ 32.99%

%32.78
%34.23
%32.99

CMYK color model

#9FA6A0 color CMYK value is (4,0,4,35).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 3.61%
  • key color value is 34.90%
CMYK:
(4,0,4,35)
C4M0Y4K35 
(4%,0%,4%,35%)
(0.04/0.00/0.04/0.35)	

CMYK percentages

%4.22
%0
%3.61
%34.9

Codes

Color #9FA6A0 in popluar color models

9FA6A0
RGB159166160
HSL129°3.78%63.73%
HSB/HSV129°4.22%65.10%
CMYK4.22%0.00%3.61%
34.90%

Color #9FA6A0 in popluar number systems.

HEX9FA6A0
Decimal159166160
Binary100111111010011010100000
Octal237246240

Shades and tints

Shades of #9FA6A0

#9FA6A0
(159,166,160)
#919792
(145,151,146)
#838884
(131,136,132)
#757976
(117,121,118)
#676A68
(103,106,104)
#595B5A
(89,91,90)
#4B4C4C
(75,76,76)
#3D3D3E
(61,61,62)
#2F2E30
(47,46,48)
#211F22
(33,31,34)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #9FA6A0

#9FA6A0
(159,166,160)
#A7AEA8
(167,174,168)
#AFB6B0
(175,182,176)
#B7BEB8
(183,190,184)
#BFC6C0
(191,198,192)
#C7CEC8
(199,206,200)
#CFD6D0
(207,214,208)
#D7DED8
(215,222,216)
#DFE6E0
(223,230,224)
#E7EEE8
(231,238,232)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA6A0; }

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

This text font color is #9FA6A0.


Background Color

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

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

This div background color is #9FA6A0.


Border color

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

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

This div border color is #9FA6A0.


Opacity

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

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

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

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

This text has shadow with #9FA6A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA6A0 on black background.


Color preview on white background

This text has color #9FA6A0 on white background.



Black color preview on #9FA6A0 background

This text has black color on #9FA6A0 background.


White color preview on #9FA6A0 background

This text has white color on #9FA6A0 background.