COLOR #9FA7AF

HEX: #9FA7AF RGB: (159,167,175)

Color info

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

RGB color model

#9FA7AF color RGB value is (159,167,175).

RGB: (159,167,175) (62%, 65%, 69%)

RGB channels and saturation

R 159 of 255 = 62%
G 167 of 255 = 65%
B 175 of 255 = 69%

159
167
175

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

Portions of RGB colors in percentages

R + G + B = 159 + 167 + 175 = 501 (100%)
R 159 of 501 ~ 31.74%
G 167 of 501 ~ 33.33%
B 175 of 501 ~ 34.93'%

%31.74
%33.33
%34.93

CMYK color model

#9FA7AF color CMYK value is (9,5,0,31).

  • cyan value is 9.14%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (9,5,0,31) C9M5Y0K31 (9%,5%,0%,31%) (0.09/0.05/0.00/0.31) 

CMYK percentages

%9.14
%4.57
%0
%31.37

Codes

Color #9FA7AF in popluar color models

9F A7 AF
RGB 159 167 175
HSL 210° 9.09% 65.49%
HSB/HSV 210° 9.14% 68.63%
CMYK 9.14% 4.57% 0.00%
31.37%

Color #9FA7AF in popluar number systems.

HEX 9F A7 AF
Decimal 159 167 175
Binary 10011111 10100111 10101111
Octal 237 247 257

Shades and tints

Shades of #9FA7AF

#9FA7AF
(159,167,175)
#9198A0
(145,152,160)
#838991
(131,137,145)
#757A82
(117,122,130)
#676B73
(103,107,115)
#595C64
(89,92,100)
#4B4D55
(75,77,85)
#3D3E46
(61,62,70)
#2F2F37
(47,47,55)
#212028
(33,32,40)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #9FA7AF

#9FA7AF
(159,167,175)
#A7AFB6
(167,175,182)
#AFB7BD
(175,183,189)
#B7BFC4
(183,191,196)
#BFC7CB
(191,199,203)
#C7CFD2
(199,207,210)
#CFD7D9
(207,215,217)
#D7DFE0
(215,223,224)
#DFE7E7
(223,231,231)
#E7EFEE
(231,239,238)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA7AF color. Also use rgb(159,167,175) instead hex code.

Text Font Color

.myTextColor { color: #9FA7AF; }

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

This text font color is #9FA7AF.

Background Color

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

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

This div background color is #9FA7AF.

Border color

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

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

This div border color is #9FA7AF.

Opacity

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

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

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

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

This text has shadow with #9FA7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA7AF.

Preview

Color preview on black background

This text has color #9FA7AF on black background.


Color preview on white background

This text has color #9FA7AF on white background.


Black color preview on #9FA7AF background

This text has black color on #9FA7AF background.


White color preview on #9FA7AF background

This text has white color on #9FA7AF background.


Related colors

Complementary color

Complementary color for #hex is #605850.


I love getcolorcode.com

Triadic colors

1 #AF9FA7 and #A7AF9F with #9FA7AF are triadic colors.

2 #AFA79F and #A79FAF with #9FA7AF are triadic colors.