COLOR #9FAFB6

HEX: #9FAFB6
RGB: (159,175,182)

Color info

#9FAFB6 contains red, green and blue colors in about the same proportion. Web safe color of #9FAFB6 is #9999CC (or #99C).

RGB color model

#9FAFB6 color RGB value is (159,175,182).

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

RGB channels and saturation

R 159 of 255 = 62%
G 175 of 255 = 69%
B 182 of 255 = 71%

159
175
182

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

Portions of RGB colors in percentages

R + G + B =
159 + 175 + 182 = 516 (100%)
R 159 of 516 ~ 30.81%
G 175 of 516 ~ 33.91%
B 182 of 516 ~ 35.27%

%30.81
%33.91
%35.27

CMYK color model

#9FAFB6 color CMYK value is (13,4,0,29).

  • cyan value is 12.64%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(13,4,0,29)
C13M4Y0K29 
(13%,4%,0%,29%)
(0.13/0.04/0.00/0.29)	

CMYK percentages

%12.64
%3.85
%0
%28.63

Codes

Color #9FAFB6 in popluar color models

9FAFB6
RGB159175182
HSL198°13.61%66.86%
HSB/HSV198°12.64%71.37%
CMYK12.64%3.85%0.00%
28.63%

Color #9FAFB6 in popluar number systems.

HEX9FAFB6
Decimal159175182
Binary100111111010111110110110
Octal237257266

Shades and tints

Shades of #9FAFB6

#9FAFB6
(159,175,182)
#91A0A6
(145,160,166)
#839196
(131,145,150)
#758286
(117,130,134)
#677376
(103,115,118)
#596466
(89,100,102)
#4B5556
(75,85,86)
#3D4646
(61,70,70)
#2F3736
(47,55,54)
#212826
(33,40,38)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #9FAFB6

#9FAFB6
(159,175,182)
#A7B6BC
(167,182,188)
#AFBDC2
(175,189,194)
#B7C4C8
(183,196,200)
#BFCBCE
(191,203,206)
#C7D2D4
(199,210,212)
#CFD9DA
(207,217,218)
#D7E0E0
(215,224,224)
#DFE7E6
(223,231,230)
#E7EEEC
(231,238,236)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAFB6; }

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

This text font color is #9FAFB6.


Background Color

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

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

This div background color is #9FAFB6.


Border color

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

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

This div border color is #9FAFB6.


Opacity

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

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

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

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

This text has shadow with #9FAFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAFB6 on black background.


Color preview on white background

This text has color #9FAFB6 on white background.



Black color preview on #9FAFB6 background

This text has black color on #9FAFB6 background.


White color preview on #9FAFB6 background

This text has white color on #9FAFB6 background.