COLOR #D7DDFD

HEX: #D7DDFD
RGB: (215,221,253)

Color info

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

RGB color model

#D7DDFD color RGB value is (215,221,253).

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

RGB channels and saturation

R 215 of 255 = 84%
G 221 of 255 = 87%
B 253 of 255 = 99%

215
221
253

R + G + B ~ 90%. #D7DDFD is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 221 + 253 = 689 (100%)
R 215 of 689 ~ 31.2%
G 221 of 689 ~ 32.08%
B 253 of 689 ~ 36.72%

%31.2
%32.08
%36.72

CMYK color model

#D7DDFD color CMYK value is (15,13,0,1).

  • cyan value is 15.02%
  • magenta value is 12.65%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(15,13,0,1)
C15M13Y0K1 
(15%,13%,0%,1%)
(0.15/0.13/0.00/0.01)	

CMYK percentages

%15.02
%12.65
%0
%0.78

Codes

Color #D7DDFD in popluar color models

D7DDFD
RGB215221253
HSL231°90.48%91.76%
HSB/HSV231°15.02%99.22%
CMYK15.02%12.65%0.00%
0.78%

Color #D7DDFD in popluar number systems.

HEXD7DDFD
Decimal215221253
Binary110101111101110111111101
Octal327335375

Shades and tints

Shades of #D7DDFD

#D7DDFD
(215,221,253)
#C4C9E6
(196,201,230)
#B1B5CF
(177,181,207)
#9EA1B8
(158,161,184)
#8B8DA1
(139,141,161)
#78798A
(120,121,138)
#656573
(101,101,115)
#52515C
(82,81,92)
#3F3D45
(63,61,69)
#2C292E
(44,41,46)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #D7DDFD

#D7DDFD
(215,221,253)
#DAE0FD
(218,224,253)
#DDE3FD
(221,227,253)
#E0E6FD
(224,230,253)
#E3E9FD
(227,233,253)
#E6ECFD
(230,236,253)
#E9EFFD
(233,239,253)
#ECF2FD
(236,242,253)
#EFF5FD
(239,245,253)
#F2F8FD
(242,248,253)
#F5FBFD
(245,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DDFD; }

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

This text font color is #D7DDFD.


Background Color

.myBgColor { background-color: #D7DDFD; }

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

This div background color is #D7DDFD.


Border color

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

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

This div border color is #D7DDFD.


Opacity

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

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

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

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

This text has shadow with #D7DDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DDFD on black background.


Color preview on white background

This text has color #D7DDFD on white background.



Black color preview on #D7DDFD background

This text has black color on #D7DDFD background.


White color preview on #D7DDFD background

This text has white color on #D7DDFD background.