COLOR #9FA5AA

HEX: #9FA5AA RGB: (159,165,170)

Color info

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

RGB color model

#9FA5AA color RGB value is (159,165,170).

RGB: (159,165,170) (62%, 65%, 67%)

RGB channels and saturation

R 159 of 255 = 62%
G 165 of 255 = 65%
B 170 of 255 = 67%

159
165
170

R + G + B ~ 65%. #9FA5AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 165 + 170 = 494 (100%)
R 159 of 494 ~ 32.19%
G 165 of 494 ~ 33.4%
B 170 of 494 ~ 34.41'%

%32.19
%33.4
%34.41

CMYK color model

#9FA5AA color CMYK value is (6,3,0,33).

  • cyan value is 6.47%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (6,3,0,33)
C6M3Y0K33 (6%, 3%, 0%, 33%)
(0.06 / 0.03 / 0.00 / 0.33)

CMYK percentages

%6.47
%2.94
%0
%33.33

Codes

Color #9FA5AA in popluar color models

9F A5 AA
RGB 159 165 170
HSL 207° 6.08% 64.51%
HSB/HSV 207° 6.47% 66.67%
CMYK 6.47% 2.94% 0.00%
33.33%

Color #9FA5AA in popluar number systems.

HEX 9F A5 AA
Decimal 159 165 170
Binary 10011111 10100101 10101010
Octal 237 245 252

Shades and tints

Shades of #9FA5AA

#9FA5AA
(159,165,170)
#91969B
(145,150,155)
#83878C
(131,135,140)
#75787D
(117,120,125)
#67696E
(103,105,110)
#595A5F
(89,90,95)
#4B4B50
(75,75,80)
#3D3C41
(61,60,65)
#2F2D32
(47,45,50)
#211E23
(33,30,35)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #9FA5AA

#9FA5AA
(159,165,170)
#A7ADB1
(167,173,177)
#AFB5B8
(175,181,184)
#B7BDBF
(183,189,191)
#BFC5C6
(191,197,198)
#C7CDCD
(199,205,205)
#CFD5D4
(207,213,212)
#D7DDDB
(215,221,219)
#DFE5E2
(223,229,226)
#E7EDE9
(231,237,233)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA5AA; }

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

This text font color is #9FA5AA.

Background Color

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

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

This div background color is #9FA5AA.

Border color

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

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

This div border color is #9FA5AA.

Opacity

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

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

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

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

This text has shadow with #9FA5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA5AA.

Preview

Color preview on black background

This text has color #9FA5AA on black background.


Color preview on white background

This text has color #9FA5AA on white background.


Black color preview on #9FA5AA background

This text has black color on #9FA5AA background.


White color preview on #9FA5AA background

This text has white color on #9FA5AA background.


Related colors

Complementary color

Complementary color for #hex is #605A55.


I love getcolorcode.com

Triadic colors

1 #AA9FA5 and #A5AA9F with #9FA5AA are triadic colors.

2 #AAA59F and #A59FAA with #9FA5AA are triadic colors.