COLOR #D7D3DF

HEX: #D7D3DF
RGB: (215,211,223)

Color info

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

RGB color model

#D7D3DF color RGB value is (215,211,223).

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

RGB channels and saturation

R 215 of 255 = 84%
G 211 of 255 = 83%
B 223 of 255 = 87%

215
211
223

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

Portions of RGB colors in percentages

R + G + B =
215 + 211 + 223 = 649 (100%)
R 215 of 649 ~ 33.13%
G 211 of 649 ~ 32.51%
B 223 of 649 ~ 34.36%

%33.13
%32.51
%34.36

CMYK color model

#D7D3DF color CMYK value is (4,5,0,13).

  • cyan value is 3.59%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(4,5,0,13)
C4M5Y0K13 
(4%,5%,0%,13%)
(0.04/0.05/0.00/0.13)	

CMYK percentages

%3.59
%5.38
%0
%12.55

Codes

Color #D7D3DF in popluar color models

D7D3DF
RGB215211223
HSL260°15.79%85.10%
HSB/HSV260°5.38%87.45%
CMYK3.59%5.38%0.00%
12.55%

Color #D7D3DF in popluar number systems.

HEXD7D3DF
Decimal215211223
Binary110101111101001111011111
Octal327323337

Shades and tints

Shades of #D7D3DF

#D7D3DF
(215,211,223)
#C4C0CB
(196,192,203)
#B1ADB7
(177,173,183)
#9E9AA3
(158,154,163)
#8B878F
(139,135,143)
#78747B
(120,116,123)
#656167
(101,97,103)
#524E53
(82,78,83)
#3F3B3F
(63,59,63)
#2C282B
(44,40,43)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #D7D3DF

#D7D3DF
(215,211,223)
#DAD7E1
(218,215,225)
#DDDBE3
(221,219,227)
#E0DFE5
(224,223,229)
#E3E3E7
(227,227,231)
#E6E7E9
(230,231,233)
#E9EBEB
(233,235,235)
#ECEFED
(236,239,237)
#EFF3EF
(239,243,239)
#F2F7F1
(242,247,241)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D3DF; }

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

This text font color is #D7D3DF.


Background Color

.myBgColor { background-color: #D7D3DF; }

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

This div background color is #D7D3DF.


Border color

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

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

This div border color is #D7D3DF.


Opacity

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

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

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

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

This text has shadow with #D7D3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D3DF on black background.


Color preview on white background

This text has color #D7D3DF on white background.



Black color preview on #D7D3DF background

This text has black color on #D7D3DF background.


White color preview on #D7D3DF background

This text has white color on #D7D3DF background.