COLOR #9FC9DF

HEX: #9FC9DF
RGB: (159,201,223)

Color info

#9FC9DF contains mainly green and blue colors. Web safe color of #9FC9DF is #99CCCC (or #9CC).

RGB color model

#9FC9DF color RGB value is (159,201,223).

  • red value is 159;
  • green value is 201;
  • blue value is 223.
RGB:
(159,201,223)
(62%,79%,87%)

RGB channels and saturation

R 159 of 255 = 62%
G 201 of 255 = 79%
B 223 of 255 = 87%

159
201
223

R + G + B ~ 76%. #9FC9DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 201 + 223 = 583 (100%)
R 159 of 583 ~ 27.27%
G 201 of 583 ~ 34.48%
B 223 of 583 ~ 38.25%

%27.27
%34.48
%38.25

CMYK color model

#9FC9DF color CMYK value is (29,10,0,13).

  • cyan value is 28.70%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(29,10,0,13)
C29M10Y0K13 
(29%,10%,0%,13%)
(0.29/0.10/0.00/0.13)	

CMYK percentages

%28.7
%9.87
%0
%12.55

Codes

Color #9FC9DF in popluar color models

9FC9DF
RGB159201223
HSL201°50.00%74.90%
HSB/HSV201°28.70%87.45%
CMYK28.70%9.87%0.00%
12.55%

Color #9FC9DF in popluar number systems.

HEX9FC9DF
Decimal159201223
Binary100111111100100111011111
Octal237311337

Shades and tints

Shades of #9FC9DF

#9FC9DF
(159,201,223)
#91B7CB
(145,183,203)
#83A5B7
(131,165,183)
#7593A3
(117,147,163)
#67818F
(103,129,143)
#596F7B
(89,111,123)
#4B5D67
(75,93,103)
#3D4B53
(61,75,83)
#2F393F
(47,57,63)
#21272B
(33,39,43)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #9FC9DF

#9FC9DF
(159,201,223)
#A7CDE1
(167,205,225)
#AFD1E3
(175,209,227)
#B7D5E5
(183,213,229)
#BFD9E7
(191,217,231)
#C7DDE9
(199,221,233)
#CFE1EB
(207,225,235)
#D7E5ED
(215,229,237)
#DFE9EF
(223,233,239)
#E7EDF1
(231,237,241)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC9DF color. Also use rgb(159,201,223) instead hex code.

Text Font Color

.myTextColor { color: #9FC9DF; }

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

This text font color is #9FC9DF.


Background Color

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

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

This div background color is #9FC9DF.


Border color

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

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

This div border color is #9FC9DF.


Opacity

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

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

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

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

This text has shadow with #9FC9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC9DF on black background.


Color preview on white background

This text has color #9FC9DF on white background.



Black color preview on #9FC9DF background

This text has black color on #9FC9DF background.


White color preview on #9FC9DF background

This text has white color on #9FC9DF background.