COLOR #9FB9CB

HEX: #9FB9CB
RGB: (159,185,203)

Color info

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

RGB color model

#9FB9CB color RGB value is (159,185,203).

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

RGB channels and saturation

R 159 of 255 = 62%
G 185 of 255 = 73%
B 203 of 255 = 80%

159
185
203

R + G + B ~ 72%. #9FB9CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 185 + 203 = 547 (100%)
R 159 of 547 ~ 29.07%
G 185 of 547 ~ 33.82%
B 203 of 547 ~ 37.11%

%29.07
%33.82
%37.11

CMYK color model

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

  • cyan value is 21.67%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(22,9,0,20)
C22M9Y0K20 
(22%,9%,0%,20%)
(0.22/0.09/0.00/0.20)	

CMYK percentages

%21.67
%8.87
%0
%20.39

Codes

Color #9FB9CB in popluar color models

9FB9CB
RGB159185203
HSL205°29.73%70.98%
HSB/HSV205°21.67%79.61%
CMYK21.67%8.87%0.00%
20.39%

Color #9FB9CB in popluar number systems.

HEX9FB9CB
Decimal159185203
Binary100111111011100111001011
Octal237271313

Shades and tints

Shades of #9FB9CB

#9FB9CB
(159,185,203)
#91A9B9
(145,169,185)
#8399A7
(131,153,167)
#758995
(117,137,149)
#677983
(103,121,131)
#596971
(89,105,113)
#4B595F
(75,89,95)
#3D494D
(61,73,77)
#2F393B
(47,57,59)
#212929
(33,41,41)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #9FB9CB

#9FB9CB
(159,185,203)
#A7BFCF
(167,191,207)
#AFC5D3
(175,197,211)
#B7CBD7
(183,203,215)
#BFD1DB
(191,209,219)
#C7D7DF
(199,215,223)
#CFDDE3
(207,221,227)
#D7E3E7
(215,227,231)
#DFE9EB
(223,233,235)
#E7EFEF
(231,239,239)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB9CB; }

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

This text font color is #9FB9CB.


Background Color

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

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

This div background color is #9FB9CB.


Border color

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

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

This div border color is #9FB9CB.


Opacity

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

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

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

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

This text has shadow with #9FB9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB9CB on black background.


Color preview on white background

This text has color #9FB9CB on white background.



Black color preview on #9FB9CB background

This text has black color on #9FB9CB background.


White color preview on #9FB9CB background

This text has white color on #9FB9CB background.