COLOR #9FA9BD

HEX: #9FA9BD RGB: (159,169,189)

Color info

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

RGB color model

#9FA9BD color RGB value is (159,169,189).

RGB: (159,169,189) (62%, 66%, 74%)

RGB channels and saturation

R 159 of 255 = 62%
G 169 of 255 = 66%
B 189 of 255 = 74%

159
169
189

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

Portions of RGB colors in percentages

R + G + B = 159 + 169 + 189 = 517 (100%)
R 159 of 517 ~ 30.75%
G 169 of 517 ~ 32.69%
B 189 of 517 ~ 36.56'%

%30.75
%32.69
%36.56

CMYK color model

#9FA9BD color CMYK value is (16,11,0,26).

  • cyan value is 15.87%
  • magenta value is 10.58%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (16,11,0,26)
C16M11Y0K26 (16%, 11%, 0%, 26%)
(0.16 / 0.11 / 0.00 / 0.26)

CMYK percentages

%15.87
%10.58
%0
%25.88

Codes

Color #9FA9BD in popluar color models

9F A9 BD
RGB 159 169 189
HSL 220° 18.52% 68.24%
HSB/HSV 220° 15.87% 74.12%
CMYK 15.87% 10.58% 0.00%
25.88%

Color #9FA9BD in popluar number systems.

HEX 9F A9 BD
Decimal 159 169 189
Binary 10011111 10101001 10111101
Octal 237 251 275

Shades and tints

Shades of #9FA9BD

#9FA9BD
(159,169,189)
#919AAC
(145,154,172)
#838B9B
(131,139,155)
#757C8A
(117,124,138)
#676D79
(103,109,121)
#595E68
(89,94,104)
#4B4F57
(75,79,87)
#3D4046
(61,64,70)
#2F3135
(47,49,53)
#212224
(33,34,36)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #9FA9BD

#9FA9BD
(159,169,189)
#A7B0C3
(167,176,195)
#AFB7C9
(175,183,201)
#B7BECF
(183,190,207)
#BFC5D5
(191,197,213)
#C7CCDB
(199,204,219)
#CFD3E1
(207,211,225)
#D7DAE7
(215,218,231)
#DFE1ED
(223,225,237)
#E7E8F3
(231,232,243)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA9BD; }

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

This text font color is #9FA9BD.

Background Color

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

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

This div background color is #9FA9BD.

Border color

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

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

This div border color is #9FA9BD.

Opacity

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

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

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

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

This text has shadow with #9FA9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA9BD.

Preview

Color preview on black background

This text has color #9FA9BD on black background.


Color preview on white background

This text has color #9FA9BD on white background.


Black color preview on #9FA9BD background

This text has black color on #9FA9BD background.


White color preview on #9FA9BD background

This text has white color on #9FA9BD background.


Related colors

Complementary color

Complementary color for #hex is #605642.


I love getcolorcode.com

Triadic colors

1 #BD9FA9 and #A9BD9F with #9FA9BD are triadic colors.

2 #BDA99F and #A99FBD with #9FA9BD are triadic colors.