COLOR #9FC2DF

HEX: #9FC2DF
RGB: (159,194,223)

Color info

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

RGB color model

#9FC2DF color RGB value is (159,194,223).

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

RGB channels and saturation

R 159 of 255 = 62%
G 194 of 255 = 76%
B 223 of 255 = 87%

159
194
223

R + G + B ~ 75%. #9FC2DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 194 + 223 = 576 (100%)
R 159 of 576 ~ 27.6%
G 194 of 576 ~ 33.68%
B 223 of 576 ~ 38.72%

%27.6
%33.68
%38.72

CMYK color model

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

  • cyan value is 28.70%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(29,13,0,13)
C29M13Y0K13 
(29%,13%,0%,13%)
(0.29/0.13/0.00/0.13)	

CMYK percentages

%28.7
%13
%0
%12.55

Codes

Color #9FC2DF in popluar color models

9FC2DF
RGB159194223
HSL207°50.00%74.90%
HSB/HSV207°28.70%87.45%
CMYK28.70%13.00%0.00%
12.55%

Color #9FC2DF in popluar number systems.

HEX9FC2DF
Decimal159194223
Binary100111111100001011011111
Octal237302337

Shades and tints

Shades of #9FC2DF

#9FC2DF
(159,194,223)
#91B1CB
(145,177,203)
#83A0B7
(131,160,183)
#758FA3
(117,143,163)
#677E8F
(103,126,143)
#596D7B
(89,109,123)
#4B5C67
(75,92,103)
#3D4B53
(61,75,83)
#2F3A3F
(47,58,63)
#21292B
(33,41,43)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #9FC2DF

#9FC2DF
(159,194,223)
#A7C7E1
(167,199,225)
#AFCCE3
(175,204,227)
#B7D1E5
(183,209,229)
#BFD6E7
(191,214,231)
#C7DBE9
(199,219,233)
#CFE0EB
(207,224,235)
#D7E5ED
(215,229,237)
#DFEAEF
(223,234,239)
#E7EFF1
(231,239,241)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC2DF; }

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

This text font color is #9FC2DF.


Background Color

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

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

This div background color is #9FC2DF.


Border color

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

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

This div border color is #9FC2DF.


Opacity

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

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

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

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

This text has shadow with #9FC2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC2DF on black background.


Color preview on white background

This text has color #9FC2DF on white background.



Black color preview on #9FC2DF background

This text has black color on #9FC2DF background.


White color preview on #9FC2DF background

This text has white color on #9FC2DF background.