COLOR #9FBCD7

HEX: #9FBCD7
RGB: (159,188,215)

Color info

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

RGB color model

#9FBCD7 color RGB value is (159,188,215).

  • red value is 159;
  • green value is 188;
  • blue value is 215.
RGB:
(159,188,215)
(62%,74%,84%)

RGB channels and saturation

R 159 of 255 = 62%
G 188 of 255 = 74%
B 215 of 255 = 84%

159
188
215

R + G + B ~ 73%. #9FBCD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 188 + 215 = 562 (100%)
R 159 of 562 ~ 28.29%
G 188 of 562 ~ 33.45%
B 215 of 562 ~ 38.26%

%28.29
%33.45
%38.26

CMYK color model

#9FBCD7 color CMYK value is (26,13,0,16).

  • cyan value is 26.05%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(26,13,0,16)
C26M13Y0K16 
(26%,13%,0%,16%)
(0.26/0.13/0.00/0.16)	

CMYK percentages

%26.05
%12.56
%0
%15.69

Codes

Color #9FBCD7 in popluar color models

9FBCD7
RGB159188215
HSL209°41.18%73.33%
HSB/HSV209°26.05%84.31%
CMYK26.05%12.56%0.00%
15.69%

Color #9FBCD7 in popluar number systems.

HEX9FBCD7
Decimal159188215
Binary100111111011110011010111
Octal237274327

Shades and tints

Shades of #9FBCD7

#9FBCD7
(159,188,215)
#91ABC4
(145,171,196)
#839AB1
(131,154,177)
#75899E
(117,137,158)
#67788B
(103,120,139)
#596778
(89,103,120)
#4B5665
(75,86,101)
#3D4552
(61,69,82)
#2F343F
(47,52,63)
#21232C
(33,35,44)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #9FBCD7

#9FBCD7
(159,188,215)
#A7C2DA
(167,194,218)
#AFC8DD
(175,200,221)
#B7CEE0
(183,206,224)
#BFD4E3
(191,212,227)
#C7DAE6
(199,218,230)
#CFE0E9
(207,224,233)
#D7E6EC
(215,230,236)
#DFECEF
(223,236,239)
#E7F2F2
(231,242,242)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBCD7 color. Also use rgb(159,188,215) instead hex code.

Text Font Color

.myTextColor { color: #9FBCD7; }

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

This text font color is #9FBCD7.


Background Color

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

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

This div background color is #9FBCD7.


Border color

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

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

This div border color is #9FBCD7.


Opacity

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

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

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

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

This text has shadow with #9FBCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBCD7 on black background.


Color preview on white background

This text has color #9FBCD7 on white background.



Black color preview on #9FBCD7 background

This text has black color on #9FBCD7 background.


White color preview on #9FBCD7 background

This text has white color on #9FBCD7 background.