COLOR #DCE5EC

HEX: #DCE5EC
RGB: (220,229,236)

Color info

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

RGB color model

#DCE5EC color RGB value is (220,229,236).

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

RGB channels and saturation

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

220
229
236

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

Portions of RGB colors in percentages

R + G + B =
220 + 229 + 236 = 685 (100%)
R 220 of 685 ~ 32.12%
G 229 of 685 ~ 33.43%
B 236 of 685 ~ 34.45%

%32.12
%33.43
%34.45

CMYK color model

#DCE5EC color CMYK value is (7,3,0,7).

  • cyan value is 6.78%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,3,0,7)
C7M3Y0K7 
(7%,3%,0%,7%)
(0.07/0.03/0.00/0.07)	

CMYK percentages

%6.78
%2.97
%0
%7.45

Codes

Color #DCE5EC in popluar color models

DCE5EC
RGB220229236
HSL206°29.63%89.41%
HSB/HSV206°6.78%92.55%
CMYK6.78%2.97%0.00%
7.45%

Color #DCE5EC in popluar number systems.

HEXDCE5EC
Decimal220229236
Binary110111001110010111101100
Octal334345354

Shades and tints

Shades of #DCE5EC

#DCE5EC
(220,229,236)
#C8D1D7
(200,209,215)
#B4BDC2
(180,189,194)
#A0A9AD
(160,169,173)
#8C9598
(140,149,152)
#788183
(120,129,131)
#646D6E
(100,109,110)
#505959
(80,89,89)
#3C4544
(60,69,68)
#28312F
(40,49,47)
#141D1A
(20,29,26)
#000000
(0,0,0)

Tints of #DCE5EC

#DCE5EC
(220,229,236)
#DFE7ED
(223,231,237)
#E2E9EE
(226,233,238)
#E5EBEF
(229,235,239)
#E8EDF0
(232,237,240)
#EBEFF1
(235,239,241)
#EEF1F2
(238,241,242)
#F1F3F3
(241,243,243)
#F4F5F4
(244,245,244)
#F7F7F5
(247,247,245)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE5EC; }

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

This text font color is #DCE5EC.


Background Color

.myBgColor { background-color: #DCE5EC; }

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

This div background color is #DCE5EC.


Border color

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

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

This div border color is #DCE5EC.


Opacity

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

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

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

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

This text has shadow with #DCE5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE5EC on black background.


Color preview on white background

This text has color #DCE5EC on white background.



Black color preview on #DCE5EC background

This text has black color on #DCE5EC background.


White color preview on #DCE5EC background

This text has white color on #DCE5EC background.