COLOR #D4D8EA

HEX: #D4D8EA
RGB: (212,216,234)

Color info

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

RGB color model

#D4D8EA color RGB value is (212,216,234).

  • red value is 212;
  • green value is 216;
  • blue value is 234.
RGB: (212,216,234) (83%,85%,92%)

RGB channels and saturation

R 212 of 255 = 83%
G 216 of 255 = 85%
B 234 of 255 = 92%

212
216
234

R + G + B ~ 87%. #D4D8EA is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 216 + 234 = 662 (100%)
R 212 of 662 ~ 32.02%
G 216 of 662 ~ 32.63%
B 234 of 662 ~ 35.35%

%32.02
%32.63
%35.35

CMYK color model

#D4D8EA color CMYK value is (9,8,0,8).

  • cyan value is 9.40%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (9,8,0,8) C9M8Y0K8 (9%,8%,0%,8%) (0.09/0.08/0.00/0.08)

CMYK percentages

%9.4
%7.69
%0
%8.24

Codes

Color #D4D8EA in popluar color models

D4D8EA
RGB212216234
HSL229°34.38%87.45%
HSB/HSV229°9.40%91.76%
CMYK9.40%7.69%0.00%
8.24%

Color #D4D8EA in popluar number systems.

HEXD4D8EA
Decimal212216234
Binary110101001101100011101010
Octal324330352

Shades and tints

Shades of #D4D8EA

#D4D8EA
(212,216,234)
#C1C5D5
(193,197,213)
#AEB2C0
(174,178,192)
#9B9FAB
(155,159,171)
#888C96
(136,140,150)
#757981
(117,121,129)
#62666C
(98,102,108)
#4F5357
(79,83,87)
#3C4042
(60,64,66)
#292D2D
(41,45,45)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #D4D8EA

#D4D8EA
(212,216,234)
#D7DBEB
(215,219,235)
#DADEEC
(218,222,236)
#DDE1ED
(221,225,237)
#E0E4EE
(224,228,238)
#E3E7EF
(227,231,239)
#E6EAF0
(230,234,240)
#E9EDF1
(233,237,241)
#ECF0F2
(236,240,242)
#EFF3F3
(239,243,243)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D8EA color. Also use rgb(212,216,234) instead hex code.

Text Font Color

.myTextColor { color: #D4D8EA; }

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

This text font color is #D4D8EA.


Background Color

.myBgColor { background-color: #D4D8EA; }

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

This div background color is #D4D8EA.


Border color

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

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

This div border color is #D4D8EA.


Opacity

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

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

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

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

This text has shadow with #D4D8EA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D4D8EA on black background.


Color preview on white background

This text has color #D4D8EA on white background.



Black color preview on #D4D8EA background

This text has black color on #D4D8EA background.


White color preview on #D4D8EA background

This text has white color on #D4D8EA background.