COLOR #DCE6DD

HEX: #DCE6DD
RGB: (220,230,221)

Color info

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

RGB color model

#DCE6DD color RGB value is (220,230,221).

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

RGB channels and saturation

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

220
230
221

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

Portions of RGB colors in percentages

R + G + B =
220 + 230 + 221 = 671 (100%)
R 220 of 671 ~ 32.79%
G 230 of 671 ~ 34.28%
B 221 of 671 ~ 32.94%

%32.79
%34.28
%32.94

CMYK color model

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

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 9.80%
CMYK:
(4,0,4,10)
C4M0Y4K10 
(4%,0%,4%,10%)
(0.04/0.00/0.04/0.10)	

CMYK percentages

%4.35
%0
%3.91
%9.8

Codes

Color #DCE6DD in popluar color models

DCE6DD
RGB220230221
HSL126°16.67%88.24%
HSB/HSV126°4.35%90.20%
CMYK4.35%0.00%3.91%
9.80%

Color #DCE6DD in popluar number systems.

HEXDCE6DD
Decimal220230221
Binary110111001110011011011101
Octal334346335

Shades and tints

Shades of #DCE6DD

#DCE6DD
(220,230,221)
#C8D2C9
(200,210,201)
#B4BEB5
(180,190,181)
#A0AAA1
(160,170,161)
#8C968D
(140,150,141)
#788279
(120,130,121)
#646E65
(100,110,101)
#505A51
(80,90,81)
#3C463D
(60,70,61)
#283229
(40,50,41)
#141E15
(20,30,21)
#000000
(0,0,0)

Tints of #DCE6DD

#DCE6DD
(220,230,221)
#DFE8E0
(223,232,224)
#E2EAE3
(226,234,227)
#E5ECE6
(229,236,230)
#E8EEE9
(232,238,233)
#EBF0EC
(235,240,236)
#EEF2EF
(238,242,239)
#F1F4F2
(241,244,242)
#F4F6F5
(244,246,245)
#F7F8F8
(247,248,248)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE6DD; }

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

This text font color is #DCE6DD.


Background Color

.myBgColor { background-color: #DCE6DD; }

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

This div background color is #DCE6DD.


Border color

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

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

This div border color is #DCE6DD.


Opacity

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

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

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

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

This text has shadow with #DCE6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE6DD on black background.


Color preview on white background

This text has color #DCE6DD on white background.



Black color preview on #DCE6DD background

This text has black color on #DCE6DD background.


White color preview on #DCE6DD background

This text has white color on #DCE6DD background.