COLOR #DCE5EE

HEX: #DCE5EE
RGB: (220,229,238)

Color info

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

RGB color model

#DCE5EE color RGB value is (220,229,238).

  • red value is 220;
  • green value is 229;
  • blue value is 238.
RGB:
(220,229,238)
(86%,90%,93%)

RGB channels and saturation

R 220 of 255 = 86%
G 229 of 255 = 90%
B 238 of 255 = 93%

220
229
238

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

Portions of RGB colors in percentages

R + G + B =
220 + 229 + 238 = 687 (100%)
R 220 of 687 ~ 32.02%
G 229 of 687 ~ 33.33%
B 238 of 687 ~ 34.64%

%32.02
%33.33
%34.64

CMYK color model

#DCE5EE color CMYK value is (8,4,0,7).

  • cyan value is 7.56%
  • magenta value is 3.78%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(8,4,0,7)
C8M4Y0K7 
(8%,4%,0%,7%)
(0.08/0.04/0.00/0.07)	

CMYK percentages

%7.56
%3.78
%0
%6.67

Codes

Color #DCE5EE in popluar color models

DCE5EE
RGB220229238
HSL210°34.62%89.80%
HSB/HSV210°7.56%93.33%
CMYK7.56%3.78%0.00%
6.67%

Color #DCE5EE in popluar number systems.

HEXDCE5EE
Decimal220229238
Binary110111001110010111101110
Octal334345356

Shades and tints

Shades of #DCE5EE

#DCE5EE
(220,229,238)
#C8D1D9
(200,209,217)
#B4BDC4
(180,189,196)
#A0A9AF
(160,169,175)
#8C959A
(140,149,154)
#788185
(120,129,133)
#646D70
(100,109,112)
#50595B
(80,89,91)
#3C4546
(60,69,70)
#283131
(40,49,49)
#141D1C
(20,29,28)
#000000
(0,0,0)

Tints of #DCE5EE

#DCE5EE
(220,229,238)
#DFE7EF
(223,231,239)
#E2E9F0
(226,233,240)
#E5EBF1
(229,235,241)
#E8EDF2
(232,237,242)
#EBEFF3
(235,239,243)
#EEF1F4
(238,241,244)
#F1F3F5
(241,243,245)
#F4F5F6
(244,245,246)
#F7F7F7
(247,247,247)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE5EE color. Also use rgb(220,229,238) instead hex code.

Text Font Color

.myTextColor { color: #DCE5EE; }

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

This text font color is #DCE5EE.


Background Color

.myBgColor { background-color: #DCE5EE; }

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

This div background color is #DCE5EE.


Border color

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

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

This div border color is #DCE5EE.


Opacity

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

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

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

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

This text has shadow with #DCE5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE5EE on black background.


Color preview on white background

This text has color #DCE5EE on white background.



Black color preview on #DCE5EE background

This text has black color on #DCE5EE background.


White color preview on #DCE5EE background

This text has white color on #DCE5EE background.