COLOR #DCE0DF

HEX: #DCE0DF
RGB: (220,224,223)

Color info

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

RGB color model

#DCE0DF color RGB value is (220,224,223).

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

RGB channels and saturation

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

220
224
223

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

Portions of RGB colors in percentages

R + G + B =
220 + 224 + 223 = 667 (100%)
R 220 of 667 ~ 32.98%
G 224 of 667 ~ 33.58%
B 223 of 667 ~ 33.43%

%32.98
%33.58
%33.43

CMYK color model

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

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 12.16%
CMYK:
(2,0,0,12)
C2M0Y0K12 
(2%,0%,0%,12%)
(0.02/0.00/0.00/0.12)	

CMYK percentages

%1.79
%0
%0.45
%12.16

Codes

Color #DCE0DF in popluar color models

DCE0DF
RGB220224223
HSL165°6.06%87.06%
HSB/HSV165°1.79%87.84%
CMYK1.79%0.00%0.45%
12.16%

Color #DCE0DF in popluar number systems.

HEXDCE0DF
Decimal220224223
Binary110111001110000011011111
Octal334340337

Shades and tints

Shades of #DCE0DF

#DCE0DF
(220,224,223)
#C8CCCB
(200,204,203)
#B4B8B7
(180,184,183)
#A0A4A3
(160,164,163)
#8C908F
(140,144,143)
#787C7B
(120,124,123)
#646867
(100,104,103)
#505453
(80,84,83)
#3C403F
(60,64,63)
#282C2B
(40,44,43)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #DCE0DF

#DCE0DF
(220,224,223)
#DFE2E1
(223,226,225)
#E2E4E3
(226,228,227)
#E5E6E5
(229,230,229)
#E8E8E7
(232,232,231)
#EBEAE9
(235,234,233)
#EEECEB
(238,236,235)
#F1EEED
(241,238,237)
#F4F0EF
(244,240,239)
#F7F2F1
(247,242,241)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE0DF; }

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

This text font color is #DCE0DF.


Background Color

.myBgColor { background-color: #DCE0DF; }

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

This div background color is #DCE0DF.


Border color

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

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

This div border color is #DCE0DF.


Opacity

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

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

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

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

This text has shadow with #DCE0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE0DF on black background.


Color preview on white background

This text has color #DCE0DF on white background.



Black color preview on #DCE0DF background

This text has black color on #DCE0DF background.


White color preview on #DCE0DF background

This text has white color on #DCE0DF background.