COLOR #D8DAEC

HEX: #D8DAEC
RGB: (216,218,236)

Color info

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

RGB color model

#D8DAEC color RGB value is (216,218,236).

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

RGB channels and saturation

R 216 of 255 = 85%
G 218 of 255 = 85%
B 236 of 255 = 93%

216
218
236

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

Portions of RGB colors in percentages

R + G + B =
216 + 218 + 236 = 670 (100%)
R 216 of 670 ~ 32.24%
G 218 of 670 ~ 32.54%
B 236 of 670 ~ 35.22%

%32.24
%32.54
%35.22

CMYK color model

#D8DAEC color CMYK value is (8,8,0,7).

  • cyan value is 8.47%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(8,8,0,7)
C8M8Y0K7 
(8%,8%,0%,7%)
(0.08/0.08/0.00/0.07)	

CMYK percentages

%8.47
%7.63
%0
%7.45

Codes

Color #D8DAEC in popluar color models

D8DAEC
RGB216218236
HSL234°34.48%88.63%
HSB/HSV234°8.47%92.55%
CMYK8.47%7.63%0.00%
7.45%

Color #D8DAEC in popluar number systems.

HEXD8DAEC
Decimal216218236
Binary110110001101101011101100
Octal330332354

Shades and tints

Shades of #D8DAEC

#D8DAEC
(216,218,236)
#C5C7D7
(197,199,215)
#B2B4C2
(178,180,194)
#9FA1AD
(159,161,173)
#8C8E98
(140,142,152)
#797B83
(121,123,131)
#66686E
(102,104,110)
#535559
(83,85,89)
#404244
(64,66,68)
#2D2F2F
(45,47,47)
#1A1C1A
(26,28,26)
#000000
(0,0,0)

Tints of #D8DAEC

#D8DAEC
(216,218,236)
#DBDDED
(219,221,237)
#DEE0EE
(222,224,238)
#E1E3EF
(225,227,239)
#E4E6F0
(228,230,240)
#E7E9F1
(231,233,241)
#EAECF2
(234,236,242)
#EDEFF3
(237,239,243)
#F0F2F4
(240,242,244)
#F3F5F5
(243,245,245)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DAEC; }

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

This text font color is #D8DAEC.


Background Color

.myBgColor { background-color: #D8DAEC; }

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

This div background color is #D8DAEC.


Border color

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

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

This div border color is #D8DAEC.


Opacity

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

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

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

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

This text has shadow with #D8DAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DAEC on black background.


Color preview on white background

This text has color #D8DAEC on white background.



Black color preview on #D8DAEC background

This text has black color on #D8DAEC background.


White color preview on #D8DAEC background

This text has white color on #D8DAEC background.