COLOR #D8DFF7

HEX: #D8DFF7
RGB: (216,223,247)

Color info

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

RGB color model

#D8DFF7 color RGB value is (216,223,247).

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

RGB channels and saturation

R 216 of 255 = 85%
G 223 of 255 = 87%
B 247 of 255 = 97%

216
223
247

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

Portions of RGB colors in percentages

R + G + B =
216 + 223 + 247 = 686 (100%)
R 216 of 686 ~ 31.49%
G 223 of 686 ~ 32.51%
B 247 of 686 ~ 36.01%

%31.49
%32.51
%36.01

CMYK color model

#D8DFF7 color CMYK value is (13,10,0,3).

  • cyan value is 12.55%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (13,10,0,3) C13M10Y0K3 (13%,10%,0%,3%) (0.13/0.10/0.00/0.03)

CMYK percentages

%12.55
%9.72
%0
%3.14

Codes

Color #D8DFF7 in popluar color models

D8DFF7
RGB216223247
HSL226°65.96%90.78%
HSB/HSV226°12.55%96.86%
CMYK12.55%9.72%0.00%
3.14%

Color #D8DFF7 in popluar number systems.

HEXD8DFF7
Decimal216223247
Binary110110001101111111110111
Octal330337367

Shades and tints

Shades of #D8DFF7

#D8DFF7
(216,223,247)
#C5CBE1
(197,203,225)
#B2B7CB
(178,183,203)
#9FA3B5
(159,163,181)
#8C8F9F
(140,143,159)
#797B89
(121,123,137)
#666773
(102,103,115)
#53535D
(83,83,93)
#403F47
(64,63,71)
#2D2B31
(45,43,49)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #D8DFF7

#D8DFF7
(216,223,247)
#DBE1F7
(219,225,247)
#DEE3F7
(222,227,247)
#E1E5F7
(225,229,247)
#E4E7F7
(228,231,247)
#E7E9F7
(231,233,247)
#EAEBF7
(234,235,247)
#EDEDF7
(237,237,247)
#F0EFF7
(240,239,247)
#F3F1F7
(243,241,247)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DFF7; }

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

This text font color is #D8DFF7.


Background Color

.myBgColor { background-color: #D8DFF7; }

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

This div background color is #D8DFF7.


Border color

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

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

This div border color is #D8DFF7.


Opacity

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

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

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

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

This text has shadow with #D8DFF7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D8DFF7 on black background.


Color preview on white background

This text has color #D8DFF7 on white background.



Black color preview on #D8DFF7 background

This text has black color on #D8DFF7 background.


White color preview on #D8DFF7 background

This text has white color on #D8DFF7 background.