COLOR #D8DFED

HEX: #D8DFED
RGB: (216,223,237)

Color info

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

RGB color model

#D8DFED color RGB value is (216,223,237).

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

RGB channels and saturation

R 216 of 255 = 85%
G 223 of 255 = 87%
B 237 of 255 = 93%

216
223
237

R + G + B ~ 88%. #D8DFED is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 223 + 237 = 676 (100%)
R 216 of 676 ~ 31.95%
G 223 of 676 ~ 32.99%
B 237 of 676 ~ 35.06%

%31.95
%32.99
%35.06

CMYK color model

#D8DFED color CMYK value is (9,6,0,7).

  • cyan value is 8.86%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(9,6,0,7)
C9M6Y0K7 
(9%,6%,0%,7%)
(0.09/0.06/0.00/0.07)	

CMYK percentages

%8.86
%5.91
%0
%7.06

Codes

Color #D8DFED in popluar color models

D8DFED
RGB216223237
HSL220°36.84%88.82%
HSB/HSV220°8.86%92.94%
CMYK8.86%5.91%0.00%
7.06%

Color #D8DFED in popluar number systems.

HEXD8DFED
Decimal216223237
Binary110110001101111111101101
Octal330337355

Shades and tints

Shades of #D8DFED

#D8DFED
(216,223,237)
#C5CBD8
(197,203,216)
#B2B7C3
(178,183,195)
#9FA3AE
(159,163,174)
#8C8F99
(140,143,153)
#797B84
(121,123,132)
#66676F
(102,103,111)
#53535A
(83,83,90)
#403F45
(64,63,69)
#2D2B30
(45,43,48)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #D8DFED

#D8DFED
(216,223,237)
#DBE1EE
(219,225,238)
#DEE3EF
(222,227,239)
#E1E5F0
(225,229,240)
#E4E7F1
(228,231,241)
#E7E9F2
(231,233,242)
#EAEBF3
(234,235,243)
#EDEDF4
(237,237,244)
#F0EFF5
(240,239,245)
#F3F1F6
(243,241,246)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DFED; }

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

This text font color is #D8DFED.


Background Color

.myBgColor { background-color: #D8DFED; }

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

This div background color is #D8DFED.


Border color

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

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

This div border color is #D8DFED.


Opacity

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

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

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

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

This text has shadow with #D8DFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DFED on black background.


Color preview on white background

This text has color #D8DFED on white background.



Black color preview on #D8DFED background

This text has black color on #D8DFED background.


White color preview on #D8DFED background

This text has white color on #D8DFED background.