COLOR #9FA9BB

HEX: #9FA9BB RGB: (159,169,187)

Color info

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

RGB color model

#9FA9BB color RGB value is (159,169,187).

RGB: (159,169,187) (62%, 66%, 73%)

RGB channels and saturation

R 159 of 255 = 62%
G 169 of 255 = 66%
B 187 of 255 = 73%

159
169
187

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

Portions of RGB colors in percentages

R + G + B = 159 + 169 + 187 = 515 (100%)
R 159 of 515 ~ 30.87%
G 169 of 515 ~ 32.82%
B 187 of 515 ~ 36.31'%

%30.87
%32.82
%36.31

CMYK color model

#9FA9BB color CMYK value is (15,10,0,27).

  • cyan value is 14.97%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (15,10,0,27)
C15M10Y0K27 (15%, 10%, 0%, 27%)
(0.15 / 0.10 / 0.00 / 0.27)

CMYK percentages

%14.97
%9.63
%0
%26.67

Codes

Color #9FA9BB in popluar color models

9F A9 BB
RGB 159 169 187
HSL 219° 17.07% 67.84%
HSB/HSV 219° 14.97% 73.33%
CMYK 14.97% 9.63% 0.00%
26.67%

Color #9FA9BB in popluar number systems.

HEX 9F A9 BB
Decimal 159 169 187
Binary 10011111 10101001 10111011
Octal 237 251 273

Shades and tints

Shades of #9FA9BB

#9FA9BB
(159,169,187)
#919AAA
(145,154,170)
#838B99
(131,139,153)
#757C88
(117,124,136)
#676D77
(103,109,119)
#595E66
(89,94,102)
#4B4F55
(75,79,85)
#3D4044
(61,64,68)
#2F3133
(47,49,51)
#212222
(33,34,34)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #9FA9BB

#9FA9BB
(159,169,187)
#A7B0C1
(167,176,193)
#AFB7C7
(175,183,199)
#B7BECD
(183,190,205)
#BFC5D3
(191,197,211)
#C7CCD9
(199,204,217)
#CFD3DF
(207,211,223)
#D7DAE5
(215,218,229)
#DFE1EB
(223,225,235)
#E7E8F1
(231,232,241)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA9BB color. Also use rgb(159,169,187) instead hex code.

Text Font Color

.myTextColor { color: #9FA9BB; }

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

This text font color is #9FA9BB.

Background Color

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

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

This div background color is #9FA9BB.

Border color

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

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

This div border color is #9FA9BB.

Opacity

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

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

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

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

This text has shadow with #9FA9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA9BB.

Preview

Color preview on black background

This text has color #9FA9BB on black background.


Color preview on white background

This text has color #9FA9BB on white background.


Black color preview on #9FA9BB background

This text has black color on #9FA9BB background.


White color preview on #9FA9BB background

This text has white color on #9FA9BB background.


Related colors

Complementary color

Complementary color for #hex is #605644.


I love getcolorcode.com

Triadic colors

1 #BB9FA9 and #A9BB9F with #9FA9BB are triadic colors.

2 #BBA99F and #A99FBB with #9FA9BB are triadic colors.