COLOR #DCEFF0

HEX: #DCEFF0
RGB: (220,239,240)

Color info

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

RGB color model

#DCEFF0 color RGB value is (220,239,240).

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

RGB channels and saturation

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

220
239
240

R + G + B ~ 91%. #DCEFF0 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 239 + 240 = 699 (100%)
R 220 of 699 ~ 31.47%
G 239 of 699 ~ 34.19%
B 240 of 699 ~ 34.33%

%31.47
%34.19
%34.33

CMYK color model

#DCEFF0 color CMYK value is (8,0,0,6).

  • cyan value is 8.33%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(8,0,0,6)
C8M0Y0K6 
(8%,0%,0%,6%)
(0.08/0.00/0.00/0.06)	

CMYK percentages

%8.33
%0.42
%0
%5.88

Codes

Color #DCEFF0 in popluar color models

DCEFF0
RGB220239240
HSL183°40.00%90.20%
HSB/HSV183°8.33%94.12%
CMYK8.33%0.42%0.00%
5.88%

Color #DCEFF0 in popluar number systems.

HEXDCEFF0
Decimal220239240
Binary110111001110111111110000
Octal334357360

Shades and tints

Shades of #DCEFF0

#DCEFF0
(220,239,240)
#C8DADB
(200,218,219)
#B4C5C6
(180,197,198)
#A0B0B1
(160,176,177)
#8C9B9C
(140,155,156)
#788687
(120,134,135)
#647172
(100,113,114)
#505C5D
(80,92,93)
#3C4748
(60,71,72)
#283233
(40,50,51)
#141D1E
(20,29,30)
#000000
(0,0,0)

Tints of #DCEFF0

#DCEFF0
(220,239,240)
#DFF0F1
(223,240,241)
#E2F1F2
(226,241,242)
#E5F2F3
(229,242,243)
#E8F3F4
(232,243,244)
#EBF4F5
(235,244,245)
#EEF5F6
(238,245,246)
#F1F6F7
(241,246,247)
#F4F7F8
(244,247,248)
#F7F8F9
(247,248,249)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEFF0; }

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

This text font color is #DCEFF0.


Background Color

.myBgColor { background-color: #DCEFF0; }

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

This div background color is #DCEFF0.


Border color

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

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

This div border color is #DCEFF0.


Opacity

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

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

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

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

This text has shadow with #DCEFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEFF0 on black background.


Color preview on white background

This text has color #DCEFF0 on white background.



Black color preview on #DCEFF0 background

This text has black color on #DCEFF0 background.


White color preview on #DCEFF0 background

This text has white color on #DCEFF0 background.