COLOR #D4DFDC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

212
223
220

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

Portions of RGB colors in percentages

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

%32.37
%34.05
%33.59

CMYK color model

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

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

CMYK percentages

%4.93
%0
%1.35
%12.55

Codes

Color #D4DFDC in popluar color models

D4DFDC
RGB212223220
HSL164°14.67%85.29%
HSB/HSV164°4.93%87.45%
CMYK4.93%0.00%1.35%
12.55%

Color #D4DFDC in popluar number systems.

HEXD4DFDC
Decimal212223220
Binary110101001101111111011100
Octal324337334

Shades and tints

Shades of #D4DFDC

#D4DFDC
(212,223,220)
#C1CBC8
(193,203,200)
#AEB7B4
(174,183,180)
#9BA3A0
(155,163,160)
#888F8C
(136,143,140)
#757B78
(117,123,120)
#626764
(98,103,100)
#4F5350
(79,83,80)
#3C3F3C
(60,63,60)
#292B28
(41,43,40)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #D4DFDC

#D4DFDC
(212,223,220)
#D7E1DF
(215,225,223)
#DAE3E2
(218,227,226)
#DDE5E5
(221,229,229)
#E0E7E8
(224,231,232)
#E3E9EB
(227,233,235)
#E6EBEE
(230,235,238)
#E9EDF1
(233,237,241)
#ECEFF4
(236,239,244)
#EFF1F7
(239,241,247)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DFDC; }

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

This text font color is #D4DFDC.


Background Color

.myBgColor { background-color: #D4DFDC; }

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

This div background color is #D4DFDC.


Border color

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

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

This div border color is #D4DFDC.


Opacity

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

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

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

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

This text has shadow with #D4DFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DFDC on black background.


Color preview on white background

This text has color #D4DFDC on white background.



Black color preview on #D4DFDC background

This text has black color on #D4DFDC background.


White color preview on #D4DFDC background

This text has white color on #D4DFDC background.