COLOR #9FA1AC

HEX: #9FA1AC
RGB: (159,161,172)

Color info

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

RGB color model

#9FA1AC color RGB value is (159,161,172).

  • red value is 159;
  • green value is 161;
  • blue value is 172.
RGB:
(159,161,172)
(62%,63%,67%)

RGB channels and saturation

R 159 of 255 = 62%
G 161 of 255 = 63%
B 172 of 255 = 67%

159
161
172

R + G + B ~ 64%. #9FA1AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 161 + 172 = 492 (100%)
R 159 of 492 ~ 32.32%
G 161 of 492 ~ 32.72%
B 172 of 492 ~ 34.96%

%32.32
%32.72
%34.96

CMYK color model

#9FA1AC color CMYK value is (8,6,0,33).

  • cyan value is 7.56%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(8,6,0,33)
C8M6Y0K33 
(8%,6%,0%,33%)
(0.08/0.06/0.00/0.33)	

CMYK percentages

%7.56
%6.4
%0
%32.55

Codes

Color #9FA1AC in popluar color models

9FA1AC
RGB159161172
HSL231°7.26%64.90%
HSB/HSV231°7.56%67.45%
CMYK7.56%6.40%0.00%
32.55%

Color #9FA1AC in popluar number systems.

HEX9FA1AC
Decimal159161172
Binary100111111010000110101100
Octal237241254

Shades and tints

Shades of #9FA1AC

#9FA1AC
(159,161,172)
#91939D
(145,147,157)
#83858E
(131,133,142)
#75777F
(117,119,127)
#676970
(103,105,112)
#595B61
(89,91,97)
#4B4D52
(75,77,82)
#3D3F43
(61,63,67)
#2F3134
(47,49,52)
#212325
(33,35,37)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #9FA1AC

#9FA1AC
(159,161,172)
#A7A9B3
(167,169,179)
#AFB1BA
(175,177,186)
#B7B9C1
(183,185,193)
#BFC1C8
(191,193,200)
#C7C9CF
(199,201,207)
#CFD1D6
(207,209,214)
#D7D9DD
(215,217,221)
#DFE1E4
(223,225,228)
#E7E9EB
(231,233,235)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA1AC; }

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

This text font color is #9FA1AC.


Background Color

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

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

This div background color is #9FA1AC.


Border color

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

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

This div border color is #9FA1AC.


Opacity

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

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

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

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

This text has shadow with #9FA1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA1AC on black background.


Color preview on white background

This text has color #9FA1AC on white background.



Black color preview on #9FA1AC background

This text has black color on #9FA1AC background.


White color preview on #9FA1AC background

This text has white color on #9FA1AC background.