COLOR #D4D8DF

HEX: #D4D8DF RGB: (212,216,223)

Color info

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

RGB color model

#D4D8DF color RGB value is (212,216,223).

RGB: (212,216,223) (83%, 85%, 87%)

RGB channels and saturation

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

212
216
223

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

Portions of RGB colors in percentages

R + G + B = 212 + 216 + 223 = 651 (100%)
R 212 of 651 ~ 32.57%
G 216 of 651 ~ 33.18%
B 223 of 651 ~ 34.25'%

%32.57
%33.18
%34.25

CMYK color model

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

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

CMYK percentages

%4.93
%3.14
%0
%12.55

Codes

Color #D4D8DF in popluar color models

D4 D8 DF
RGB 212 216 223
HSL 218° 14.67% 85.29%
HSB/HSV 218° 4.93% 87.45%
CMYK 4.93% 3.14% 0.00%
12.55%

Color #D4D8DF in popluar number systems.

HEX D4 D8 DF
Decimal 212 216 223
Binary 11010100 11011000 11011111
Octal 324 330 337

Shades and tints

Shades of #D4D8DF

#D4D8DF
(212,216,223)
#C1C5CB
(193,197,203)
#AEB2B7
(174,178,183)
#9B9FA3
(155,159,163)
#888C8F
(136,140,143)
#75797B
(117,121,123)
#626667
(98,102,103)
#4F5353
(79,83,83)
#3C403F
(60,64,63)
#292D2B
(41,45,43)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #D4D8DF

#D4D8DF
(212,216,223)
#D7DBE1
(215,219,225)
#DADEE3
(218,222,227)
#DDE1E5
(221,225,229)
#E0E4E7
(224,228,231)
#E3E7E9
(227,231,233)
#E6EAEB
(230,234,235)
#E9EDED
(233,237,237)
#ECF0EF
(236,240,239)
#EFF3F1
(239,243,241)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D8DF; }

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

This text font color is #D4D8DF.

Background Color

.myBgColor { background-color: #D4D8DF; }

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

This div background color is #D4D8DF.

Border color

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

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

This div border color is #D4D8DF.

Opacity

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

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

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

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

This text has shadow with #D4D8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D8DF.

Preview

Color preview on black background

This text has color #D4D8DF on black background.


Color preview on white background

This text has color #D4D8DF on white background.


Black color preview on #D4D8DF background

This text has black color on #D4D8DF background.


White color preview on #D4D8DF background

This text has white color on #D4D8DF background.


Related colors

Complementary color

Complementary color for #hex is #2B2720.


I love getcolorcode.com

Triadic colors

1 #DFD4D8 and #D8DFD4 with #D4D8DF are triadic colors.

2 #DFD8D4 and #D8D4DF with #D4D8DF are triadic colors.