COLOR #9FA5A0

HEX: #9FA5A0
RGB: (159,165,160)

Color info

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

RGB color model

#9FA5A0 color RGB value is (159,165,160).

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

RGB channels and saturation

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

159
165
160

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

Portions of RGB colors in percentages

R + G + B =
159 + 165 + 160 = 484 (100%)
R 159 of 484 ~ 32.85%
G 165 of 484 ~ 34.09%
B 160 of 484 ~ 33.06%

%32.85
%34.09
%33.06

CMYK color model

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

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 35.29%
CMYK:
(4,0,3,35)
C4M0Y3K35 
(4%,0%,3%,35%)
(0.04/0.00/0.03/0.35)	

CMYK percentages

%3.64
%0
%3.03
%35.29

Codes

Color #9FA5A0 in popluar color models

9FA5A0
RGB159165160
HSL130°3.23%63.53%
HSB/HSV130°3.64%64.71%
CMYK3.64%0.00%3.03%
35.29%

Color #9FA5A0 in popluar number systems.

HEX9FA5A0
Decimal159165160
Binary100111111010010110100000
Octal237245240

Shades and tints

Shades of #9FA5A0

#9FA5A0
(159,165,160)
#919692
(145,150,146)
#838784
(131,135,132)
#757876
(117,120,118)
#676968
(103,105,104)
#595A5A
(89,90,90)
#4B4B4C
(75,75,76)
#3D3C3E
(61,60,62)
#2F2D30
(47,45,48)
#211E22
(33,30,34)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #9FA5A0

#9FA5A0
(159,165,160)
#A7ADA8
(167,173,168)
#AFB5B0
(175,181,176)
#B7BDB8
(183,189,184)
#BFC5C0
(191,197,192)
#C7CDC8
(199,205,200)
#CFD5D0
(207,213,208)
#D7DDD8
(215,221,216)
#DFE5E0
(223,229,224)
#E7EDE8
(231,237,232)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA5A0; }

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

This text font color is #9FA5A0.


Background Color

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

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

This div background color is #9FA5A0.


Border color

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

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

This div border color is #9FA5A0.


Opacity

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

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

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

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

This text has shadow with #9FA5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA5A0 on black background.


Color preview on white background

This text has color #9FA5A0 on white background.



Black color preview on #9FA5A0 background

This text has black color on #9FA5A0 background.


White color preview on #9FA5A0 background

This text has white color on #9FA5A0 background.