COLOR #DCD8D7

HEX: #DCD8D7 RGB: (220,216,215)

Color info

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

RGB color model

#DCD8D7 color RGB value is (220,216,215).

RGB: (220,216,215) (86%, 85%, 84%)

RGB channels and saturation

R 220 of 255 = 86%
G 216 of 255 = 85%
B 215 of 255 = 84%

220
216
215

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

Portions of RGB colors in percentages

R + G + B = 220 + 216 + 215 = 651 (100%)
R 220 of 651 ~ 33.79%
G 216 of 651 ~ 33.18%
B 215 of 651 ~ 33.03'%

%33.79
%33.18
%33.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 2.27%
  • key color value is 13.73%

CMYK: (0,2,2,14)
C0M2Y2K14 (0%, 2%, 2%, 14%)
(0.00 / 0.02 / 0.02 / 0.14)

CMYK percentages

%0
%1.82
%2.27
%13.73

Codes

Color #DCD8D7 in popluar color models

DC D8 D7
RGB 220 216 215
HSL 12° 6.67% 85.29%
HSB/HSV 12° 2.27% 86.27%
CMYK 0.00% 1.82% 2.27%
13.73%

Color #DCD8D7 in popluar number systems.

HEX DC D8 D7
Decimal 220 216 215
Binary 11011100 11011000 11010111
Octal 334 330 327

Shades and tints

Shades of #DCD8D7

#DCD8D7
(220,216,215)
#C8C5C4
(200,197,196)
#B4B2B1
(180,178,177)
#A09F9E
(160,159,158)
#8C8C8B
(140,140,139)
#787978
(120,121,120)
#646665
(100,102,101)
#505352
(80,83,82)
#3C403F
(60,64,63)
#282D2C
(40,45,44)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #DCD8D7

#DCD8D7
(220,216,215)
#DFDBDA
(223,219,218)
#E2DEDD
(226,222,221)
#E5E1E0
(229,225,224)
#E8E4E3
(232,228,227)
#EBE7E6
(235,231,230)
#EEEAE9
(238,234,233)
#F1EDEC
(241,237,236)
#F4F0EF
(244,240,239)
#F7F3F2
(247,243,242)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD8D7; }

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

This text font color is #DCD8D7.

Background Color

.myBgColor { background-color: #DCD8D7; }

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

This div background color is #DCD8D7.

Border color

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

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

This div border color is #DCD8D7.

Opacity

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

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

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

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

This text has shadow with #DCD8D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD8D7.

Preview

Color preview on black background

This text has color #DCD8D7 on black background.


Color preview on white background

This text has color #DCD8D7 on white background.


Black color preview on #DCD8D7 background

This text has black color on #DCD8D7 background.


White color preview on #DCD8D7 background

This text has white color on #DCD8D7 background.


Related colors

Complementary color

Complementary color for #hex is #232728.


I love getcolorcode.com

Triadic colors

1 #D7DCD8 and #D8D7DC with #DCD8D7 are triadic colors.

2 #D7D8DC and #D8DCD7 with #DCD8D7 are triadic colors.