COLOR #9FA2BB

HEX: #9FA2BB
RGB: (159,162,187)

Color info

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

RGB color model

#9FA2BB color RGB value is (159,162,187).

  • red value is 159;
  • green value is 162;
  • blue value is 187.
RGB:
(159,162,187)
(62%,64%,73%)

RGB channels and saturation

R 159 of 255 = 62%
G 162 of 255 = 64%
B 187 of 255 = 73%

159
162
187

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

Portions of RGB colors in percentages

R + G + B =
159 + 162 + 187 = 508 (100%)
R 159 of 508 ~ 31.3%
G 162 of 508 ~ 31.89%
B 187 of 508 ~ 36.81%

%31.3
%31.89
%36.81

CMYK color model

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

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

CMYK percentages

%14.97
%13.37
%0
%26.67

Codes

Color #9FA2BB in popluar color models

9FA2BB
RGB159162187
HSL234°17.07%67.84%
HSB/HSV234°14.97%73.33%
CMYK14.97%13.37%0.00%
26.67%

Color #9FA2BB in popluar number systems.

HEX9FA2BB
Decimal159162187
Binary100111111010001010111011
Octal237242273

Shades and tints

Shades of #9FA2BB

#9FA2BB
(159,162,187)
#9194AA
(145,148,170)
#838699
(131,134,153)
#757888
(117,120,136)
#676A77
(103,106,119)
#595C66
(89,92,102)
#4B4E55
(75,78,85)
#3D4044
(61,64,68)
#2F3233
(47,50,51)
#212422
(33,36,34)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #9FA2BB

#9FA2BB
(159,162,187)
#A7AAC1
(167,170,193)
#AFB2C7
(175,178,199)
#B7BACD
(183,186,205)
#BFC2D3
(191,194,211)
#C7CAD9
(199,202,217)
#CFD2DF
(207,210,223)
#D7DAE5
(215,218,229)
#DFE2EB
(223,226,235)
#E7EAF1
(231,234,241)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA2BB; }

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

This text font color is #9FA2BB.


Background Color

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

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

This div background color is #9FA2BB.


Border color

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

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

This div border color is #9FA2BB.


Opacity

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

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

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

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

This text has shadow with #9FA2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA2BB on black background.


Color preview on white background

This text has color #9FA2BB on white background.



Black color preview on #9FA2BB background

This text has black color on #9FA2BB background.


White color preview on #9FA2BB background

This text has white color on #9FA2BB background.