COLOR #DCE5DF

HEX: #DCE5DF
RGB: (220,229,223)

Color info

#DCE5DF contains red, green and blue colors in about the same proportion. Web safe color of #DCE5DF is #CCCCCC (or #CCC).

RGB color model

#DCE5DF color RGB value is (220,229,223).

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

RGB channels and saturation

R 220 of 255 = 86%
G 229 of 255 = 90%
B 223 of 255 = 87%

220
229
223

R + G + B ~ 88%. #DCE5DF is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 229 + 223 = 672 (100%)
R 220 of 672 ~ 32.74%
G 229 of 672 ~ 34.08%
B 223 of 672 ~ 33.18%

%32.74
%34.08
%33.18

CMYK color model

#DCE5DF color CMYK value is (4,0,3,10).

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 2.62%
  • key color value is 10.20%
CMYK:
(4,0,3,10)
C4M0Y3K10 
(4%,0%,3%,10%)
(0.04/0.00/0.03/0.10)	

CMYK percentages

%3.93
%0
%2.62
%10.2

Codes

Color #DCE5DF in popluar color models

DCE5DF
RGB220229223
HSL140°14.75%88.04%
HSB/HSV140°3.93%89.80%
CMYK3.93%0.00%2.62%
10.20%

Color #DCE5DF in popluar number systems.

HEXDCE5DF
Decimal220229223
Binary110111001110010111011111
Octal334345337

Shades and tints

Shades of #DCE5DF

#DCE5DF
(220,229,223)
#C8D1CB
(200,209,203)
#B4BDB7
(180,189,183)
#A0A9A3
(160,169,163)
#8C958F
(140,149,143)
#78817B
(120,129,123)
#646D67
(100,109,103)
#505953
(80,89,83)
#3C453F
(60,69,63)
#28312B
(40,49,43)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #DCE5DF

#DCE5DF
(220,229,223)
#DFE7E1
(223,231,225)
#E2E9E3
(226,233,227)
#E5EBE5
(229,235,229)
#E8EDE7
(232,237,231)
#EBEFE9
(235,239,233)
#EEF1EB
(238,241,235)
#F1F3ED
(241,243,237)
#F4F5EF
(244,245,239)
#F7F7F1
(247,247,241)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE5DF; }

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

This text font color is #DCE5DF.


Background Color

.myBgColor { background-color: #DCE5DF; }

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

This div background color is #DCE5DF.


Border color

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

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

This div border color is #DCE5DF.


Opacity

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

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

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

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

This text has shadow with #DCE5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE5DF on black background.


Color preview on white background

This text has color #DCE5DF on white background.



Black color preview on #DCE5DF background

This text has black color on #DCE5DF background.


White color preview on #DCE5DF background

This text has white color on #DCE5DF background.