COLOR #D7DAF7

HEX: #D7DAF7
RGB: (215,218,247)

Color info

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

RGB color model

#D7DAF7 color RGB value is (215,218,247).

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

RGB channels and saturation

R 215 of 255 = 84%
G 218 of 255 = 85%
B 247 of 255 = 97%

215
218
247

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

Portions of RGB colors in percentages

R + G + B =
215 + 218 + 247 = 680 (100%)
R 215 of 680 ~ 31.62%
G 218 of 680 ~ 32.06%
B 247 of 680 ~ 36.32%

%31.62
%32.06
%36.32

CMYK color model

#D7DAF7 color CMYK value is (13,12,0,3).

  • cyan value is 12.96%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(13,12,0,3)
C13M12Y0K3 
(13%,12%,0%,3%)
(0.13/0.12/0.00/0.03)	

CMYK percentages

%12.96
%11.74
%0
%3.14

Codes

Color #D7DAF7 in popluar color models

D7DAF7
RGB215218247
HSL234°66.67%90.59%
HSB/HSV234°12.96%96.86%
CMYK12.96%11.74%0.00%
3.14%

Color #D7DAF7 in popluar number systems.

HEXD7DAF7
Decimal215218247
Binary110101111101101011110111
Octal327332367

Shades and tints

Shades of #D7DAF7

#D7DAF7
(215,218,247)
#C4C7E1
(196,199,225)
#B1B4CB
(177,180,203)
#9EA1B5
(158,161,181)
#8B8E9F
(139,142,159)
#787B89
(120,123,137)
#656873
(101,104,115)
#52555D
(82,85,93)
#3F4247
(63,66,71)
#2C2F31
(44,47,49)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #D7DAF7

#D7DAF7
(215,218,247)
#DADDF7
(218,221,247)
#DDE0F7
(221,224,247)
#E0E3F7
(224,227,247)
#E3E6F7
(227,230,247)
#E6E9F7
(230,233,247)
#E9ECF7
(233,236,247)
#ECEFF7
(236,239,247)
#EFF2F7
(239,242,247)
#F2F5F7
(242,245,247)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DAF7; }

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

This text font color is #D7DAF7.


Background Color

.myBgColor { background-color: #D7DAF7; }

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

This div background color is #D7DAF7.


Border color

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

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

This div border color is #D7DAF7.


Opacity

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

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

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

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

This text has shadow with #D7DAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DAF7 on black background.


Color preview on white background

This text has color #D7DAF7 on white background.



Black color preview on #D7DAF7 background

This text has black color on #D7DAF7 background.


White color preview on #D7DAF7 background

This text has white color on #D7DAF7 background.