COLOR #DCE7DE

HEX: #DCE7DE RGB: (220,231,222)

Color info

#DCE7DE contains red, green and blue colors in about the same proportion. Web safe color of #DCE7DE is #CCFFCC (or #CFC).

RGB color model

#DCE7DE color RGB value is (220,231,222).

RGB: (220,231,222) (86%, 91%, 87%)

RGB channels and saturation

R 220 of 255 = 86%
G 231 of 255 = 91%
B 222 of 255 = 87%

220
231
222

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

Portions of RGB colors in percentages

R + G + B = 220 + 231 + 222 = 673 (100%)
R 220 of 673 ~ 32.69%
G 231 of 673 ~ 34.32%
B 222 of 673 ~ 32.99'%

%32.69
%34.32
%32.99

CMYK color model

#DCE7DE color CMYK value is (5,0,4,9).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 9.41%
CMYK: (5,0,4,9) C5M0Y4K9 (5%,0%,4%,9%) (0.05/0.00/0.04/0.09) 

CMYK percentages

%4.76
%0
%3.9
%9.41

Codes

Color #DCE7DE in popluar color models

DC E7 DE
RGB 220 231 222
HSL 131° 18.64% 88.43%
HSB/HSV 131° 4.76% 90.59%
CMYK 4.76% 0.00% 3.90%
9.41%

Color #DCE7DE in popluar number systems.

HEX DC E7 DE
Decimal 220 231 222
Binary 11011100 11100111 11011110
Octal 334 347 336

Shades and tints

Shades of #DCE7DE

#DCE7DE
(220,231,222)
#C8D2CA
(200,210,202)
#B4BDB6
(180,189,182)
#A0A8A2
(160,168,162)
#8C938E
(140,147,142)
#787E7A
(120,126,122)
#646966
(100,105,102)
#505452
(80,84,82)
#3C3F3E
(60,63,62)
#282A2A
(40,42,42)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #DCE7DE

#DCE7DE
(220,231,222)
#DFE9E1
(223,233,225)
#E2EBE4
(226,235,228)
#E5EDE7
(229,237,231)
#E8EFEA
(232,239,234)
#EBF1ED
(235,241,237)
#EEF3F0
(238,243,240)
#F1F5F3
(241,245,243)
#F4F7F6
(244,247,246)
#F7F9F9
(247,249,249)
#FAFBFC
(250,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE7DE color. Also use rgb(220,231,222) instead hex code.

Text Font Color

.myTextColor { color: #DCE7DE; }

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

This text font color is #DCE7DE.

Background Color

.myBgColor { background-color: #DCE7DE; }

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

This div background color is #DCE7DE.

Border color

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

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

This div border color is #DCE7DE.

Opacity

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

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

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

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

This text has shadow with #DCE7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE7DE.

Preview

Color preview on black background

This text has color #DCE7DE on black background.


Color preview on white background

This text has color #DCE7DE on white background.


Black color preview on #DCE7DE background

This text has black color on #DCE7DE background.


White color preview on #DCE7DE background

This text has white color on #DCE7DE background.


Related colors

Complementary color

Complementary color for #hex is #231821.


I love getcolorcode.com

Triadic colors

1 #DEDCE7 and #E7DEDC with #DCE7DE are triadic colors.

2 #DEE7DC and #E7DCDE with #DCE7DE are triadic colors.