COLOR #DCE2EF

HEX: #DCE2EF
RGB: (220,226,239)

Color info

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

RGB color model

#DCE2EF color RGB value is (220,226,239).

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

RGB channels and saturation

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

220
226
239

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

Portions of RGB colors in percentages

R + G + B =
220 + 226 + 239 = 685 (100%)
R 220 of 685 ~ 32.12%
G 226 of 685 ~ 32.99%
B 239 of 685 ~ 34.89%

%32.12
%32.99
%34.89

CMYK color model

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

  • cyan value is 7.95%
  • magenta value is 5.44%
  • 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
%5.44
%0
%6.27

Codes

Color #DCE2EF in popluar color models

DCE2EF
RGB220226239
HSL221°37.25%90.00%
HSB/HSV221°7.95%93.73%
CMYK7.95%5.44%0.00%
6.27%

Color #DCE2EF in popluar number systems.

HEXDCE2EF
Decimal220226239
Binary110111001110001011101111
Octal334342357

Shades and tints

Shades of #DCE2EF

#DCE2EF
(220,226,239)
#C8CEDA
(200,206,218)
#B4BAC5
(180,186,197)
#A0A6B0
(160,166,176)
#8C929B
(140,146,155)
#787E86
(120,126,134)
#646A71
(100,106,113)
#50565C
(80,86,92)
#3C4247
(60,66,71)
#282E32
(40,46,50)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #DCE2EF

#DCE2EF
(220,226,239)
#DFE4F0
(223,228,240)
#E2E6F1
(226,230,241)
#E5E8F2
(229,232,242)
#E8EAF3
(232,234,243)
#EBECF4
(235,236,244)
#EEEEF5
(238,238,245)
#F1F0F6
(241,240,246)
#F4F2F7
(244,242,247)
#F7F4F8
(247,244,248)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE2EF; }

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

This text font color is #DCE2EF.


Background Color

.myBgColor { background-color: #DCE2EF; }

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

This div background color is #DCE2EF.


Border color

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

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

This div border color is #DCE2EF.


Opacity

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

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

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

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

This text has shadow with #DCE2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE2EF on black background.


Color preview on white background

This text has color #DCE2EF on white background.



Black color preview on #DCE2EF background

This text has black color on #DCE2EF background.


White color preview on #DCE2EF background

This text has white color on #DCE2EF background.