COLOR #DCE7D1

HEX: #DCE7D1
RGB: (220,231,209)

Color info

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

RGB color model

#DCE7D1 color RGB value is (220,231,209).

  • red value is 220;
  • green value is 231;
  • blue value is 209.
RGB:
(220,231,209)
(86%,91%,82%)

RGB channels and saturation

R 220 of 255 = 86%
G 231 of 255 = 91%
B 209 of 255 = 82%

220
231
209

R + G + B ~ 86%. #DCE7D1 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 231 + 209 = 660 (100%)
R 220 of 660 ~ 33.33%
G 231 of 660 ~ 35%
B 209 of 660 ~ 31.67%

%33.33
%35
%31.67

CMYK color model

#DCE7D1 color CMYK value is (5,0,10,9).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 9.41%
CMYK:
(5,0,10,9)
C5M0Y10K9 
(5%,0%,10%,9%)
(0.05/0.00/0.10/0.09)	

CMYK percentages

%4.76
%0
%9.52
%9.41

Codes

Color #DCE7D1 in popluar color models

DCE7D1
RGB220231209
HSL90°31.43%86.27%
HSB/HSV90°9.52%90.59%
CMYK4.76%0.00%9.52%
9.41%

Color #DCE7D1 in popluar number systems.

HEXDCE7D1
Decimal220231209
Binary110111001110011111010001
Octal334347321

Shades and tints

Shades of #DCE7D1

#DCE7D1
(220,231,209)
#C8D2BE
(200,210,190)
#B4BDAB
(180,189,171)
#A0A898
(160,168,152)
#8C9385
(140,147,133)
#787E72
(120,126,114)
#64695F
(100,105,95)
#50544C
(80,84,76)
#3C3F39
(60,63,57)
#282A26
(40,42,38)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #DCE7D1

#DCE7D1
(220,231,209)
#DFE9D5
(223,233,213)
#E2EBD9
(226,235,217)
#E5EDDD
(229,237,221)
#E8EFE1
(232,239,225)
#EBF1E5
(235,241,229)
#EEF3E9
(238,243,233)
#F1F5ED
(241,245,237)
#F4F7F1
(244,247,241)
#F7F9F5
(247,249,245)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE7D1; }

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

This text font color is #DCE7D1.


Background Color

.myBgColor { background-color: #DCE7D1; }

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

This div background color is #DCE7D1.


Border color

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

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

This div border color is #DCE7D1.


Opacity

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

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

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

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

This text has shadow with #DCE7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE7D1 on black background.


Color preview on white background

This text has color #DCE7D1 on white background.



Black color preview on #DCE7D1 background

This text has black color on #DCE7D1 background.


White color preview on #DCE7D1 background

This text has white color on #DCE7D1 background.