COLOR #9FA2AA

HEX: #9FA2AA RGB: (159,162,170)

Color info

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

RGB color model

#9FA2AA color RGB value is (159,162,170).

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

RGB channels and saturation

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

159
162
170

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

Portions of RGB colors in percentages

R + G + B = 159 + 162 + 170 = 491 (100%)
R 159 of 491 ~ 32.38%
G 162 of 491 ~ 32.99%
B 170 of 491 ~ 34.62'%

%32.38
%32.99
%34.62

CMYK color model

#9FA2AA color CMYK value is (6,5,0,33).

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

CMYK: (6,5,0,33)
C6M5Y0K33 (6%, 5%, 0%, 33%)
(0.06 / 0.05 / 0.00 / 0.33)

CMYK percentages

%6.47
%4.71
%0
%33.33

Codes

Color #9FA2AA in popluar color models

9F A2 AA
RGB 159 162 170
HSL 224° 6.08% 64.51%
HSB/HSV 224° 6.47% 66.67%
CMYK 6.47% 4.71% 0.00%
33.33%

Color #9FA2AA in popluar number systems.

HEX 9F A2 AA
Decimal 159 162 170
Binary 10011111 10100010 10101010
Octal 237 242 252

Shades and tints

Shades of #9FA2AA

#9FA2AA
(159,162,170)
#91949B
(145,148,155)
#83868C
(131,134,140)
#75787D
(117,120,125)
#676A6E
(103,106,110)
#595C5F
(89,92,95)
#4B4E50
(75,78,80)
#3D4041
(61,64,65)
#2F3232
(47,50,50)
#212423
(33,36,35)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #9FA2AA

#9FA2AA
(159,162,170)
#A7AAB1
(167,170,177)
#AFB2B8
(175,178,184)
#B7BABF
(183,186,191)
#BFC2C6
(191,194,198)
#C7CACD
(199,202,205)
#CFD2D4
(207,210,212)
#D7DADB
(215,218,219)
#DFE2E2
(223,226,226)
#E7EAE9
(231,234,233)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA2AA; }

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

This text font color is #9FA2AA.

Background Color

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

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

This div background color is #9FA2AA.

Border color

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

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

This div border color is #9FA2AA.

Opacity

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

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

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

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

This text has shadow with #9FA2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA2AA.

Preview

Color preview on black background

This text has color #9FA2AA on black background.


Color preview on white background

This text has color #9FA2AA on white background.


Black color preview on #9FA2AA background

This text has black color on #9FA2AA background.


White color preview on #9FA2AA background

This text has white color on #9FA2AA background.


Related colors

Complementary color

Complementary color for #hex is #605D55.


I love getcolorcode.com

Triadic colors

1 #AA9FA2 and #A2AA9F with #9FA2AA are triadic colors.

2 #AAA29F and #A29FAA with #9FA2AA are triadic colors.