COLOR #D7DCD5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

215
220
213

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

Portions of RGB colors in percentages

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

%33.18
%33.95
%32.87

CMYK color model

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

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

CMYK percentages

%2.27
%0
%3.18
%13.73

Codes

Color #D7DCD5 in popluar color models

D7DCD5
RGB215220213
HSL103°9.09%84.90%
HSB/HSV103°3.18%86.27%
CMYK2.27%0.00%3.18%
13.73%

Color #D7DCD5 in popluar number systems.

HEXD7DCD5
Decimal215220213
Binary110101111101110011010101
Octal327334325

Shades and tints

Shades of #D7DCD5

#D7DCD5
(215,220,213)
#C4C8C2
(196,200,194)
#B1B4AF
(177,180,175)
#9EA09C
(158,160,156)
#8B8C89
(139,140,137)
#787876
(120,120,118)
#656463
(101,100,99)
#525050
(82,80,80)
#3F3C3D
(63,60,61)
#2C282A
(44,40,42)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #D7DCD5

#D7DCD5
(215,220,213)
#DADFD8
(218,223,216)
#DDE2DB
(221,226,219)
#E0E5DE
(224,229,222)
#E3E8E1
(227,232,225)
#E6EBE4
(230,235,228)
#E9EEE7
(233,238,231)
#ECF1EA
(236,241,234)
#EFF4ED
(239,244,237)
#F2F7F0
(242,247,240)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DCD5; }

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

This text font color is #D7DCD5.


Background Color

.myBgColor { background-color: #D7DCD5; }

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

This div background color is #D7DCD5.


Border color

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

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

This div border color is #D7DCD5.


Opacity

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

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

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

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

This text has shadow with #D7DCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DCD5 on black background.


Color preview on white background

This text has color #D7DCD5 on white background.



Black color preview on #D7DCD5 background

This text has black color on #D7DCD5 background.


White color preview on #D7DCD5 background

This text has white color on #D7DCD5 background.