COLOR #DCD7D6

HEX: #DCD7D6
RGB: (220,215,214)

Color info

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

RGB color model

#DCD7D6 color RGB value is (220,215,214).

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

RGB channels and saturation

R 220 of 255 = 86%
G 215 of 255 = 84%
B 214 of 255 = 84%

220
215
214

R + G + B ~ 85%. #DCD7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 215 + 214 = 649 (100%)
R 220 of 649 ~ 33.9%
G 215 of 649 ~ 33.13%
B 214 of 649 ~ 32.97%

%33.9
%33.13
%32.97

CMYK color model

#DCD7D6 color CMYK value is (0,2,3,14).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 2.73%
  • key color value is 13.73%
CMYK:
(0,2,3,14)
C0M2Y3K14 
(0%,2%,3%,14%)
(0.00/0.02/0.03/0.14)	

CMYK percentages

%0
%2.27
%2.73
%13.73

Codes

Color #DCD7D6 in popluar color models

DCD7D6
RGB220215214
HSL10°7.89%85.10%
HSB/HSV10°2.73%86.27%
CMYK0.00%2.27%2.73%
13.73%

Color #DCD7D6 in popluar number systems.

HEXDCD7D6
Decimal220215214
Binary110111001101011111010110
Octal334327326

Shades and tints

Shades of #DCD7D6

#DCD7D6
(220,215,214)
#C8C4C3
(200,196,195)
#B4B1B0
(180,177,176)
#A09E9D
(160,158,157)
#8C8B8A
(140,139,138)
#787877
(120,120,119)
#646564
(100,101,100)
#505251
(80,82,81)
#3C3F3E
(60,63,62)
#282C2B
(40,44,43)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #DCD7D6

#DCD7D6
(220,215,214)
#DFDAD9
(223,218,217)
#E2DDDC
(226,221,220)
#E5E0DF
(229,224,223)
#E8E3E2
(232,227,226)
#EBE6E5
(235,230,229)
#EEE9E8
(238,233,232)
#F1ECEB
(241,236,235)
#F4EFEE
(244,239,238)
#F7F2F1
(247,242,241)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD7D6; }

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

This text font color is #DCD7D6.


Background Color

.myBgColor { background-color: #DCD7D6; }

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

This div background color is #DCD7D6.


Border color

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

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

This div border color is #DCD7D6.


Opacity

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

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

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

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

This text has shadow with #DCD7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD7D6 on black background.


Color preview on white background

This text has color #DCD7D6 on white background.



Black color preview on #DCD7D6 background

This text has black color on #DCD7D6 background.


White color preview on #DCD7D6 background

This text has white color on #DCD7D6 background.