COLOR #DCFCFF

HEX: #DCFCFF
RGB: (220,252,255)

Color info

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

RGB color model

#DCFCFF color RGB value is (220,252,255).

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

RGB channels and saturation

R 220 of 255 = 86%
G 252 of 255 = 99%
B 255 of 255 = 100%

220
252
255

R + G + B ~ 95%. #DCFCFF is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 252 + 255 = 727 (100%)
R 220 of 727 ~ 30.26%
G 252 of 727 ~ 34.66%
B 255 of 727 ~ 35.08%

%30.26
%34.66
%35.08

CMYK color model

#DCFCFF color CMYK value is (14,1,0,0).

  • cyan value is 13.73%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(14,1,0,0)
C14M1Y0K0 
(14%,1%,0%,0%)
(0.14/0.01/0.00/0.00)	

CMYK percentages

%13.73
%1.18
%0
%0

Codes

Color #DCFCFF in popluar color models

DCFCFF
RGB220252255
HSL185°100.00%93.14%
HSB/HSV185°13.73%100.00%
CMYK13.73%1.18%0.00%
0.00%

Color #DCFCFF in popluar number systems.

HEXDCFCFF
Decimal220252255
Binary110111001111110011111111
Octal334374377

Shades and tints

Shades of #DCFCFF

#DCFCFF
(220,252,255)
#C8E6E8
(200,230,232)
#B4D0D1
(180,208,209)
#A0BABA
(160,186,186)
#8CA4A3
(140,164,163)
#788E8C
(120,142,140)
#647875
(100,120,117)
#50625E
(80,98,94)
#3C4C47
(60,76,71)
#283630
(40,54,48)
#142019
(20,32,25)
#000000
(0,0,0)

Tints of #DCFCFF

#DCFCFF
(220,252,255)
#DFFCFF
(223,252,255)
#E2FCFF
(226,252,255)
#E5FCFF
(229,252,255)
#E8FCFF
(232,252,255)
#EBFCFF
(235,252,255)
#EEFCFF
(238,252,255)
#F1FCFF
(241,252,255)
#F4FCFF
(244,252,255)
#F7FCFF
(247,252,255)
#FAFCFF
(250,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFCFF; }

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

This text font color is #DCFCFF.


Background Color

.myBgColor { background-color: #DCFCFF; }

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

This div background color is #DCFCFF.


Border color

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

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

This div border color is #DCFCFF.


Opacity

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

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

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

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

This text has shadow with #DCFCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFCFF on black background.


Color preview on white background

This text has color #DCFCFF on white background.



Black color preview on #DCFCFF background

This text has black color on #DCFCFF background.


White color preview on #DCFCFF background

This text has white color on #DCFCFF background.