COLOR #DCE1D7

HEX: #DCE1D7
RGB: (220,225,215)

Color info

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

RGB color model

#DCE1D7 color RGB value is (220,225,215).

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

RGB channels and saturation

R 220 of 255 = 86%
G 225 of 255 = 88%
B 215 of 255 = 84%

220
225
215

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

Portions of RGB colors in percentages

R + G + B =
220 + 225 + 215 = 660 (100%)
R 220 of 660 ~ 33.33%
G 225 of 660 ~ 34.09%
B 215 of 660 ~ 32.58%

%33.33
%34.09
%32.58

CMYK color model

#DCE1D7 color CMYK value is (2,0,4,12).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 11.76%
CMYK:
(2,0,4,12)
C2M0Y4K12 
(2%,0%,4%,12%)
(0.02/0.00/0.04/0.12)	

CMYK percentages

%2.22
%0
%4.44
%11.76

Codes

Color #DCE1D7 in popluar color models

DCE1D7
RGB220225215
HSL90°14.29%86.27%
HSB/HSV90°4.44%88.24%
CMYK2.22%0.00%4.44%
11.76%

Color #DCE1D7 in popluar number systems.

HEXDCE1D7
Decimal220225215
Binary110111001110000111010111
Octal334341327

Shades and tints

Shades of #DCE1D7

#DCE1D7
(220,225,215)
#C8CDC4
(200,205,196)
#B4B9B1
(180,185,177)
#A0A59E
(160,165,158)
#8C918B
(140,145,139)
#787D78
(120,125,120)
#646965
(100,105,101)
#505552
(80,85,82)
#3C413F
(60,65,63)
#282D2C
(40,45,44)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #DCE1D7

#DCE1D7
(220,225,215)
#DFE3DA
(223,227,218)
#E2E5DD
(226,229,221)
#E5E7E0
(229,231,224)
#E8E9E3
(232,233,227)
#EBEBE6
(235,235,230)
#EEEDE9
(238,237,233)
#F1EFEC
(241,239,236)
#F4F1EF
(244,241,239)
#F7F3F2
(247,243,242)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE1D7; }

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

This text font color is #DCE1D7.


Background Color

.myBgColor { background-color: #DCE1D7; }

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

This div background color is #DCE1D7.


Border color

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

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

This div border color is #DCE1D7.


Opacity

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

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

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

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

This text has shadow with #DCE1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE1D7 on black background.


Color preview on white background

This text has color #DCE1D7 on white background.



Black color preview on #DCE1D7 background

This text has black color on #DCE1D7 background.


White color preview on #DCE1D7 background

This text has white color on #DCE1D7 background.