COLOR #D4DCDF

HEX: #D4DCDF
RGB: (212,220,223)

Color info

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

RGB color model

#D4DCDF color RGB value is (212,220,223).

  • red value is 212;
  • green value is 220;
  • blue value is 223.
RGB:
(212,220,223)
(83%,86%,87%)

RGB channels and saturation

R 212 of 255 = 83%
G 220 of 255 = 86%
B 223 of 255 = 87%

212
220
223

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

Portions of RGB colors in percentages

R + G + B =
212 + 220 + 223 = 655 (100%)
R 212 of 655 ~ 32.37%
G 220 of 655 ~ 33.59%
B 223 of 655 ~ 34.05%

%32.37
%33.59
%34.05

CMYK color model

#D4DCDF color CMYK value is (5,1,0,13).

  • cyan value is 4.93%
  • magenta value is 1.35%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(5,1,0,13)
C5M1Y0K13 
(5%,1%,0%,13%)
(0.05/0.01/0.00/0.13)	

CMYK percentages

%4.93
%1.35
%0
%12.55

Codes

Color #D4DCDF in popluar color models

D4DCDF
RGB212220223
HSL196°14.67%85.29%
HSB/HSV196°4.93%87.45%
CMYK4.93%1.35%0.00%
12.55%

Color #D4DCDF in popluar number systems.

HEXD4DCDF
Decimal212220223
Binary110101001101110011011111
Octal324334337

Shades and tints

Shades of #D4DCDF

#D4DCDF
(212,220,223)
#C1C8CB
(193,200,203)
#AEB4B7
(174,180,183)
#9BA0A3
(155,160,163)
#888C8F
(136,140,143)
#75787B
(117,120,123)
#626467
(98,100,103)
#4F5053
(79,80,83)
#3C3C3F
(60,60,63)
#29282B
(41,40,43)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #D4DCDF

#D4DCDF
(212,220,223)
#D7DFE1
(215,223,225)
#DAE2E3
(218,226,227)
#DDE5E5
(221,229,229)
#E0E8E7
(224,232,231)
#E3EBE9
(227,235,233)
#E6EEEB
(230,238,235)
#E9F1ED
(233,241,237)
#ECF4EF
(236,244,239)
#EFF7F1
(239,247,241)
#F2FAF3
(242,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DCDF; }

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

This text font color is #D4DCDF.


Background Color

.myBgColor { background-color: #D4DCDF; }

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

This div background color is #D4DCDF.


Border color

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

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

This div border color is #D4DCDF.


Opacity

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

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

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

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

This text has shadow with #D4DCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DCDF on black background.


Color preview on white background

This text has color #D4DCDF on white background.



Black color preview on #D4DCDF background

This text has black color on #D4DCDF background.


White color preview on #D4DCDF background

This text has white color on #D4DCDF background.