COLOR #9FDCEF

HEX: #9FDCEF
RGB: (159,220,239)

Color info

#9FDCEF contains mainly green and blue colors. Web safe color of #9FDCEF is #99CCFF (or #9CF).

RGB color model

#9FDCEF color RGB value is (159,220,239).

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

RGB channels and saturation

R 159 of 255 = 62%
G 220 of 255 = 86%
B 239 of 255 = 94%

159
220
239

R + G + B ~ 81%. #9FDCEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 220 + 239 = 618 (100%)
R 159 of 618 ~ 25.73%
G 220 of 618 ~ 35.6%
B 239 of 618 ~ 38.67%

%25.73
%35.6
%38.67

CMYK color model

#9FDCEF color CMYK value is (33,8,0,6).

  • cyan value is 33.47%
  • magenta value is 7.95%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(33,8,0,6)
C33M8Y0K6 
(33%,8%,0%,6%)
(0.33/0.08/0.00/0.06)	

CMYK percentages

%33.47
%7.95
%0
%6.27

Codes

Color #9FDCEF in popluar color models

9FDCEF
RGB159220239
HSL194°71.43%78.04%
HSB/HSV194°33.47%93.73%
CMYK33.47%7.95%0.00%
6.27%

Color #9FDCEF in popluar number systems.

HEX9FDCEF
Decimal159220239
Binary100111111101110011101111
Octal237334357

Shades and tints

Shades of #9FDCEF

#9FDCEF
(159,220,239)
#91C8DA
(145,200,218)
#83B4C5
(131,180,197)
#75A0B0
(117,160,176)
#678C9B
(103,140,155)
#597886
(89,120,134)
#4B6471
(75,100,113)
#3D505C
(61,80,92)
#2F3C47
(47,60,71)
#212832
(33,40,50)
#13141D
(19,20,29)
#000000
(0,0,0)

Tints of #9FDCEF

#9FDCEF
(159,220,239)
#A7DFF0
(167,223,240)
#AFE2F1
(175,226,241)
#B7E5F2
(183,229,242)
#BFE8F3
(191,232,243)
#C7EBF4
(199,235,244)
#CFEEF5
(207,238,245)
#D7F1F6
(215,241,246)
#DFF4F7
(223,244,247)
#E7F7F8
(231,247,248)
#EFFAF9
(239,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FDCEF; }

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

This text font color is #9FDCEF.


Background Color

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

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

This div background color is #9FDCEF.


Border color

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

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

This div border color is #9FDCEF.


Opacity

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

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

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

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

This text has shadow with #9FDCEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FDCEF on black background.


Color preview on white background

This text has color #9FDCEF on white background.



Black color preview on #9FDCEF background

This text has black color on #9FDCEF background.


White color preview on #9FDCEF background

This text has white color on #9FDCEF background.