COLOR #9FA3AB

HEX: #9FA3AB RGB: (159,163,171)

Color info

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

RGB color model

#9FA3AB color RGB value is (159,163,171).

RGB: (159,163,171) (62%, 64%, 67%)

RGB channels and saturation

R 159 of 255 = 62%
G 163 of 255 = 64%
B 171 of 255 = 67%

159
163
171

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

Portions of RGB colors in percentages

R + G + B = 159 + 163 + 171 = 493 (100%)
R 159 of 493 ~ 32.25%
G 163 of 493 ~ 33.06%
B 171 of 493 ~ 34.69'%

%32.25
%33.06
%34.69

CMYK color model

#9FA3AB color CMYK value is (7,5,0,33).

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

CMYK: (7,5,0,33)
C7M5Y0K33 (7%, 5%, 0%, 33%)
(0.07 / 0.05 / 0.00 / 0.33)

CMYK percentages

%7.02
%4.68
%0
%32.94

Codes

Color #9FA3AB in popluar color models

9F A3 AB
RGB 159 163 171
HSL 220° 6.67% 64.71%
HSB/HSV 220° 7.02% 67.06%
CMYK 7.02% 4.68% 0.00%
32.94%

Color #9FA3AB in popluar number systems.

HEX 9F A3 AB
Decimal 159 163 171
Binary 10011111 10100011 10101011
Octal 237 243 253

Shades and tints

Shades of #9FA3AB

#9FA3AB
(159,163,171)
#91959C
(145,149,156)
#83878D
(131,135,141)
#75797E
(117,121,126)
#676B6F
(103,107,111)
#595D60
(89,93,96)
#4B4F51
(75,79,81)
#3D4142
(61,65,66)
#2F3333
(47,51,51)
#212524
(33,37,36)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #9FA3AB

#9FA3AB
(159,163,171)
#A7ABB2
(167,171,178)
#AFB3B9
(175,179,185)
#B7BBC0
(183,187,192)
#BFC3C7
(191,195,199)
#C7CBCE
(199,203,206)
#CFD3D5
(207,211,213)
#D7DBDC
(215,219,220)
#DFE3E3
(223,227,227)
#E7EBEA
(231,235,234)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA3AB; }

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

This text font color is #9FA3AB.

Background Color

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

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

This div background color is #9FA3AB.

Border color

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

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

This div border color is #9FA3AB.

Opacity

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

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

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

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

This text has shadow with #9FA3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA3AB.

Preview

Color preview on black background

This text has color #9FA3AB on black background.


Color preview on white background

This text has color #9FA3AB on white background.


Black color preview on #9FA3AB background

This text has black color on #9FA3AB background.


White color preview on #9FA3AB background

This text has white color on #9FA3AB background.


Related colors

Complementary color

Complementary color for #hex is #605C54.


I love getcolorcode.com

Triadic colors

1 #AB9FA3 and #A3AB9F with #9FA3AB are triadic colors.

2 #ABA39F and #A39FAB with #9FA3AB are triadic colors.