COLOR #D3D7FD

HEX: #D3D7FD
RGB: (211,215,253)

Color info

#D3D7FD contains red, green and blue colors in about the same proportion. Web safe color of #D3D7FD is #CCCCFF (or #CCF).

RGB color model

#D3D7FD color RGB value is (211,215,253).

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

RGB channels and saturation

R 211 of 255 = 83%
G 215 of 255 = 84%
B 253 of 255 = 99%

211
215
253

R + G + B ~ 89%. #D3D7FD is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 215 + 253 = 679 (100%)
R 211 of 679 ~ 31.08%
G 215 of 679 ~ 31.66%
B 253 of 679 ~ 37.26%

%31.08
%31.66
%37.26

CMYK color model

#D3D7FD color CMYK value is (17,15,0,1).

  • cyan value is 16.60%
  • magenta value is 15.02%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(17,15,0,1)
C17M15Y0K1 
(17%,15%,0%,1%)
(0.17/0.15/0.00/0.01)	

CMYK percentages

%16.6
%15.02
%0
%0.78

Codes

Color #D3D7FD in popluar color models

D3D7FD
RGB211215253
HSL234°91.30%90.98%
HSB/HSV234°16.60%99.22%
CMYK16.60%15.02%0.00%
0.78%

Color #D3D7FD in popluar number systems.

HEXD3D7FD
Decimal211215253
Binary110100111101011111111101
Octal323327375

Shades and tints

Shades of #D3D7FD

#D3D7FD
(211,215,253)
#C0C4E6
(192,196,230)
#ADB1CF
(173,177,207)
#9A9EB8
(154,158,184)
#878BA1
(135,139,161)
#74788A
(116,120,138)
#616573
(97,101,115)
#4E525C
(78,82,92)
#3B3F45
(59,63,69)
#282C2E
(40,44,46)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #D3D7FD

#D3D7FD
(211,215,253)
#D7DAFD
(215,218,253)
#DBDDFD
(219,221,253)
#DFE0FD
(223,224,253)
#E3E3FD
(227,227,253)
#E7E6FD
(231,230,253)
#EBE9FD
(235,233,253)
#EFECFD
(239,236,253)
#F3EFFD
(243,239,253)
#F7F2FD
(247,242,253)
#FBF5FD
(251,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D7FD; }

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

This text font color is #D3D7FD.


Background Color

.myBgColor { background-color: #D3D7FD; }

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

This div background color is #D3D7FD.


Border color

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

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

This div border color is #D3D7FD.


Opacity

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

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

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

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

This text has shadow with #D3D7FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D7FD on black background.


Color preview on white background

This text has color #D3D7FD on white background.



Black color preview on #D3D7FD background

This text has black color on #D3D7FD background.


White color preview on #D3D7FD background

This text has white color on #D3D7FD background.