COLOR #DCE7DD

HEX: #DCE7DD RGB: (220,231,221)

Color info

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

RGB color model

#DCE7DD color RGB value is (220,231,221).

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

RGB channels and saturation

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

220
231
221

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

Portions of RGB colors in percentages

R + G + B = 220 + 231 + 221 = 672 (100%)
R 220 of 672 ~ 32.74%
G 231 of 672 ~ 34.38%
B 221 of 672 ~ 32.89'%

%32.74
%34.38
%32.89

CMYK color model

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

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • 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
%4.33
%9.41

Codes

Color #DCE7DD in popluar color models

DC E7 DD
RGB 220 231 221
HSL 125° 18.64% 88.43%
HSB/HSV 125° 4.76% 90.59%
CMYK 4.76% 0.00% 4.33%
9.41%

Color #DCE7DD in popluar number systems.

HEX DC E7 DD
Decimal 220 231 221
Binary 11011100 11100111 11011101
Octal 334 347 335

Shades and tints

Shades of #DCE7DD

#DCE7DD
(220,231,221)
#C8D2C9
(200,210,201)
#B4BDB5
(180,189,181)
#A0A8A1
(160,168,161)
#8C938D
(140,147,141)
#787E79
(120,126,121)
#646965
(100,105,101)
#505451
(80,84,81)
#3C3F3D
(60,63,61)
#282A29
(40,42,41)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #DCE7DD

#DCE7DD
(220,231,221)
#DFE9E0
(223,233,224)
#E2EBE3
(226,235,227)
#E5EDE6
(229,237,230)
#E8EFE9
(232,239,233)
#EBF1EC
(235,241,236)
#EEF3EF
(238,243,239)
#F1F5F2
(241,245,242)
#F4F7F5
(244,247,245)
#F7F9F8
(247,249,248)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE7DD; }

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

This text font color is #DCE7DD.

Background Color

.myBgColor { background-color: #DCE7DD; }

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

This div background color is #DCE7DD.

Border color

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

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

This div border color is #DCE7DD.

Opacity

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

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

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

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

This text has shadow with #DCE7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE7DD.

Preview

Color preview on black background

This text has color #DCE7DD on black background.


Color preview on white background

This text has color #DCE7DD on white background.


Black color preview on #DCE7DD background

This text has black color on #DCE7DD background.


White color preview on #DCE7DD background

This text has white color on #DCE7DD background.


Related colors

Complementary color

Complementary color for #hex is #231822.


I love getcolorcode.com

Triadic colors

1 #DDDCE7 and #E7DDDC with #DCE7DD are triadic colors.

2 #DDE7DC and #E7DCDD with #DCE7DD are triadic colors.