COLOR #DCE7D7

HEX: #DCE7D7
RGB: (220,231,215)

Color info

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

RGB color model

#DCE7D7 color RGB value is (220,231,215).

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

RGB channels and saturation

R 220 of 255 = 86%
G 231 of 255 = 91%
B 215 of 255 = 84%

220
231
215

R + G + B ~ 87%. #DCE7D7 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 231 + 215 = 666 (100%)
R 220 of 666 ~ 33.03%
G 231 of 666 ~ 34.68%
B 215 of 666 ~ 32.28%

%33.03
%34.68
%32.28

CMYK color model

#DCE7D7 color CMYK value is (5,0,7,9).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 9.41%
CMYK:
(5,0,7,9)
C5M0Y7K9 
(5%,0%,7%,9%)
(0.05/0.00/0.07/0.09)	

CMYK percentages

%4.76
%0
%6.93
%9.41

Codes

Color #DCE7D7 in popluar color models

DCE7D7
RGB220231215
HSL101°25.00%87.45%
HSB/HSV101°6.93%90.59%
CMYK4.76%0.00%6.93%
9.41%

Color #DCE7D7 in popluar number systems.

HEXDCE7D7
Decimal220231215
Binary110111001110011111010111
Octal334347327

Shades and tints

Shades of #DCE7D7

#DCE7D7
(220,231,215)
#C8D2C4
(200,210,196)
#B4BDB1
(180,189,177)
#A0A89E
(160,168,158)
#8C938B
(140,147,139)
#787E78
(120,126,120)
#646965
(100,105,101)
#505452
(80,84,82)
#3C3F3F
(60,63,63)
#282A2C
(40,42,44)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #DCE7D7

#DCE7D7
(220,231,215)
#DFE9DA
(223,233,218)
#E2EBDD
(226,235,221)
#E5EDE0
(229,237,224)
#E8EFE3
(232,239,227)
#EBF1E6
(235,241,230)
#EEF3E9
(238,243,233)
#F1F5EC
(241,245,236)
#F4F7EF
(244,247,239)
#F7F9F2
(247,249,242)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE7D7; }

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

This text font color is #DCE7D7.


Background Color

.myBgColor { background-color: #DCE7D7; }

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

This div background color is #DCE7D7.


Border color

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

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

This div border color is #DCE7D7.


Opacity

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

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

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

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

This text has shadow with #DCE7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE7D7 on black background.


Color preview on white background

This text has color #DCE7D7 on white background.



Black color preview on #DCE7D7 background

This text has black color on #DCE7D7 background.


White color preview on #DCE7D7 background

This text has white color on #DCE7D7 background.