COLOR #D7DAFF

HEX: #D7DAFF
RGB: (215,218,255)

Color info

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

RGB color model

#D7DAFF color RGB value is (215,218,255).

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

RGB channels and saturation

R 215 of 255 = 84%
G 218 of 255 = 85%
B 255 of 255 = 100%

215
218
255

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

Portions of RGB colors in percentages

R + G + B =
215 + 218 + 255 = 688 (100%)
R 215 of 688 ~ 31.25%
G 218 of 688 ~ 31.69%
B 255 of 688 ~ 37.06%

%31.25
%31.69
%37.06

CMYK color model

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

  • cyan value is 15.69%
  • magenta value is 14.51%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(16,15,0,0)
C16M15Y0K0 
(16%,15%,0%,0%)
(0.16/0.15/0.00/0.00)	

CMYK percentages

%15.69
%14.51
%0
%0

Codes

Color #D7DAFF in popluar color models

D7DAFF
RGB215218255
HSL236°100.00%92.16%
HSB/HSV236°15.69%100.00%
CMYK15.69%14.51%0.00%
0.00%

Color #D7DAFF in popluar number systems.

HEXD7DAFF
Decimal215218255
Binary110101111101101011111111
Octal327332377

Shades and tints

Shades of #D7DAFF

#D7DAFF
(215,218,255)
#C4C7E8
(196,199,232)
#B1B4D1
(177,180,209)
#9EA1BA
(158,161,186)
#8B8EA3
(139,142,163)
#787B8C
(120,123,140)
#656875
(101,104,117)
#52555E
(82,85,94)
#3F4247
(63,66,71)
#2C2F30
(44,47,48)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #D7DAFF

#D7DAFF
(215,218,255)
#DADDFF
(218,221,255)
#DDE0FF
(221,224,255)
#E0E3FF
(224,227,255)
#E3E6FF
(227,230,255)
#E6E9FF
(230,233,255)
#E9ECFF
(233,236,255)
#ECEFFF
(236,239,255)
#EFF2FF
(239,242,255)
#F2F5FF
(242,245,255)
#F5F8FF
(245,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DAFF; }

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

This text font color is #D7DAFF.


Background Color

.myBgColor { background-color: #D7DAFF; }

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

This div background color is #D7DAFF.


Border color

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

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

This div border color is #D7DAFF.


Opacity

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

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

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

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

This text has shadow with #D7DAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DAFF on black background.


Color preview on white background

This text has color #D7DAFF on white background.



Black color preview on #D7DAFF background

This text has black color on #D7DAFF background.


White color preview on #D7DAFF background

This text has white color on #D7DAFF background.