COLOR #DCE1DF

HEX: #DCE1DF
RGB: (220,225,223)

Color info

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

RGB color model

#DCE1DF color RGB value is (220,225,223).

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

RGB channels and saturation

R 220 of 255 = 86%
G 225 of 255 = 88%
B 223 of 255 = 87%

220
225
223

R + G + B ~ 87%. #DCE1DF is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 225 + 223 = 668 (100%)
R 220 of 668 ~ 32.93%
G 225 of 668 ~ 33.68%
B 223 of 668 ~ 33.38%

%32.93
%33.68
%33.38

CMYK color model

#DCE1DF color CMYK value is (2,0,1,12).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • key color value is 11.76%
CMYK:
(2,0,1,12)
C2M0Y1K12 
(2%,0%,1%,12%)
(0.02/0.00/0.01/0.12)	

CMYK percentages

%2.22
%0
%0.89
%11.76

Codes

Color #DCE1DF in popluar color models

DCE1DF
RGB220225223
HSL156°7.69%87.25%
HSB/HSV156°2.22%88.24%
CMYK2.22%0.00%0.89%
11.76%

Color #DCE1DF in popluar number systems.

HEXDCE1DF
Decimal220225223
Binary110111001110000111011111
Octal334341337

Shades and tints

Shades of #DCE1DF

#DCE1DF
(220,225,223)
#C8CDCB
(200,205,203)
#B4B9B7
(180,185,183)
#A0A5A3
(160,165,163)
#8C918F
(140,145,143)
#787D7B
(120,125,123)
#646967
(100,105,103)
#505553
(80,85,83)
#3C413F
(60,65,63)
#282D2B
(40,45,43)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #DCE1DF

#DCE1DF
(220,225,223)
#DFE3E1
(223,227,225)
#E2E5E3
(226,229,227)
#E5E7E5
(229,231,229)
#E8E9E7
(232,233,231)
#EBEBE9
(235,235,233)
#EEEDEB
(238,237,235)
#F1EFED
(241,239,237)
#F4F1EF
(244,241,239)
#F7F3F1
(247,243,241)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE1DF; }

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

This text font color is #DCE1DF.


Background Color

.myBgColor { background-color: #DCE1DF; }

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

This div background color is #DCE1DF.


Border color

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

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

This div border color is #DCE1DF.


Opacity

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

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

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

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

This text has shadow with #DCE1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE1DF on black background.


Color preview on white background

This text has color #DCE1DF on white background.



Black color preview on #DCE1DF background

This text has black color on #DCE1DF background.


White color preview on #DCE1DF background

This text has white color on #DCE1DF background.