COLOR #9FBCD4

HEX: #9FBCD4
RGB: (159,188,212)

Color info

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

RGB color model

#9FBCD4 color RGB value is (159,188,212).

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

RGB channels and saturation

R 159 of 255 = 62%
G 188 of 255 = 74%
B 212 of 255 = 83%

159
188
212

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

Portions of RGB colors in percentages

R + G + B =
159 + 188 + 212 = 559 (100%)
R 159 of 559 ~ 28.44%
G 188 of 559 ~ 33.63%
B 212 of 559 ~ 37.92%

%28.44
%33.63
%37.92

CMYK color model

#9FBCD4 color CMYK value is (25,11,0,17).

  • cyan value is 25.00%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(25,11,0,17)
C25M11Y0K17 
(25%,11%,0%,17%)
(0.25/0.11/0.00/0.17)	

CMYK percentages

%25
%11.32
%0
%16.86

Codes

Color #9FBCD4 in popluar color models

9FBCD4
RGB159188212
HSL207°38.13%72.75%
HSB/HSV207°25.00%83.14%
CMYK25.00%11.32%0.00%
16.86%

Color #9FBCD4 in popluar number systems.

HEX9FBCD4
Decimal159188212
Binary100111111011110011010100
Octal237274324

Shades and tints

Shades of #9FBCD4

#9FBCD4
(159,188,212)
#91ABC1
(145,171,193)
#839AAE
(131,154,174)
#75899B
(117,137,155)
#677888
(103,120,136)
#596775
(89,103,117)
#4B5662
(75,86,98)
#3D454F
(61,69,79)
#2F343C
(47,52,60)
#212329
(33,35,41)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #9FBCD4

#9FBCD4
(159,188,212)
#A7C2D7
(167,194,215)
#AFC8DA
(175,200,218)
#B7CEDD
(183,206,221)
#BFD4E0
(191,212,224)
#C7DAE3
(199,218,227)
#CFE0E6
(207,224,230)
#D7E6E9
(215,230,233)
#DFECEC
(223,236,236)
#E7F2EF
(231,242,239)
#EFF8F2
(239,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBCD4; }

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

This text font color is #9FBCD4.


Background Color

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

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

This div background color is #9FBCD4.


Border color

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

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

This div border color is #9FBCD4.


Opacity

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

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

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

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

This text has shadow with #9FBCD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBCD4 on black background.


Color preview on white background

This text has color #9FBCD4 on white background.



Black color preview on #9FBCD4 background

This text has black color on #9FBCD4 background.


White color preview on #9FBCD4 background

This text has white color on #9FBCD4 background.