COLOR #9FA4AA

HEX: #9FA4AA RGB: (159,164,170)

Color info

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

RGB color model

#9FA4AA color RGB value is (159,164,170).

RGB: (159,164,170) (62%, 64%, 67%)

RGB channels and saturation

R 159 of 255 = 62%
G 164 of 255 = 64%
B 170 of 255 = 67%

159
164
170

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

Portions of RGB colors in percentages

R + G + B = 159 + 164 + 170 = 493 (100%)
R 159 of 493 ~ 32.25%
G 164 of 493 ~ 33.27%
B 170 of 493 ~ 34.48'%

%32.25
%33.27
%34.48

CMYK color model

#9FA4AA color CMYK value is (6,4,0,33).

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

CMYK: (6,4,0,33)
C6M4Y0K33 (6%, 4%, 0%, 33%)
(0.06 / 0.04 / 0.00 / 0.33)

CMYK percentages

%6.47
%3.53
%0
%33.33

Codes

Color #9FA4AA in popluar color models

9F A4 AA
RGB 159 164 170
HSL 213° 6.08% 64.51%
HSB/HSV 213° 6.47% 66.67%
CMYK 6.47% 3.53% 0.00%
33.33%

Color #9FA4AA in popluar number systems.

HEX 9F A4 AA
Decimal 159 164 170
Binary 10011111 10100100 10101010
Octal 237 244 252

Shades and tints

Shades of #9FA4AA

#9FA4AA
(159,164,170)
#91969B
(145,150,155)
#83888C
(131,136,140)
#757A7D
(117,122,125)
#676C6E
(103,108,110)
#595E5F
(89,94,95)
#4B5050
(75,80,80)
#3D4241
(61,66,65)
#2F3432
(47,52,50)
#212623
(33,38,35)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #9FA4AA

#9FA4AA
(159,164,170)
#A7ACB1
(167,172,177)
#AFB4B8
(175,180,184)
#B7BCBF
(183,188,191)
#BFC4C6
(191,196,198)
#C7CCCD
(199,204,205)
#CFD4D4
(207,212,212)
#D7DCDB
(215,220,219)
#DFE4E2
(223,228,226)
#E7ECE9
(231,236,233)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA4AA; }

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

This text font color is #9FA4AA.

Background Color

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

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

This div background color is #9FA4AA.

Border color

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

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

This div border color is #9FA4AA.

Opacity

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

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

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

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

This text has shadow with #9FA4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA4AA.

Preview

Color preview on black background

This text has color #9FA4AA on black background.


Color preview on white background

This text has color #9FA4AA on white background.


Black color preview on #9FA4AA background

This text has black color on #9FA4AA background.


White color preview on #9FA4AA background

This text has white color on #9FA4AA background.


Related colors

Complementary color

Complementary color for #hex is #605B55.


I love getcolorcode.com

Triadic colors

1 #AA9FA4 and #A4AA9F with #9FA4AA are triadic colors.

2 #AAA49F and #A49FAA with #9FA4AA are triadic colors.