COLOR #9FA0CB

HEX: #9FA0CB
RGB: (159,160,203)

Color info

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

RGB color model

#9FA0CB color RGB value is (159,160,203).

  • red value is 159;
  • green value is 160;
  • blue value is 203.
RGB:
(159,160,203)
(62%,63%,80%)

RGB channels and saturation

R 159 of 255 = 62%
G 160 of 255 = 63%
B 203 of 255 = 80%

159
160
203

R + G + B ~ 68%. #9FA0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 160 + 203 = 522 (100%)
R 159 of 522 ~ 30.46%
G 160 of 522 ~ 30.65%
B 203 of 522 ~ 38.89%

%30.46
%30.65
%38.89

CMYK color model

#9FA0CB color CMYK value is (22,21,0,20).

  • cyan value is 21.67%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(22,21,0,20)
C22M21Y0K20 
(22%,21%,0%,20%)
(0.22/0.21/0.00/0.20)	

CMYK percentages

%21.67
%21.18
%0
%20.39

Codes

Color #9FA0CB in popluar color models

9FA0CB
RGB159160203
HSL239°29.73%70.98%
HSB/HSV239°21.67%79.61%
CMYK21.67%21.18%0.00%
20.39%

Color #9FA0CB in popluar number systems.

HEX9FA0CB
Decimal159160203
Binary100111111010000011001011
Octal237240313

Shades and tints

Shades of #9FA0CB

#9FA0CB
(159,160,203)
#9192B9
(145,146,185)
#8384A7
(131,132,167)
#757695
(117,118,149)
#676883
(103,104,131)
#595A71
(89,90,113)
#4B4C5F
(75,76,95)
#3D3E4D
(61,62,77)
#2F303B
(47,48,59)
#212229
(33,34,41)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #9FA0CB

#9FA0CB
(159,160,203)
#A7A8CF
(167,168,207)
#AFB0D3
(175,176,211)
#B7B8D7
(183,184,215)
#BFC0DB
(191,192,219)
#C7C8DF
(199,200,223)
#CFD0E3
(207,208,227)
#D7D8E7
(215,216,231)
#DFE0EB
(223,224,235)
#E7E8EF
(231,232,239)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA0CB color. Also use rgb(159,160,203) instead hex code.

Text Font Color

.myTextColor { color: #9FA0CB; }

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

This text font color is #9FA0CB.


Background Color

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

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

This div background color is #9FA0CB.


Border color

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

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

This div border color is #9FA0CB.


Opacity

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

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

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

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

This text has shadow with #9FA0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA0CB on black background.


Color preview on white background

This text has color #9FA0CB on white background.



Black color preview on #9FA0CB background

This text has black color on #9FA0CB background.


White color preview on #9FA0CB background

This text has white color on #9FA0CB background.