COLOR #DCD5D7

HEX: #DCD5D7 RGB: (220,213,215)

Color info

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

RGB color model

#DCD5D7 color RGB value is (220,213,215).

RGB: (220,213,215) (86%, 84%, 84%)

RGB channels and saturation

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

220
213
215

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

Portions of RGB colors in percentages

R + G + B = 220 + 213 + 215 = 648 (100%)
R 220 of 648 ~ 33.95%
G 213 of 648 ~ 32.87%
B 215 of 648 ~ 33.18'%

%33.95
%32.87
%33.18

CMYK color model

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

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

CMYK: (0,3,2,14)
C0M3Y2K14 (0%, 3%, 2%, 14%)
(0.00 / 0.03 / 0.02 / 0.14)

CMYK percentages

%0
%3.18
%2.27
%13.73

Codes

Color #DCD5D7 in popluar color models

DC D5 D7
RGB 220 213 215
HSL 343° 9.09% 84.90%
HSB/HSV 343° 3.18% 86.27%
CMYK 0.00% 3.18% 2.27%
13.73%

Color #DCD5D7 in popluar number systems.

HEX DC D5 D7
Decimal 220 213 215
Binary 11011100 11010101 11010111
Octal 334 325 327

Shades and tints

Shades of #DCD5D7

#DCD5D7
(220,213,215)
#C8C2C4
(200,194,196)
#B4AFB1
(180,175,177)
#A09C9E
(160,156,158)
#8C898B
(140,137,139)
#787678
(120,118,120)
#646365
(100,99,101)
#505052
(80,80,82)
#3C3D3F
(60,61,63)
#282A2C
(40,42,44)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #DCD5D7

#DCD5D7
(220,213,215)
#DFD8DA
(223,216,218)
#E2DBDD
(226,219,221)
#E5DEE0
(229,222,224)
#E8E1E3
(232,225,227)
#EBE4E6
(235,228,230)
#EEE7E9
(238,231,233)
#F1EAEC
(241,234,236)
#F4EDEF
(244,237,239)
#F7F0F2
(247,240,242)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD5D7; }

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

This text font color is #DCD5D7.

Background Color

.myBgColor { background-color: #DCD5D7; }

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

This div background color is #DCD5D7.

Border color

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

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

This div border color is #DCD5D7.

Opacity

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

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

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

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

This text has shadow with #DCD5D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD5D7.

Preview

Color preview on black background

This text has color #DCD5D7 on black background.


Color preview on white background

This text has color #DCD5D7 on white background.


Black color preview on #DCD5D7 background

This text has black color on #DCD5D7 background.


White color preview on #DCD5D7 background

This text has white color on #DCD5D7 background.


Related colors

Complementary color

Complementary color for #hex is #232A28.


I love getcolorcode.com

Triadic colors

1 #D7DCD5 and #D5D7DC with #DCD5D7 are triadic colors.

2 #D7D5DC and #D5DCD7 with #DCD5D7 are triadic colors.