COLOR #D5D7FD

HEX: #D5D7FD
RGB: (213,215,253)

Color info

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

RGB color model

#D5D7FD color RGB value is (213,215,253).

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

RGB channels and saturation

R 213 of 255 = 84%
G 215 of 255 = 84%
B 253 of 255 = 99%

213
215
253

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

Portions of RGB colors in percentages

R + G + B =
213 + 215 + 253 = 681 (100%)
R 213 of 681 ~ 31.28%
G 215 of 681 ~ 31.57%
B 253 of 681 ~ 37.15%

%31.28
%31.57
%37.15

CMYK color model

#D5D7FD color CMYK value is (16,15,0,1).

  • cyan value is 15.81%
  • magenta value is 15.02%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(16,15,0,1)
C16M15Y0K1 
(16%,15%,0%,1%)
(0.16/0.15/0.00/0.01)	

CMYK percentages

%15.81
%15.02
%0
%0.78

Codes

Color #D5D7FD in popluar color models

D5D7FD
RGB213215253
HSL237°90.91%91.37%
HSB/HSV237°15.81%99.22%
CMYK15.81%15.02%0.00%
0.78%

Color #D5D7FD in popluar number systems.

HEXD5D7FD
Decimal213215253
Binary110101011101011111111101
Octal325327375

Shades and tints

Shades of #D5D7FD

#D5D7FD
(213,215,253)
#C2C4E6
(194,196,230)
#AFB1CF
(175,177,207)
#9C9EB8
(156,158,184)
#898BA1
(137,139,161)
#76788A
(118,120,138)
#636573
(99,101,115)
#50525C
(80,82,92)
#3D3F45
(61,63,69)
#2A2C2E
(42,44,46)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #D5D7FD

#D5D7FD
(213,215,253)
#D8DAFD
(216,218,253)
#DBDDFD
(219,221,253)
#DEE0FD
(222,224,253)
#E1E3FD
(225,227,253)
#E4E6FD
(228,230,253)
#E7E9FD
(231,233,253)
#EAECFD
(234,236,253)
#EDEFFD
(237,239,253)
#F0F2FD
(240,242,253)
#F3F5FD
(243,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D7FD; }

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

This text font color is #D5D7FD.


Background Color

.myBgColor { background-color: #D5D7FD; }

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

This div background color is #D5D7FD.


Border color

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

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

This div border color is #D5D7FD.


Opacity

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

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

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

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

This text has shadow with #D5D7FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D7FD on black background.


Color preview on white background

This text has color #D5D7FD on white background.



Black color preview on #D5D7FD background

This text has black color on #D5D7FD background.


White color preview on #D5D7FD background

This text has white color on #D5D7FD background.