COLOR #D4D8E6

HEX: #D4D8E6 RGB: (212,216,230)

Color info

#D4D8E6 contains red, green and blue colors in about the same proportion. Web safe color of #D4D8E6 is #CCCCCC (or #CCC).

RGB color model

#D4D8E6 color RGB value is (212,216,230).

RGB: (212,216,230) (83%, 85%, 90%)

RGB channels and saturation

R 212 of 255 = 83%
G 216 of 255 = 85%
B 230 of 255 = 90%

212
216
230

R + G + B ~ 86%. #D4D8E6 is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 216 + 230 = 658 (100%)
R 212 of 658 ~ 32.22%
G 216 of 658 ~ 32.83%
B 230 of 658 ~ 34.95'%

%32.22
%32.83
%34.95

CMYK color model

#D4D8E6 color CMYK value is (8,6,0,10).

  • cyan value is 7.83%
  • magenta value is 6.09%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (8,6,0,10)
C8M6Y0K10 (8%, 6%, 0%, 10%)
(0.08 / 0.06 / 0.00 / 0.10)

CMYK percentages

%7.83
%6.09
%0
%9.8

Codes

Color #D4D8E6 in popluar color models

D4 D8 E6
RGB 212 216 230
HSL 227° 26.47% 86.67%
HSB/HSV 227° 7.83% 90.20%
CMYK 7.83% 6.09% 0.00%
9.80%

Color #D4D8E6 in popluar number systems.

HEX D4 D8 E6
Decimal 212 216 230
Binary 11010100 11011000 11100110
Octal 324 330 346

Shades and tints

Shades of #D4D8E6

#D4D8E6
(212,216,230)
#C1C5D2
(193,197,210)
#AEB2BE
(174,178,190)
#9B9FAA
(155,159,170)
#888C96
(136,140,150)
#757982
(117,121,130)
#62666E
(98,102,110)
#4F535A
(79,83,90)
#3C4046
(60,64,70)
#292D32
(41,45,50)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #D4D8E6

#D4D8E6
(212,216,230)
#D7DBE8
(215,219,232)
#DADEEA
(218,222,234)
#DDE1EC
(221,225,236)
#E0E4EE
(224,228,238)
#E3E7F0
(227,231,240)
#E6EAF2
(230,234,242)
#E9EDF4
(233,237,244)
#ECF0F6
(236,240,246)
#EFF3F8
(239,243,248)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D8E6; }

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

This text font color is #D4D8E6.

Background Color

.myBgColor { background-color: #D4D8E6; }

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

This div background color is #D4D8E6.

Border color

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

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

This div border color is #D4D8E6.

Opacity

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

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

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

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

This text has shadow with #D4D8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D8E6.

Preview

Color preview on black background

This text has color #D4D8E6 on black background.


Color preview on white background

This text has color #D4D8E6 on white background.


Black color preview on #D4D8E6 background

This text has black color on #D4D8E6 background.


White color preview on #D4D8E6 background

This text has white color on #D4D8E6 background.


Related colors

Complementary color

Complementary color for #hex is #2B2719.


I love getcolorcode.com

Triadic colors

1 #E6D4D8 and #D8E6D4 with #D4D8E6 are triadic colors.

2 #E6D8D4 and #D8D4E6 with #D4D8E6 are triadic colors.