COLOR #DCE4EF

HEX: #DCE4EF
RGB: (220,228,239)

Color info

#DCE4EF contains red, green and blue colors in about the same proportion. Web safe color of #DCE4EF is #CCCCFF (or #CCF).

RGB color model

#DCE4EF color RGB value is (220,228,239).

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

RGB channels and saturation

R 220 of 255 = 86%
G 228 of 255 = 89%
B 239 of 255 = 94%

220
228
239

R + G + B ~ 90%. #DCE4EF is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 228 + 239 = 687 (100%)
R 220 of 687 ~ 32.02%
G 228 of 687 ~ 33.19%
B 239 of 687 ~ 34.79%

%32.02
%33.19
%34.79

CMYK color model

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

  • cyan value is 7.95%
  • magenta value is 4.60%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,5,0,6)
C8M5Y0K6 
(8%,5%,0%,6%)
(0.08/0.05/0.00/0.06)	

CMYK percentages

%7.95
%4.6
%0
%6.27

Codes

Color #DCE4EF in popluar color models

DCE4EF
RGB220228239
HSL215°37.25%90.00%
HSB/HSV215°7.95%93.73%
CMYK7.95%4.60%0.00%
6.27%

Color #DCE4EF in popluar number systems.

HEXDCE4EF
Decimal220228239
Binary110111001110010011101111
Octal334344357

Shades and tints

Shades of #DCE4EF

#DCE4EF
(220,228,239)
#C8D0DA
(200,208,218)
#B4BCC5
(180,188,197)
#A0A8B0
(160,168,176)
#8C949B
(140,148,155)
#788086
(120,128,134)
#646C71
(100,108,113)
#50585C
(80,88,92)
#3C4447
(60,68,71)
#283032
(40,48,50)
#141C1D
(20,28,29)
#000000
(0,0,0)

Tints of #DCE4EF

#DCE4EF
(220,228,239)
#DFE6F0
(223,230,240)
#E2E8F1
(226,232,241)
#E5EAF2
(229,234,242)
#E8ECF3
(232,236,243)
#EBEEF4
(235,238,244)
#EEF0F5
(238,240,245)
#F1F2F6
(241,242,246)
#F4F4F7
(244,244,247)
#F7F6F8
(247,246,248)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE4EF; }

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

This text font color is #DCE4EF.


Background Color

.myBgColor { background-color: #DCE4EF; }

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

This div background color is #DCE4EF.


Border color

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

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

This div border color is #DCE4EF.


Opacity

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

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

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

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

This text has shadow with #DCE4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE4EF on black background.


Color preview on white background

This text has color #DCE4EF on white background.



Black color preview on #DCE4EF background

This text has black color on #DCE4EF background.


White color preview on #DCE4EF background

This text has white color on #DCE4EF background.