COLOR #9FA1BA

HEX: #9FA1BA
RGB: (159,161,186)

Color info

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

RGB color model

#9FA1BA color RGB value is (159,161,186).

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

RGB channels and saturation

R 159 of 255 = 62%
G 161 of 255 = 63%
B 186 of 255 = 73%

159
161
186

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

Portions of RGB colors in percentages

R + G + B =
159 + 161 + 186 = 506 (100%)
R 159 of 506 ~ 31.42%
G 161 of 506 ~ 31.82%
B 186 of 506 ~ 36.76%

%31.42
%31.82
%36.76

CMYK color model

#9FA1BA color CMYK value is (15,13,0,27).

  • cyan value is 14.52%
  • magenta value is 13.44%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(15,13,0,27)
C15M13Y0K27 
(15%,13%,0%,27%)
(0.15/0.13/0.00/0.27)	

CMYK percentages

%14.52
%13.44
%0
%27.06

Codes

Color #9FA1BA in popluar color models

9FA1BA
RGB159161186
HSL236°16.36%67.65%
HSB/HSV236°14.52%72.94%
CMYK14.52%13.44%0.00%
27.06%

Color #9FA1BA in popluar number systems.

HEX9FA1BA
Decimal159161186
Binary100111111010000110111010
Octal237241272

Shades and tints

Shades of #9FA1BA

#9FA1BA
(159,161,186)
#9193AA
(145,147,170)
#83859A
(131,133,154)
#75778A
(117,119,138)
#67697A
(103,105,122)
#595B6A
(89,91,106)
#4B4D5A
(75,77,90)
#3D3F4A
(61,63,74)
#2F313A
(47,49,58)
#21232A
(33,35,42)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #9FA1BA

#9FA1BA
(159,161,186)
#A7A9C0
(167,169,192)
#AFB1C6
(175,177,198)
#B7B9CC
(183,185,204)
#BFC1D2
(191,193,210)
#C7C9D8
(199,201,216)
#CFD1DE
(207,209,222)
#D7D9E4
(215,217,228)
#DFE1EA
(223,225,234)
#E7E9F0
(231,233,240)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA1BA; }

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

This text font color is #9FA1BA.


Background Color

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

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

This div background color is #9FA1BA.


Border color

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

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

This div border color is #9FA1BA.


Opacity

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

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

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

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

This text has shadow with #9FA1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA1BA on black background.


Color preview on white background

This text has color #9FA1BA on white background.



Black color preview on #9FA1BA background

This text has black color on #9FA1BA background.


White color preview on #9FA1BA background

This text has white color on #9FA1BA background.