COLOR #D4D8DE

HEX: #D4D8DE
RGB: (212,216,222)

Color info

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

RGB color model

#D4D8DE color RGB value is (212,216,222).

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

RGB channels and saturation

R 212 of 255 = 83%
G 216 of 255 = 85%
B 222 of 255 = 87%

212
216
222

R + G + B ~ 85%. #D4D8DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 216 + 222 = 650 (100%)
R 212 of 650 ~ 32.62%
G 216 of 650 ~ 33.23%
B 222 of 650 ~ 34.15%

%32.62
%33.23
%34.15

CMYK color model

#D4D8DE color CMYK value is (5,3,0,13).

  • cyan value is 4.50%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(5,3,0,13)
C5M3Y0K13 
(5%,3%,0%,13%)
(0.05/0.03/0.00/0.13)	

CMYK percentages

%4.5
%2.7
%0
%12.94

Codes

Color #D4D8DE in popluar color models

D4D8DE
RGB212216222
HSL216°13.16%85.10%
HSB/HSV216°4.50%87.06%
CMYK4.50%2.70%0.00%
12.94%

Color #D4D8DE in popluar number systems.

HEXD4D8DE
Decimal212216222
Binary110101001101100011011110
Octal324330336

Shades and tints

Shades of #D4D8DE

#D4D8DE
(212,216,222)
#C1C5CA
(193,197,202)
#AEB2B6
(174,178,182)
#9B9FA2
(155,159,162)
#888C8E
(136,140,142)
#75797A
(117,121,122)
#626666
(98,102,102)
#4F5352
(79,83,82)
#3C403E
(60,64,62)
#292D2A
(41,45,42)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #D4D8DE

#D4D8DE
(212,216,222)
#D7DBE1
(215,219,225)
#DADEE4
(218,222,228)
#DDE1E7
(221,225,231)
#E0E4EA
(224,228,234)
#E3E7ED
(227,231,237)
#E6EAF0
(230,234,240)
#E9EDF3
(233,237,243)
#ECF0F6
(236,240,246)
#EFF3F9
(239,243,249)
#F2F6FC
(242,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D8DE; }

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

This text font color is #D4D8DE.


Background Color

.myBgColor { background-color: #D4D8DE; }

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

This div background color is #D4D8DE.


Border color

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

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

This div border color is #D4D8DE.


Opacity

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

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

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

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

This text has shadow with #D4D8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D8DE on black background.


Color preview on white background

This text has color #D4D8DE on white background.



Black color preview on #D4D8DE background

This text has black color on #D4D8DE background.


White color preview on #D4D8DE background

This text has white color on #D4D8DE background.