COLOR #DCF6FD

HEX: #DCF6FD
RGB: (220,246,253)

Color info

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

RGB color model

#DCF6FD color RGB value is (220,246,253).

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

RGB channels and saturation

R 220 of 255 = 86%
G 246 of 255 = 96%
B 253 of 255 = 99%

220
246
253

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

Portions of RGB colors in percentages

R + G + B =
220 + 246 + 253 = 719 (100%)
R 220 of 719 ~ 30.6%
G 246 of 719 ~ 34.21%
B 253 of 719 ~ 35.19%

%30.6
%34.21
%35.19

CMYK color model

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

  • cyan value is 13.04%
  • magenta value is 2.77%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(13,3,0,1)
C13M3Y0K1 
(13%,3%,0%,1%)
(0.13/0.03/0.00/0.01)	

CMYK percentages

%13.04
%2.77
%0
%0.78

Codes

Color #DCF6FD in popluar color models

DCF6FD
RGB220246253
HSL193°89.19%92.75%
HSB/HSV193°13.04%99.22%
CMYK13.04%2.77%0.00%
0.78%

Color #DCF6FD in popluar number systems.

HEXDCF6FD
Decimal220246253
Binary110111001111011011111101
Octal334366375

Shades and tints

Shades of #DCF6FD

#DCF6FD
(220,246,253)
#C8E0E6
(200,224,230)
#B4CACF
(180,202,207)
#A0B4B8
(160,180,184)
#8C9EA1
(140,158,161)
#78888A
(120,136,138)
#647273
(100,114,115)
#505C5C
(80,92,92)
#3C4645
(60,70,69)
#28302E
(40,48,46)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #DCF6FD

#DCF6FD
(220,246,253)
#DFF6FD
(223,246,253)
#E2F6FD
(226,246,253)
#E5F6FD
(229,246,253)
#E8F6FD
(232,246,253)
#EBF6FD
(235,246,253)
#EEF6FD
(238,246,253)
#F1F6FD
(241,246,253)
#F4F6FD
(244,246,253)
#F7F6FD
(247,246,253)
#FAF6FD
(250,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF6FD; }

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

This text font color is #DCF6FD.


Background Color

.myBgColor { background-color: #DCF6FD; }

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

This div background color is #DCF6FD.


Border color

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

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

This div border color is #DCF6FD.


Opacity

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

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

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

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

This text has shadow with #DCF6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF6FD on black background.


Color preview on white background

This text has color #DCF6FD on white background.



Black color preview on #DCF6FD background

This text has black color on #DCF6FD background.


White color preview on #DCF6FD background

This text has white color on #DCF6FD background.