COLOR #D7D3DC

HEX: #D7D3DC
RGB: (215,211,220)

Color info

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

RGB color model

#D7D3DC color RGB value is (215,211,220).

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

RGB channels and saturation

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

215
211
220

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

Portions of RGB colors in percentages

R + G + B =
215 + 211 + 220 = 646 (100%)
R 215 of 646 ~ 33.28%
G 211 of 646 ~ 32.66%
B 220 of 646 ~ 34.06%

%33.28
%32.66
%34.06

CMYK color model

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

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

CMYK percentages

%2.27
%4.09
%0
%13.73

Codes

Color #D7D3DC in popluar color models

D7D3DC
RGB215211220
HSL267°11.39%84.51%
HSB/HSV267°4.09%86.27%
CMYK2.27%4.09%0.00%
13.73%

Color #D7D3DC in popluar number systems.

HEXD7D3DC
Decimal215211220
Binary110101111101001111011100
Octal327323334

Shades and tints

Shades of #D7D3DC

#D7D3DC
(215,211,220)
#C4C0C8
(196,192,200)
#B1ADB4
(177,173,180)
#9E9AA0
(158,154,160)
#8B878C
(139,135,140)
#787478
(120,116,120)
#656164
(101,97,100)
#524E50
(82,78,80)
#3F3B3C
(63,59,60)
#2C2828
(44,40,40)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #D7D3DC

#D7D3DC
(215,211,220)
#DAD7DF
(218,215,223)
#DDDBE2
(221,219,226)
#E0DFE5
(224,223,229)
#E3E3E8
(227,227,232)
#E6E7EB
(230,231,235)
#E9EBEE
(233,235,238)
#ECEFF1
(236,239,241)
#EFF3F4
(239,243,244)
#F2F7F7
(242,247,247)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D3DC; }

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

This text font color is #D7D3DC.


Background Color

.myBgColor { background-color: #D7D3DC; }

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

This div background color is #D7D3DC.


Border color

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

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

This div border color is #D7D3DC.


Opacity

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

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

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

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

This text has shadow with #D7D3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D3DC on black background.


Color preview on white background

This text has color #D7D3DC on white background.



Black color preview on #D7D3DC background

This text has black color on #D7D3DC background.


White color preview on #D7D3DC background

This text has white color on #D7D3DC background.