COLOR #D3D7DF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

211
215
223

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

Portions of RGB colors in percentages

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

%32.51
%33.13
%34.36

CMYK color model

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

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

CMYK percentages

%5.38
%3.59
%0
%12.55

Codes

Color #D3D7DF in popluar color models

D3D7DF
RGB211215223
HSL220°15.79%85.10%
HSB/HSV220°5.38%87.45%
CMYK5.38%3.59%0.00%
12.55%

Color #D3D7DF in popluar number systems.

HEXD3D7DF
Decimal211215223
Binary110100111101011111011111
Octal323327337

Shades and tints

Shades of #D3D7DF

#D3D7DF
(211,215,223)
#C0C4CB
(192,196,203)
#ADB1B7
(173,177,183)
#9A9EA3
(154,158,163)
#878B8F
(135,139,143)
#74787B
(116,120,123)
#616567
(97,101,103)
#4E5253
(78,82,83)
#3B3F3F
(59,63,63)
#282C2B
(40,44,43)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #D3D7DF

#D3D7DF
(211,215,223)
#D7DAE1
(215,218,225)
#DBDDE3
(219,221,227)
#DFE0E5
(223,224,229)
#E3E3E7
(227,227,231)
#E7E6E9
(231,230,233)
#EBE9EB
(235,233,235)
#EFECED
(239,236,237)
#F3EFEF
(243,239,239)
#F7F2F1
(247,242,241)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D7DF; }

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

This text font color is #D3D7DF.


Background Color

.myBgColor { background-color: #D3D7DF; }

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

This div background color is #D3D7DF.


Border color

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

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

This div border color is #D3D7DF.


Opacity

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

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

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

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

This text has shadow with #D3D7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D7DF on black background.


Color preview on white background

This text has color #D3D7DF on white background.



Black color preview on #D3D7DF background

This text has black color on #D3D7DF background.


White color preview on #D3D7DF background

This text has white color on #D3D7DF background.