COLOR #DCD4D7

HEX: #DCD4D7
RGB: (220,212,215)

Color info

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

RGB color model

#DCD4D7 color RGB value is (220,212,215).

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

RGB channels and saturation

R 220 of 255 = 86%
G 212 of 255 = 83%
B 215 of 255 = 84%

220
212
215

R + G + B ~ 84%. #DCD4D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 212 + 215 = 647 (100%)
R 220 of 647 ~ 34%
G 212 of 647 ~ 32.77%
B 215 of 647 ~ 33.23%

%34
%32.77
%33.23

CMYK color model

#DCD4D7 color CMYK value is (0,4,2,14).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 2.27%
  • key color value is 13.73%
CMYK:
(0,4,2,14)
C0M4Y2K14 
(0%,4%,2%,14%)
(0.00/0.04/0.02/0.14)	

CMYK percentages

%0
%3.64
%2.27
%13.73

Codes

Color #DCD4D7 in popluar color models

DCD4D7
RGB220212215
HSL338°10.26%84.71%
HSB/HSV338°3.64%86.27%
CMYK0.00%3.64%2.27%
13.73%

Color #DCD4D7 in popluar number systems.

HEXDCD4D7
Decimal220212215
Binary110111001101010011010111
Octal334324327

Shades and tints

Shades of #DCD4D7

#DCD4D7
(220,212,215)
#C8C1C4
(200,193,196)
#B4AEB1
(180,174,177)
#A09B9E
(160,155,158)
#8C888B
(140,136,139)
#787578
(120,117,120)
#646265
(100,98,101)
#504F52
(80,79,82)
#3C3C3F
(60,60,63)
#28292C
(40,41,44)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #DCD4D7

#DCD4D7
(220,212,215)
#DFD7DA
(223,215,218)
#E2DADD
(226,218,221)
#E5DDE0
(229,221,224)
#E8E0E3
(232,224,227)
#EBE3E6
(235,227,230)
#EEE6E9
(238,230,233)
#F1E9EC
(241,233,236)
#F4ECEF
(244,236,239)
#F7EFF2
(247,239,242)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD4D7; }

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

This text font color is #DCD4D7.


Background Color

.myBgColor { background-color: #DCD4D7; }

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

This div background color is #DCD4D7.


Border color

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

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

This div border color is #DCD4D7.


Opacity

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

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

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

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

This text has shadow with #DCD4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD4D7 on black background.


Color preview on white background

This text has color #DCD4D7 on white background.



Black color preview on #DCD4D7 background

This text has black color on #DCD4D7 background.


White color preview on #DCD4D7 background

This text has white color on #DCD4D7 background.