COLOR #D8DAF7

HEX: #D8DAF7
RGB: (216,218,247)

Color info

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

RGB color model

#D8DAF7 color RGB value is (216,218,247).

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

RGB channels and saturation

R 216 of 255 = 85%
G 218 of 255 = 85%
B 247 of 255 = 97%

216
218
247

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

Portions of RGB colors in percentages

R + G + B =
216 + 218 + 247 = 681 (100%)
R 216 of 681 ~ 31.72%
G 218 of 681 ~ 32.01%
B 247 of 681 ~ 36.27%

%31.72
%32.01
%36.27

CMYK color model

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

  • cyan value is 12.55%
  • 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.55
%11.74
%0
%3.14

Codes

Color #D8DAF7 in popluar color models

D8DAF7
RGB216218247
HSL236°65.96%90.78%
HSB/HSV236°12.55%96.86%
CMYK12.55%11.74%0.00%
3.14%

Color #D8DAF7 in popluar number systems.

HEXD8DAF7
Decimal216218247
Binary110110001101101011110111
Octal330332367

Shades and tints

Shades of #D8DAF7

#D8DAF7
(216,218,247)
#C5C7E1
(197,199,225)
#B2B4CB
(178,180,203)
#9FA1B5
(159,161,181)
#8C8E9F
(140,142,159)
#797B89
(121,123,137)
#666873
(102,104,115)
#53555D
(83,85,93)
#404247
(64,66,71)
#2D2F31
(45,47,49)
#1A1C1B
(26,28,27)
#000000
(0,0,0)

Tints of #D8DAF7

#D8DAF7
(216,218,247)
#DBDDF7
(219,221,247)
#DEE0F7
(222,224,247)
#E1E3F7
(225,227,247)
#E4E6F7
(228,230,247)
#E7E9F7
(231,233,247)
#EAECF7
(234,236,247)
#EDEFF7
(237,239,247)
#F0F2F7
(240,242,247)
#F3F5F7
(243,245,247)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DAF7; }

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

This text font color is #D8DAF7.


Background Color

.myBgColor { background-color: #D8DAF7; }

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

This div background color is #D8DAF7.


Border color

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

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

This div border color is #D8DAF7.


Opacity

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

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

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

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

This text has shadow with #D8DAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DAF7 on black background.


Color preview on white background

This text has color #D8DAF7 on white background.



Black color preview on #D8DAF7 background

This text has black color on #D8DAF7 background.


White color preview on #D8DAF7 background

This text has white color on #D8DAF7 background.