COLOR #9FA1BD

HEX: #9FA1BD
RGB: (159,161,189)

Color info

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

RGB color model

#9FA1BD color RGB value is (159,161,189).

  • red value is 159;
  • green value is 161;
  • blue value is 189.
RGB:
(159,161,189)
(62%,63%,74%)

RGB channels and saturation

R 159 of 255 = 62%
G 161 of 255 = 63%
B 189 of 255 = 74%

159
161
189

R + G + B ~ 66%. #9FA1BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 161 + 189 = 509 (100%)
R 159 of 509 ~ 31.24%
G 161 of 509 ~ 31.63%
B 189 of 509 ~ 37.13%

%31.24
%31.63
%37.13

CMYK color model

#9FA1BD color CMYK value is (16,15,0,26).

  • cyan value is 15.87%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(16,15,0,26)
C16M15Y0K26 
(16%,15%,0%,26%)
(0.16/0.15/0.00/0.26)	

CMYK percentages

%15.87
%14.81
%0
%25.88

Codes

Color #9FA1BD in popluar color models

9FA1BD
RGB159161189
HSL236°18.52%68.24%
HSB/HSV236°15.87%74.12%
CMYK15.87%14.81%0.00%
25.88%

Color #9FA1BD in popluar number systems.

HEX9FA1BD
Decimal159161189
Binary100111111010000110111101
Octal237241275

Shades and tints

Shades of #9FA1BD

#9FA1BD
(159,161,189)
#9193AC
(145,147,172)
#83859B
(131,133,155)
#75778A
(117,119,138)
#676979
(103,105,121)
#595B68
(89,91,104)
#4B4D57
(75,77,87)
#3D3F46
(61,63,70)
#2F3135
(47,49,53)
#212324
(33,35,36)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #9FA1BD

#9FA1BD
(159,161,189)
#A7A9C3
(167,169,195)
#AFB1C9
(175,177,201)
#B7B9CF
(183,185,207)
#BFC1D5
(191,193,213)
#C7C9DB
(199,201,219)
#CFD1E1
(207,209,225)
#D7D9E7
(215,217,231)
#DFE1ED
(223,225,237)
#E7E9F3
(231,233,243)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA1BD; }

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

This text font color is #9FA1BD.


Background Color

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

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

This div background color is #9FA1BD.


Border color

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

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

This div border color is #9FA1BD.


Opacity

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

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

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

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

This text has shadow with #9FA1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA1BD on black background.


Color preview on white background

This text has color #9FA1BD on white background.



Black color preview on #9FA1BD background

This text has black color on #9FA1BD background.


White color preview on #9FA1BD background

This text has white color on #9FA1BD background.