COLOR #DCF8FC

HEX: #DCF8FC
RGB: (220,248,252)

Color info

#DCF8FC contains red, green and blue colors in about the same proportion. Web safe color of #DCF8FC is #CCFFFF (or #CFF).

RGB color model

#DCF8FC color RGB value is (220,248,252).

  • red value is 220;
  • green value is 248;
  • blue value is 252.
RGB:
(220,248,252)
(86%,97%,99%)

RGB channels and saturation

R 220 of 255 = 86%
G 248 of 255 = 97%
B 252 of 255 = 99%

220
248
252

R + G + B ~ 94%. #DCF8FC is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 248 + 252 = 720 (100%)
R 220 of 720 ~ 30.56%
G 248 of 720 ~ 34.44%
B 252 of 720 ~ 35%

%30.56
%34.44
%35

CMYK color model

#DCF8FC color CMYK value is (13,2,0,1).

  • cyan value is 12.70%
  • magenta value is 1.59%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(13,2,0,1)
C13M2Y0K1 
(13%,2%,0%,1%)
(0.13/0.02/0.00/0.01)	

CMYK percentages

%12.7
%1.59
%0
%1.18

Codes

Color #DCF8FC in popluar color models

DCF8FC
RGB220248252
HSL188°84.21%92.55%
HSB/HSV188°12.70%98.82%
CMYK12.70%1.59%0.00%
1.18%

Color #DCF8FC in popluar number systems.

HEXDCF8FC
Decimal220248252
Binary110111001111100011111100
Octal334370374

Shades and tints

Shades of #DCF8FC

#DCF8FC
(220,248,252)
#C8E2E6
(200,226,230)
#B4CCD0
(180,204,208)
#A0B6BA
(160,182,186)
#8CA0A4
(140,160,164)
#788A8E
(120,138,142)
#647478
(100,116,120)
#505E62
(80,94,98)
#3C484C
(60,72,76)
#283236
(40,50,54)
#141C20
(20,28,32)
#000000
(0,0,0)

Tints of #DCF8FC

#DCF8FC
(220,248,252)
#DFF8FC
(223,248,252)
#E2F8FC
(226,248,252)
#E5F8FC
(229,248,252)
#E8F8FC
(232,248,252)
#EBF8FC
(235,248,252)
#EEF8FC
(238,248,252)
#F1F8FC
(241,248,252)
#F4F8FC
(244,248,252)
#F7F8FC
(247,248,252)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF8FC color. Also use rgb(220,248,252) instead hex code.

Text Font Color

.myTextColor { color: #DCF8FC; }

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

This text font color is #DCF8FC.


Background Color

.myBgColor { background-color: #DCF8FC; }

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

This div background color is #DCF8FC.


Border color

.myBorderColor { border: 1px solid #DCF8FC; }

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

This div border color is #DCF8FC.


Opacity

.myOpacity80 { color: #DCF8FC; opacity: 0.8; }

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

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

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

This text has shadow with #DCF8FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF8FC on black background.


Color preview on white background

This text has color #DCF8FC on white background.



Black color preview on #DCF8FC background

This text has black color on #DCF8FC background.


White color preview on #DCF8FC background

This text has white color on #DCF8FC background.