COLOR #9FA2BD

HEX: #9FA2BD RGB: (159,162,189)

Color info

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

RGB color model

#9FA2BD color RGB value is (159,162,189).

RGB: (159,162,189) (62%, 64%, 74%)

RGB channels and saturation

R 159 of 255 = 62%
G 162 of 255 = 64%
B 189 of 255 = 74%

159
162
189

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

Portions of RGB colors in percentages

R + G + B = 159 + 162 + 189 = 510 (100%)
R 159 of 510 ~ 31.18%
G 162 of 510 ~ 31.76%
B 189 of 510 ~ 37.06'%

%31.18
%31.76
%37.06

CMYK color model

#9FA2BD color CMYK value is (16,14,0,26).

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

CMYK: (16,14,0,26)
C16M14Y0K26 (16%, 14%, 0%, 26%)
(0.16 / 0.14 / 0.00 / 0.26)

CMYK percentages

%15.87
%14.29
%0
%25.88

Codes

Color #9FA2BD in popluar color models

9F A2 BD
RGB 159 162 189
HSL 234° 18.52% 68.24%
HSB/HSV 234° 15.87% 74.12%
CMYK 15.87% 14.29% 0.00%
25.88%

Color #9FA2BD in popluar number systems.

HEX 9F A2 BD
Decimal 159 162 189
Binary 10011111 10100010 10111101
Octal 237 242 275

Shades and tints

Shades of #9FA2BD

#9FA2BD
(159,162,189)
#9194AC
(145,148,172)
#83869B
(131,134,155)
#75788A
(117,120,138)
#676A79
(103,106,121)
#595C68
(89,92,104)
#4B4E57
(75,78,87)
#3D4046
(61,64,70)
#2F3235
(47,50,53)
#212424
(33,36,36)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #9FA2BD

#9FA2BD
(159,162,189)
#A7AAC3
(167,170,195)
#AFB2C9
(175,178,201)
#B7BACF
(183,186,207)
#BFC2D5
(191,194,213)
#C7CADB
(199,202,219)
#CFD2E1
(207,210,225)
#D7DAE7
(215,218,231)
#DFE2ED
(223,226,237)
#E7EAF3
(231,234,243)
#EFF2F9
(239,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA2BD; }

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

This text font color is #9FA2BD.

Background Color

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

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

This div background color is #9FA2BD.

Border color

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

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

This div border color is #9FA2BD.

Opacity

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

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

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

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

This text has shadow with #9FA2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA2BD.

Preview

Color preview on black background

This text has color #9FA2BD on black background.


Color preview on white background

This text has color #9FA2BD on white background.


Black color preview on #9FA2BD background

This text has black color on #9FA2BD background.


White color preview on #9FA2BD background

This text has white color on #9FA2BD background.


Related colors

Complementary color

Complementary color for #hex is #605D42.


I love getcolorcode.com

Triadic colors

1 #BD9FA2 and #A2BD9F with #9FA2BD are triadic colors.

2 #BDA29F and #A29FBD with #9FA2BD are triadic colors.