COLOR #9FC2DC

HEX: #9FC2DC
RGB: (159,194,220)

Color info

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

RGB color model

#9FC2DC color RGB value is (159,194,220).

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

RGB channels and saturation

R 159 of 255 = 62%
G 194 of 255 = 76%
B 220 of 255 = 86%

159
194
220

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

Portions of RGB colors in percentages

R + G + B =
159 + 194 + 220 = 573 (100%)
R 159 of 573 ~ 27.75%
G 194 of 573 ~ 33.86%
B 220 of 573 ~ 38.39%

%27.75
%33.86
%38.39

CMYK color model

#9FC2DC color CMYK value is (28,12,0,14).

  • cyan value is 27.73%
  • magenta value is 11.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(28,12,0,14)
C28M12Y0K14 
(28%,12%,0%,14%)
(0.28/0.12/0.00/0.14)	

CMYK percentages

%27.73
%11.82
%0
%13.73

Codes

Color #9FC2DC in popluar color models

9FC2DC
RGB159194220
HSL206°46.56%74.31%
HSB/HSV206°27.73%86.27%
CMYK27.73%11.82%0.00%
13.73%

Color #9FC2DC in popluar number systems.

HEX9FC2DC
Decimal159194220
Binary100111111100001011011100
Octal237302334

Shades and tints

Shades of #9FC2DC

#9FC2DC
(159,194,220)
#91B1C8
(145,177,200)
#83A0B4
(131,160,180)
#758FA0
(117,143,160)
#677E8C
(103,126,140)
#596D78
(89,109,120)
#4B5C64
(75,92,100)
#3D4B50
(61,75,80)
#2F3A3C
(47,58,60)
#212928
(33,41,40)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #9FC2DC

#9FC2DC
(159,194,220)
#A7C7DF
(167,199,223)
#AFCCE2
(175,204,226)
#B7D1E5
(183,209,229)
#BFD6E8
(191,214,232)
#C7DBEB
(199,219,235)
#CFE0EE
(207,224,238)
#D7E5F1
(215,229,241)
#DFEAF4
(223,234,244)
#E7EFF7
(231,239,247)
#EFF4FA
(239,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC2DC; }

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

This text font color is #9FC2DC.


Background Color

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

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

This div background color is #9FC2DC.


Border color

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

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

This div border color is #9FC2DC.


Opacity

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

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

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

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

This text has shadow with #9FC2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC2DC on black background.


Color preview on white background

This text has color #9FC2DC on white background.



Black color preview on #9FC2DC background

This text has black color on #9FC2DC background.


White color preview on #9FC2DC background

This text has white color on #9FC2DC background.