COLOR #D7DCD4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

215
220
212

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

Portions of RGB colors in percentages

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

%33.23
%34
%32.77

CMYK color model

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

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

CMYK percentages

%2.27
%0
%3.64
%13.73

Codes

Color #D7DCD4 in popluar color models

D7DCD4
RGB215220212
HSL98°10.26%84.71%
HSB/HSV98°3.64%86.27%
CMYK2.27%0.00%3.64%
13.73%

Color #D7DCD4 in popluar number systems.

HEXD7DCD4
Decimal215220212
Binary110101111101110011010100
Octal327334324

Shades and tints

Shades of #D7DCD4

#D7DCD4
(215,220,212)
#C4C8C1
(196,200,193)
#B1B4AE
(177,180,174)
#9EA09B
(158,160,155)
#8B8C88
(139,140,136)
#787875
(120,120,117)
#656462
(101,100,98)
#52504F
(82,80,79)
#3F3C3C
(63,60,60)
#2C2829
(44,40,41)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #D7DCD4

#D7DCD4
(215,220,212)
#DADFD7
(218,223,215)
#DDE2DA
(221,226,218)
#E0E5DD
(224,229,221)
#E3E8E0
(227,232,224)
#E6EBE3
(230,235,227)
#E9EEE6
(233,238,230)
#ECF1E9
(236,241,233)
#EFF4EC
(239,244,236)
#F2F7EF
(242,247,239)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DCD4; }

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

This text font color is #D7DCD4.


Background Color

.myBgColor { background-color: #D7DCD4; }

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

This div background color is #D7DCD4.


Border color

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

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

This div border color is #D7DCD4.


Opacity

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

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

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

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

This text has shadow with #D7DCD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DCD4 on black background.


Color preview on white background

This text has color #D7DCD4 on white background.



Black color preview on #D7DCD4 background

This text has black color on #D7DCD4 background.


White color preview on #D7DCD4 background

This text has white color on #D7DCD4 background.