COLOR #DCF0FE

HEX: #DCF0FE
RGB: (220,240,254)

Color info

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

RGB color model

#DCF0FE color RGB value is (220,240,254).

  • red value is 220;
  • green value is 240;
  • blue value is 254.
RGB:
(220,240,254)
(86%,94%,100%)

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 254 of 255 = 100%

220
240
254

R + G + B ~ 93%. #DCF0FE is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 240 + 254 = 714 (100%)
R 220 of 714 ~ 30.81%
G 240 of 714 ~ 33.61%
B 254 of 714 ~ 35.57%

%30.81
%33.61
%35.57

CMYK color model

#DCF0FE color CMYK value is (13,6,0,0).

  • cyan value is 13.39%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(13,6,0,0)
C13M6Y0K0 
(13%,6%,0%,0%)
(0.13/0.06/0.00/0.00)	

CMYK percentages

%13.39
%5.51
%0
%0.39

Codes

Color #DCF0FE in popluar color models

DCF0FE
RGB220240254
HSL205°94.44%92.94%
HSB/HSV205°13.39%99.61%
CMYK13.39%5.51%0.00%
0.39%

Color #DCF0FE in popluar number systems.

HEXDCF0FE
Decimal220240254
Binary110111001111000011111110
Octal334360376

Shades and tints

Shades of #DCF0FE

#DCF0FE
(220,240,254)
#C8DBE7
(200,219,231)
#B4C6D0
(180,198,208)
#A0B1B9
(160,177,185)
#8C9CA2
(140,156,162)
#78878B
(120,135,139)
#647274
(100,114,116)
#505D5D
(80,93,93)
#3C4846
(60,72,70)
#28332F
(40,51,47)
#141E18
(20,30,24)
#000000
(0,0,0)

Tints of #DCF0FE

#DCF0FE
(220,240,254)
#DFF1FE
(223,241,254)
#E2F2FE
(226,242,254)
#E5F3FE
(229,243,254)
#E8F4FE
(232,244,254)
#EBF5FE
(235,245,254)
#EEF6FE
(238,246,254)
#F1F7FE
(241,247,254)
#F4F8FE
(244,248,254)
#F7F9FE
(247,249,254)
#FAFAFE
(250,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF0FE color. Also use rgb(220,240,254) instead hex code.

Text Font Color

.myTextColor { color: #DCF0FE; }

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

This text font color is #DCF0FE.


Background Color

.myBgColor { background-color: #DCF0FE; }

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

This div background color is #DCF0FE.


Border color

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

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

This div border color is #DCF0FE.


Opacity

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

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

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

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

This text has shadow with #DCF0FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF0FE on black background.


Color preview on white background

This text has color #DCF0FE on white background.



Black color preview on #DCF0FE background

This text has black color on #DCF0FE background.


White color preview on #DCF0FE background

This text has white color on #DCF0FE background.