COLOR #9FAFB2

HEX: #9FAFB2
RGB: (159,175,178)

Color info

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

RGB color model

#9FAFB2 color RGB value is (159,175,178).

  • red value is 159;
  • green value is 175;
  • blue value is 178.
RGB:
(159,175,178)
(62%,69%,70%)

RGB channels and saturation

R 159 of 255 = 62%
G 175 of 255 = 69%
B 178 of 255 = 70%

159
175
178

R + G + B ~ 67%. #9FAFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 175 + 178 = 512 (100%)
R 159 of 512 ~ 31.05%
G 175 of 512 ~ 34.18%
B 178 of 512 ~ 34.77%

%31.05
%34.18
%34.77

CMYK color model

#9FAFB2 color CMYK value is (11,2,0,30).

  • cyan value is 10.67%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(11,2,0,30)
C11M2Y0K30 
(11%,2%,0%,30%)
(0.11/0.02/0.00/0.30)	

CMYK percentages

%10.67
%1.69
%0
%30.2

Codes

Color #9FAFB2 in popluar color models

9FAFB2
RGB159175178
HSL189°10.98%66.08%
HSB/HSV189°10.67%69.80%
CMYK10.67%1.69%0.00%
30.20%

Color #9FAFB2 in popluar number systems.

HEX9FAFB2
Decimal159175178
Binary100111111010111110110010
Octal237257262

Shades and tints

Shades of #9FAFB2

#9FAFB2
(159,175,178)
#91A0A2
(145,160,162)
#839192
(131,145,146)
#758282
(117,130,130)
#677372
(103,115,114)
#596462
(89,100,98)
#4B5552
(75,85,82)
#3D4642
(61,70,66)
#2F3732
(47,55,50)
#212822
(33,40,34)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #9FAFB2

#9FAFB2
(159,175,178)
#A7B6B9
(167,182,185)
#AFBDC0
(175,189,192)
#B7C4C7
(183,196,199)
#BFCBCE
(191,203,206)
#C7D2D5
(199,210,213)
#CFD9DC
(207,217,220)
#D7E0E3
(215,224,227)
#DFE7EA
(223,231,234)
#E7EEF1
(231,238,241)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAFB2; }

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

This text font color is #9FAFB2.


Background Color

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

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

This div background color is #9FAFB2.


Border color

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

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

This div border color is #9FAFB2.


Opacity

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

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

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

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

This text has shadow with #9FAFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAFB2 on black background.


Color preview on white background

This text has color #9FAFB2 on white background.



Black color preview on #9FAFB2 background

This text has black color on #9FAFB2 background.


White color preview on #9FAFB2 background

This text has white color on #9FAFB2 background.