COLOR #DCEFFF

HEX: #DCEFFF
RGB: (220,239,255)

Color info

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

RGB color model

#DCEFFF color RGB value is (220,239,255).

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

RGB channels and saturation

R 220 of 255 = 86%
G 239 of 255 = 94%
B 255 of 255 = 100%

220
239
255

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

Portions of RGB colors in percentages

R + G + B =
220 + 239 + 255 = 714 (100%)
R 220 of 714 ~ 30.81%
G 239 of 714 ~ 33.47%
B 255 of 714 ~ 35.71%

%30.81
%33.47
%35.71

CMYK color model

#DCEFFF color CMYK value is (14,6,0,0).

  • cyan value is 13.73%
  • magenta value is 6.27%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(14,6,0,0)
C14M6Y0K0 
(14%,6%,0%,0%)
(0.14/0.06/0.00/0.00)	

CMYK percentages

%13.73
%6.27
%0
%0

Codes

Color #DCEFFF in popluar color models

DCEFFF
RGB220239255
HSL207°100.00%93.14%
HSB/HSV207°13.73%100.00%
CMYK13.73%6.27%0.00%
0.00%

Color #DCEFFF in popluar number systems.

HEXDCEFFF
Decimal220239255
Binary110111001110111111111111
Octal334357377

Shades and tints

Shades of #DCEFFF

#DCEFFF
(220,239,255)
#C8DAE8
(200,218,232)
#B4C5D1
(180,197,209)
#A0B0BA
(160,176,186)
#8C9BA3
(140,155,163)
#78868C
(120,134,140)
#647175
(100,113,117)
#505C5E
(80,92,94)
#3C4747
(60,71,71)
#283230
(40,50,48)
#141D19
(20,29,25)
#000000
(0,0,0)

Tints of #DCEFFF

#DCEFFF
(220,239,255)
#DFF0FF
(223,240,255)
#E2F1FF
(226,241,255)
#E5F2FF
(229,242,255)
#E8F3FF
(232,243,255)
#EBF4FF
(235,244,255)
#EEF5FF
(238,245,255)
#F1F6FF
(241,246,255)
#F4F7FF
(244,247,255)
#F7F8FF
(247,248,255)
#FAF9FF
(250,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEFFF; }

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

This text font color is #DCEFFF.


Background Color

.myBgColor { background-color: #DCEFFF; }

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

This div background color is #DCEFFF.


Border color

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

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

This div border color is #DCEFFF.


Opacity

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

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

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

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

This text has shadow with #DCEFFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEFFF on black background.


Color preview on white background

This text has color #DCEFFF on white background.



Black color preview on #DCEFFF background

This text has black color on #DCEFFF background.


White color preview on #DCEFFF background

This text has white color on #DCEFFF background.