COLOR #9FA7AB

HEX: #9FA7AB RGB: (159,167,171)

Color info

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

RGB color model

#9FA7AB color RGB value is (159,167,171).

RGB: (159,167,171) (62%, 65%, 67%)

RGB channels and saturation

R 159 of 255 = 62%
G 167 of 255 = 65%
B 171 of 255 = 67%

159
167
171

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

Portions of RGB colors in percentages

R + G + B = 159 + 167 + 171 = 497 (100%)
R 159 of 497 ~ 31.99%
G 167 of 497 ~ 33.6%
B 171 of 497 ~ 34.41'%

%31.99
%33.6
%34.41

CMYK color model

#9FA7AB color CMYK value is (7,2,0,33).

  • cyan value is 7.02%
  • magenta value is 2.34%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (7,2,0,33)
C7M2Y0K33 (7%, 2%, 0%, 33%)
(0.07 / 0.02 / 0.00 / 0.33)

CMYK percentages

%7.02
%2.34
%0
%32.94

Codes

Color #9FA7AB in popluar color models

9F A7 AB
RGB 159 167 171
HSL 200° 6.67% 64.71%
HSB/HSV 200° 7.02% 67.06%
CMYK 7.02% 2.34% 0.00%
32.94%

Color #9FA7AB in popluar number systems.

HEX 9F A7 AB
Decimal 159 167 171
Binary 10011111 10100111 10101011
Octal 237 247 253

Shades and tints

Shades of #9FA7AB

#9FA7AB
(159,167,171)
#91989C
(145,152,156)
#83898D
(131,137,141)
#757A7E
(117,122,126)
#676B6F
(103,107,111)
#595C60
(89,92,96)
#4B4D51
(75,77,81)
#3D3E42
(61,62,66)
#2F2F33
(47,47,51)
#212024
(33,32,36)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #9FA7AB

#9FA7AB
(159,167,171)
#A7AFB2
(167,175,178)
#AFB7B9
(175,183,185)
#B7BFC0
(183,191,192)
#BFC7C7
(191,199,199)
#C7CFCE
(199,207,206)
#CFD7D5
(207,215,213)
#D7DFDC
(215,223,220)
#DFE7E3
(223,231,227)
#E7EFEA
(231,239,234)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA7AB; }

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

This text font color is #9FA7AB.

Background Color

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

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

This div background color is #9FA7AB.

Border color

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

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

This div border color is #9FA7AB.

Opacity

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

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

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

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

This text has shadow with #9FA7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA7AB.

Preview

Color preview on black background

This text has color #9FA7AB on black background.


Color preview on white background

This text has color #9FA7AB on white background.


Black color preview on #9FA7AB background

This text has black color on #9FA7AB background.


White color preview on #9FA7AB background

This text has white color on #9FA7AB background.


Related colors

Complementary color

Complementary color for #hex is #605854.


I love getcolorcode.com

Triadic colors

1 #AB9FA7 and #A7AB9F with #9FA7AB are triadic colors.

2 #ABA79F and #A79FAB with #9FA7AB are triadic colors.