COLOR #9FA2AE

HEX: #9FA2AE
RGB: (159,162,174)

Color info

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

RGB color model

#9FA2AE color RGB value is (159,162,174).

  • red value is 159;
  • green value is 162;
  • blue value is 174.
RGB: (159,162,174) (62%,64%,68%)

RGB channels and saturation

R 159 of 255 = 62%
G 162 of 255 = 64%
B 174 of 255 = 68%

159
162
174

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

Portions of RGB colors in percentages

R + G + B =
159 + 162 + 174 = 495 (100%)
R 159 of 495 ~ 32.12%
G 162 of 495 ~ 32.73%
B 174 of 495 ~ 35.15%

%32.12
%32.73
%35.15

CMYK color model

#9FA2AE color CMYK value is (9,7,0,32).

  • cyan value is 8.62%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (9,7,0,32) C9M7Y0K32 (9%,7%,0%,32%) (0.09/0.07/0.00/0.32)

CMYK percentages

%8.62
%6.9
%0
%31.76

Codes

Color #9FA2AE in popluar color models

9FA2AE
RGB159162174
HSL228°8.47%65.29%
HSB/HSV228°8.62%68.24%
CMYK8.62%6.90%0.00%
31.76%

Color #9FA2AE in popluar number systems.

HEX9FA2AE
Decimal159162174
Binary100111111010001010101110
Octal237242256

Shades and tints

Shades of #9FA2AE

#9FA2AE
(159,162,174)
#91949F
(145,148,159)
#838690
(131,134,144)
#757881
(117,120,129)
#676A72
(103,106,114)
#595C63
(89,92,99)
#4B4E54
(75,78,84)
#3D4045
(61,64,69)
#2F3236
(47,50,54)
#212427
(33,36,39)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #9FA2AE

#9FA2AE
(159,162,174)
#A7AAB5
(167,170,181)
#AFB2BC
(175,178,188)
#B7BAC3
(183,186,195)
#BFC2CA
(191,194,202)
#C7CAD1
(199,202,209)
#CFD2D8
(207,210,216)
#D7DADF
(215,218,223)
#DFE2E6
(223,226,230)
#E7EAED
(231,234,237)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA2AE; }

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

This text font color is #9FA2AE.


Background Color

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

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

This div background color is #9FA2AE.


Border color

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

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

This div border color is #9FA2AE.


Opacity

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

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

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

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

This text has shadow with #9FA2AE color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #9FA2AE; -webkit-box-shadow:	1px 1px 3px 2px #9FA2AE; box-shadow:	1px 1px 3px 2px #9FA2AE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9FA2AE; -webkit-box-shadow: 1px 1px 3px 2px #9FA2AE; box-shadow:1px 1px 3px 2px #9FA2AE;">
Div content here</div>
This div box has shadow with color #9FA2AE.

Preview

Color preview on black background

This text has color #9FA2AE on black background.


Color preview on white background

This text has color #9FA2AE on white background.



Black color preview on #9FA2AE background

This text has black color on #9FA2AE background.


White color preview on #9FA2AE background

This text has white color on #9FA2AE background.