COLOR #D8DEF5

HEX: #D8DEF5
RGB: (216,222,245)

Color info

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

RGB color model

#D8DEF5 color RGB value is (216,222,245).

  • red value is 216;
  • green value is 222;
  • blue value is 245.
RGB: (216,222,245) (85%,87%,96%)

RGB channels and saturation

R 216 of 255 = 85%
G 222 of 255 = 87%
B 245 of 255 = 96%

216
222
245

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

Portions of RGB colors in percentages

R + G + B =
216 + 222 + 245 = 683 (100%)
R 216 of 683 ~ 31.63%
G 222 of 683 ~ 32.5%
B 245 of 683 ~ 35.87%

%31.63
%32.5
%35.87

CMYK color model

#D8DEF5 color CMYK value is (12,9,0,4).

  • cyan value is 11.84%
  • magenta value is 9.39%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (12,9,0,4) C12M9Y0K4 (12%,9%,0%,4%) (0.12/0.09/0.00/0.04)

CMYK percentages

%11.84
%9.39
%0
%3.92

Codes

Color #D8DEF5 in popluar color models

D8DEF5
RGB216222245
HSL228°59.18%90.39%
HSB/HSV228°11.84%96.08%
CMYK11.84%9.39%0.00%
3.92%

Color #D8DEF5 in popluar number systems.

HEXD8DEF5
Decimal216222245
Binary110110001101111011110101
Octal330336365

Shades and tints

Shades of #D8DEF5

#D8DEF5
(216,222,245)
#C5CADF
(197,202,223)
#B2B6C9
(178,182,201)
#9FA2B3
(159,162,179)
#8C8E9D
(140,142,157)
#797A87
(121,122,135)
#666671
(102,102,113)
#53525B
(83,82,91)
#403E45
(64,62,69)
#2D2A2F
(45,42,47)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #D8DEF5

#D8DEF5
(216,222,245)
#DBE1F5
(219,225,245)
#DEE4F5
(222,228,245)
#E1E7F5
(225,231,245)
#E4EAF5
(228,234,245)
#E7EDF5
(231,237,245)
#EAF0F5
(234,240,245)
#EDF3F5
(237,243,245)
#F0F6F5
(240,246,245)
#F3F9F5
(243,249,245)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DEF5 color. Also use rgb(216,222,245) instead hex code.

Text Font Color

.myTextColor { color: #D8DEF5; }

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

This text font color is #D8DEF5.


Background Color

.myBgColor { background-color: #D8DEF5; }

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

This div background color is #D8DEF5.


Border color

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

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

This div border color is #D8DEF5.


Opacity

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

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

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

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

This text has shadow with #D8DEF5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D8DEF5 on black background.


Color preview on white background

This text has color #D8DEF5 on white background.



Black color preview on #D8DEF5 background

This text has black color on #D8DEF5 background.


White color preview on #D8DEF5 background

This text has white color on #D8DEF5 background.