COLOR #D7D9DC

HEX: #D7D9DC
RGB: (215,217,220)

Color info

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

RGB color model

#D7D9DC color RGB value is (215,217,220).

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

RGB channels and saturation

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

215
217
220

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

Portions of RGB colors in percentages

R + G + B =
215 + 217 + 220 = 652 (100%)
R 215 of 652 ~ 32.98%
G 217 of 652 ~ 33.28%
B 220 of 652 ~ 33.74%

%32.98
%33.28
%33.74

CMYK color model

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

  • cyan value is 2.27%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(2,1,0,14)
C2M1Y0K14 
(2%,1%,0%,14%)
(0.02/0.01/0.00/0.14)	

CMYK percentages

%2.27
%1.36
%0
%13.73

Codes

Color #D7D9DC in popluar color models

D7D9DC
RGB215217220
HSL216°6.67%85.29%
HSB/HSV216°2.27%86.27%
CMYK2.27%1.36%0.00%
13.73%

Color #D7D9DC in popluar number systems.

HEXD7D9DC
Decimal215217220
Binary110101111101100111011100
Octal327331334

Shades and tints

Shades of #D7D9DC

#D7D9DC
(215,217,220)
#C4C6C8
(196,198,200)
#B1B3B4
(177,179,180)
#9EA0A0
(158,160,160)
#8B8D8C
(139,141,140)
#787A78
(120,122,120)
#656764
(101,103,100)
#525450
(82,84,80)
#3F413C
(63,65,60)
#2C2E28
(44,46,40)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #D7D9DC

#D7D9DC
(215,217,220)
#DADCDF
(218,220,223)
#DDDFE2
(221,223,226)
#E0E2E5
(224,226,229)
#E3E5E8
(227,229,232)
#E6E8EB
(230,232,235)
#E9EBEE
(233,235,238)
#ECEEF1
(236,238,241)
#EFF1F4
(239,241,244)
#F2F4F7
(242,244,247)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D9DC; }

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

This text font color is #D7D9DC.


Background Color

.myBgColor { background-color: #D7D9DC; }

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

This div background color is #D7D9DC.


Border color

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

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

This div border color is #D7D9DC.


Opacity

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

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

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

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

This text has shadow with #D7D9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D9DC on black background.


Color preview on white background

This text has color #D7D9DC on white background.



Black color preview on #D7D9DC background

This text has black color on #D7D9DC background.


White color preview on #D7D9DC background

This text has white color on #D7D9DC background.