COLOR #9FA8BC

HEX: #9FA8BC RGB: (159,168,188)

Color info

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

RGB color model

#9FA8BC color RGB value is (159,168,188).

RGB: (159,168,188) (62%, 66%, 74%)

RGB channels and saturation

R 159 of 255 = 62%
G 168 of 255 = 66%
B 188 of 255 = 74%

159
168
188

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

Portions of RGB colors in percentages

R + G + B = 159 + 168 + 188 = 515 (100%)
R 159 of 515 ~ 30.87%
G 168 of 515 ~ 32.62%
B 188 of 515 ~ 36.5'%

%30.87
%32.62
%36.5

CMYK color model

#9FA8BC color CMYK value is (15,11,0,26).

  • cyan value is 15.43%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (15,11,0,26)
C15M11Y0K26 (15%, 11%, 0%, 26%)
(0.15 / 0.11 / 0.00 / 0.26)

CMYK percentages

%15.43
%10.64
%0
%26.27

Codes

Color #9FA8BC in popluar color models

9F A8 BC
RGB 159 168 188
HSL 221° 17.79% 68.04%
HSB/HSV 221° 15.43% 73.73%
CMYK 15.43% 10.64% 0.00%
26.27%

Color #9FA8BC in popluar number systems.

HEX 9F A8 BC
Decimal 159 168 188
Binary 10011111 10101000 10111100
Octal 237 250 274

Shades and tints

Shades of #9FA8BC

#9FA8BC
(159,168,188)
#9199AB
(145,153,171)
#838A9A
(131,138,154)
#757B89
(117,123,137)
#676C78
(103,108,120)
#595D67
(89,93,103)
#4B4E56
(75,78,86)
#3D3F45
(61,63,69)
#2F3034
(47,48,52)
#212123
(33,33,35)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #9FA8BC

#9FA8BC
(159,168,188)
#A7AFC2
(167,175,194)
#AFB6C8
(175,182,200)
#B7BDCE
(183,189,206)
#BFC4D4
(191,196,212)
#C7CBDA
(199,203,218)
#CFD2E0
(207,210,224)
#D7D9E6
(215,217,230)
#DFE0EC
(223,224,236)
#E7E7F2
(231,231,242)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA8BC color. Also use rgb(159,168,188) instead hex code.

Text Font Color

.myTextColor { color: #9FA8BC; }

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

This text font color is #9FA8BC.

Background Color

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

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

This div background color is #9FA8BC.

Border color

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

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

This div border color is #9FA8BC.

Opacity

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

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

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

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

This text has shadow with #9FA8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA8BC.

Preview

Color preview on black background

This text has color #9FA8BC on black background.


Color preview on white background

This text has color #9FA8BC on white background.


Black color preview on #9FA8BC background

This text has black color on #9FA8BC background.


White color preview on #9FA8BC background

This text has white color on #9FA8BC background.


Related colors

Complementary color

Complementary color for #hex is #605743.


I love getcolorcode.com

Triadic colors

1 #BC9FA8 and #A8BC9F with #9FA8BC are triadic colors.

2 #BCA89F and #A89FBC with #9FA8BC are triadic colors.