COLOR #D3D7FF

HEX: #D3D7FF
RGB: (211,215,255)

Color info

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

RGB color model

#D3D7FF color RGB value is (211,215,255).

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

RGB channels and saturation

R 211 of 255 = 83%
G 215 of 255 = 84%
B 255 of 255 = 100%

211
215
255

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

Portions of RGB colors in percentages

R + G + B =
211 + 215 + 255 = 681 (100%)
R 211 of 681 ~ 30.98%
G 215 of 681 ~ 31.57%
B 255 of 681 ~ 37.44%

%30.98
%31.57
%37.44

CMYK color model

#D3D7FF color CMYK value is (17,16,0,0).

  • cyan value is 17.25%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(17,16,0,0)
C17M16Y0K0 
(17%,16%,0%,0%)
(0.17/0.16/0.00/0.00)	

CMYK percentages

%17.25
%15.69
%0
%0

Codes

Color #D3D7FF in popluar color models

D3D7FF
RGB211215255
HSL235°100.00%91.37%
HSB/HSV235°17.25%100.00%
CMYK17.25%15.69%0.00%
0.00%

Color #D3D7FF in popluar number systems.

HEXD3D7FF
Decimal211215255
Binary110100111101011111111111
Octal323327377

Shades and tints

Shades of #D3D7FF

#D3D7FF
(211,215,255)
#C0C4E8
(192,196,232)
#ADB1D1
(173,177,209)
#9A9EBA
(154,158,186)
#878BA3
(135,139,163)
#74788C
(116,120,140)
#616575
(97,101,117)
#4E525E
(78,82,94)
#3B3F47
(59,63,71)
#282C30
(40,44,48)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #D3D7FF

#D3D7FF
(211,215,255)
#D7DAFF
(215,218,255)
#DBDDFF
(219,221,255)
#DFE0FF
(223,224,255)
#E3E3FF
(227,227,255)
#E7E6FF
(231,230,255)
#EBE9FF
(235,233,255)
#EFECFF
(239,236,255)
#F3EFFF
(243,239,255)
#F7F2FF
(247,242,255)
#FBF5FF
(251,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D7FF; }

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

This text font color is #D3D7FF.


Background Color

.myBgColor { background-color: #D3D7FF; }

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

This div background color is #D3D7FF.


Border color

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

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

This div border color is #D3D7FF.


Opacity

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

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

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

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

This text has shadow with #D3D7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D7FF on black background.


Color preview on white background

This text has color #D3D7FF on white background.



Black color preview on #D3D7FF background

This text has black color on #D3D7FF background.


White color preview on #D3D7FF background

This text has white color on #D3D7FF background.