COLOR #DCE6DF

HEX: #DCE6DF
RGB: (220,230,223)

Color info

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

RGB color model

#DCE6DF color RGB value is (220,230,223).

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

RGB channels and saturation

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

220
230
223

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

Portions of RGB colors in percentages

R + G + B =
220 + 230 + 223 = 673 (100%)
R 220 of 673 ~ 32.69%
G 230 of 673 ~ 34.18%
B 223 of 673 ~ 33.14%

%32.69
%34.18
%33.14

CMYK color model

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

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

CMYK percentages

%4.35
%0
%3.04
%9.8

Codes

Color #DCE6DF in popluar color models

DCE6DF
RGB220230223
HSL138°16.67%88.24%
HSB/HSV138°4.35%90.20%
CMYK4.35%0.00%3.04%
9.80%

Color #DCE6DF in popluar number systems.

HEXDCE6DF
Decimal220230223
Binary110111001110011011011111
Octal334346337

Shades and tints

Shades of #DCE6DF

#DCE6DF
(220,230,223)
#C8D2CB
(200,210,203)
#B4BEB7
(180,190,183)
#A0AAA3
(160,170,163)
#8C968F
(140,150,143)
#78827B
(120,130,123)
#646E67
(100,110,103)
#505A53
(80,90,83)
#3C463F
(60,70,63)
#28322B
(40,50,43)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #DCE6DF

#DCE6DF
(220,230,223)
#DFE8E1
(223,232,225)
#E2EAE3
(226,234,227)
#E5ECE5
(229,236,229)
#E8EEE7
(232,238,231)
#EBF0E9
(235,240,233)
#EEF2EB
(238,242,235)
#F1F4ED
(241,244,237)
#F4F6EF
(244,246,239)
#F7F8F1
(247,248,241)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE6DF; }

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

This text font color is #DCE6DF.


Background Color

.myBgColor { background-color: #DCE6DF; }

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

This div background color is #DCE6DF.


Border color

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

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

This div border color is #DCE6DF.


Opacity

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

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

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

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

This text has shadow with #DCE6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE6DF on black background.


Color preview on white background

This text has color #DCE6DF on white background.



Black color preview on #DCE6DF background

This text has black color on #DCE6DF background.


White color preview on #DCE6DF background

This text has white color on #DCE6DF background.