COLOR #D4DFDD

HEX: #D4DFDD
RGB: (212,223,221)

Color info

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

RGB color model

#D4DFDD color RGB value is (212,223,221).

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

RGB channels and saturation

R 212 of 255 = 83%
G 223 of 255 = 87%
B 221 of 255 = 87%

212
223
221

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

Portions of RGB colors in percentages

R + G + B =
212 + 223 + 221 = 656 (100%)
R 212 of 656 ~ 32.32%
G 223 of 656 ~ 33.99%
B 221 of 656 ~ 33.69%

%32.32
%33.99
%33.69

CMYK color model

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

  • cyan value is 4.93%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • 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
%0.9
%12.55

Codes

Color #D4DFDD in popluar color models

D4DFDD
RGB212223221
HSL169°14.67%85.29%
HSB/HSV169°4.93%87.45%
CMYK4.93%0.00%0.90%
12.55%

Color #D4DFDD in popluar number systems.

HEXD4DFDD
Decimal212223221
Binary110101001101111111011101
Octal324337335

Shades and tints

Shades of #D4DFDD

#D4DFDD
(212,223,221)
#C1CBC9
(193,203,201)
#AEB7B5
(174,183,181)
#9BA3A1
(155,163,161)
#888F8D
(136,143,141)
#757B79
(117,123,121)
#626765
(98,103,101)
#4F5351
(79,83,81)
#3C3F3D
(60,63,61)
#292B29
(41,43,41)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #D4DFDD

#D4DFDD
(212,223,221)
#D7E1E0
(215,225,224)
#DAE3E3
(218,227,227)
#DDE5E6
(221,229,230)
#E0E7E9
(224,231,233)
#E3E9EC
(227,233,236)
#E6EBEF
(230,235,239)
#E9EDF2
(233,237,242)
#ECEFF5
(236,239,245)
#EFF1F8
(239,241,248)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DFDD; }

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

This text font color is #D4DFDD.


Background Color

.myBgColor { background-color: #D4DFDD; }

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

This div background color is #D4DFDD.


Border color

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

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

This div border color is #D4DFDD.


Opacity

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

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

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

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

This text has shadow with #D4DFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DFDD on black background.


Color preview on white background

This text has color #D4DFDD on white background.



Black color preview on #D4DFDD background

This text has black color on #D4DFDD background.


White color preview on #D4DFDD background

This text has white color on #D4DFDD background.