COLOR #D7DFFD

HEX: #D7DFFD
RGB: (215,223,253)

Color info

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

RGB color model

#D7DFFD color RGB value is (215,223,253).

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

RGB channels and saturation

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

215
223
253

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

Portions of RGB colors in percentages

R + G + B =
215 + 223 + 253 = 691 (100%)
R 215 of 691 ~ 31.11%
G 223 of 691 ~ 32.27%
B 253 of 691 ~ 36.61%

%31.11
%32.27
%36.61

CMYK color model

#D7DFFD color CMYK value is (15,12,0,1).

  • cyan value is 15.02%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(15,12,0,1)
C15M12Y0K1 
(15%,12%,0%,1%)
(0.15/0.12/0.00/0.01)	

CMYK percentages

%15.02
%11.86
%0
%0.78

Codes

Color #D7DFFD in popluar color models

D7DFFD
RGB215223253
HSL227°90.48%91.76%
HSB/HSV227°15.02%99.22%
CMYK15.02%11.86%0.00%
0.78%

Color #D7DFFD in popluar number systems.

HEXD7DFFD
Decimal215223253
Binary110101111101111111111101
Octal327337375

Shades and tints

Shades of #D7DFFD

#D7DFFD
(215,223,253)
#C4CBE6
(196,203,230)
#B1B7CF
(177,183,207)
#9EA3B8
(158,163,184)
#8B8FA1
(139,143,161)
#787B8A
(120,123,138)
#656773
(101,103,115)
#52535C
(82,83,92)
#3F3F45
(63,63,69)
#2C2B2E
(44,43,46)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #D7DFFD

#D7DFFD
(215,223,253)
#DAE1FD
(218,225,253)
#DDE3FD
(221,227,253)
#E0E5FD
(224,229,253)
#E3E7FD
(227,231,253)
#E6E9FD
(230,233,253)
#E9EBFD
(233,235,253)
#ECEDFD
(236,237,253)
#EFEFFD
(239,239,253)
#F2F1FD
(242,241,253)
#F5F3FD
(245,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DFFD; }

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

This text font color is #D7DFFD.


Background Color

.myBgColor { background-color: #D7DFFD; }

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

This div background color is #D7DFFD.


Border color

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

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

This div border color is #D7DFFD.


Opacity

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

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

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

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

This text has shadow with #D7DFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DFFD on black background.


Color preview on white background

This text has color #D7DFFD on white background.



Black color preview on #D7DFFD background

This text has black color on #D7DFFD background.


White color preview on #D7DFFD background

This text has white color on #D7DFFD background.