COLOR #DCF6FE

HEX: #DCF6FE
RGB: (220,246,254)

Color info

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

RGB color model

#DCF6FE color RGB value is (220,246,254).

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

RGB channels and saturation

R 220 of 255 = 86%
G 246 of 255 = 96%
B 254 of 255 = 100%

220
246
254

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

Portions of RGB colors in percentages

R + G + B =
220 + 246 + 254 = 720 (100%)
R 220 of 720 ~ 30.56%
G 246 of 720 ~ 34.17%
B 254 of 720 ~ 35.28%

%30.56
%34.17
%35.28

CMYK color model

#DCF6FE color CMYK value is (13,3,0,0).

  • cyan value is 13.39%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(13,3,0,0)
C13M3Y0K0 
(13%,3%,0%,0%)
(0.13/0.03/0.00/0.00)	

CMYK percentages

%13.39
%3.15
%0
%0.39

Codes

Color #DCF6FE in popluar color models

DCF6FE
RGB220246254
HSL194°94.44%92.94%
HSB/HSV194°13.39%99.61%
CMYK13.39%3.15%0.00%
0.39%

Color #DCF6FE in popluar number systems.

HEXDCF6FE
Decimal220246254
Binary110111001111011011111110
Octal334366376

Shades and tints

Shades of #DCF6FE

#DCF6FE
(220,246,254)
#C8E0E7
(200,224,231)
#B4CAD0
(180,202,208)
#A0B4B9
(160,180,185)
#8C9EA2
(140,158,162)
#78888B
(120,136,139)
#647274
(100,114,116)
#505C5D
(80,92,93)
#3C4646
(60,70,70)
#28302F
(40,48,47)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #DCF6FE

#DCF6FE
(220,246,254)
#DFF6FE
(223,246,254)
#E2F6FE
(226,246,254)
#E5F6FE
(229,246,254)
#E8F6FE
(232,246,254)
#EBF6FE
(235,246,254)
#EEF6FE
(238,246,254)
#F1F6FE
(241,246,254)
#F4F6FE
(244,246,254)
#F7F6FE
(247,246,254)
#FAF6FE
(250,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF6FE; }

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

This text font color is #DCF6FE.


Background Color

.myBgColor { background-color: #DCF6FE; }

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

This div background color is #DCF6FE.


Border color

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

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

This div border color is #DCF6FE.


Opacity

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

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

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

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

This text has shadow with #DCF6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF6FE on black background.


Color preview on white background

This text has color #DCF6FE on white background.



Black color preview on #DCF6FE background

This text has black color on #DCF6FE background.


White color preview on #DCF6FE background

This text has white color on #DCF6FE background.