COLOR #9FB5CD

HEX: #9FB5CD
RGB: (159,181,205)

Color info

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

RGB color model

#9FB5CD color RGB value is (159,181,205).

  • red value is 159;
  • green value is 181;
  • blue value is 205.
RGB:
(159,181,205)
(62%,71%,80%)

RGB channels and saturation

R 159 of 255 = 62%
G 181 of 255 = 71%
B 205 of 255 = 80%

159
181
205

R + G + B ~ 71%. #9FB5CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 181 + 205 = 545 (100%)
R 159 of 545 ~ 29.17%
G 181 of 545 ~ 33.21%
B 205 of 545 ~ 37.61%

%29.17
%33.21
%37.61

CMYK color model

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

  • cyan value is 22.44%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(22,12,0,20)
C22M12Y0K20 
(22%,12%,0%,20%)
(0.22/0.12/0.00/0.20)	

CMYK percentages

%22.44
%11.71
%0
%19.61

Codes

Color #9FB5CD in popluar color models

9FB5CD
RGB159181205
HSL211°31.51%71.37%
HSB/HSV211°22.44%80.39%
CMYK22.44%11.71%0.00%
19.61%

Color #9FB5CD in popluar number systems.

HEX9FB5CD
Decimal159181205
Binary100111111011010111001101
Octal237265315

Shades and tints

Shades of #9FB5CD

#9FB5CD
(159,181,205)
#91A5BB
(145,165,187)
#8395A9
(131,149,169)
#758597
(117,133,151)
#677585
(103,117,133)
#596573
(89,101,115)
#4B5561
(75,85,97)
#3D454F
(61,69,79)
#2F353D
(47,53,61)
#21252B
(33,37,43)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #9FB5CD

#9FB5CD
(159,181,205)
#A7BBD1
(167,187,209)
#AFC1D5
(175,193,213)
#B7C7D9
(183,199,217)
#BFCDDD
(191,205,221)
#C7D3E1
(199,211,225)
#CFD9E5
(207,217,229)
#D7DFE9
(215,223,233)
#DFE5ED
(223,229,237)
#E7EBF1
(231,235,241)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB5CD color. Also use rgb(159,181,205) instead hex code.

Text Font Color

.myTextColor { color: #9FB5CD; }

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

This text font color is #9FB5CD.


Background Color

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

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

This div background color is #9FB5CD.


Border color

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

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

This div border color is #9FB5CD.


Opacity

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

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

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

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

This text has shadow with #9FB5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB5CD on black background.


Color preview on white background

This text has color #9FB5CD on white background.



Black color preview on #9FB5CD background

This text has black color on #9FB5CD background.


White color preview on #9FB5CD background

This text has white color on #9FB5CD background.