COLOR #D4DFD6

HEX: #D4DFD6 RGB: (212,223,214)

Color info

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

RGB color model

#D4DFD6 color RGB value is (212,223,214).

RGB: (212,223,214) (83%, 87%, 84%)

RGB channels and saturation

R 212 of 255 = 83%
G 223 of 255 = 87%
B 214 of 255 = 84%

212
223
214

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

Portions of RGB colors in percentages

R + G + B = 212 + 223 + 214 = 649 (100%)
R 212 of 649 ~ 32.67%
G 223 of 649 ~ 34.36%
B 214 of 649 ~ 32.97'%

%32.67
%34.36
%32.97

CMYK color model

#D4DFD6 color CMYK value is (5,0,4,13).

  • cyan value is 4.93%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 12.55%
CMYK: (5,0,4,13) C5M0Y4K13 (5%,0%,4%,13%) (0.05/0.00/0.04/0.13) 

CMYK percentages

%4.93
%0
%4.04
%12.55

Codes

Color #D4DFD6 in popluar color models

D4 DF D6
RGB 212 223 214
HSL 131° 14.67% 85.29%
HSB/HSV 131° 4.93% 87.45%
CMYK 4.93% 0.00% 4.04%
12.55%

Color #D4DFD6 in popluar number systems.

HEX D4 DF D6
Decimal 212 223 214
Binary 11010100 11011111 11010110
Octal 324 337 326

Shades and tints

Shades of #D4DFD6

#D4DFD6
(212,223,214)
#C1CBC3
(193,203,195)
#AEB7B0
(174,183,176)
#9BA39D
(155,163,157)
#888F8A
(136,143,138)
#757B77
(117,123,119)
#626764
(98,103,100)
#4F5351
(79,83,81)
#3C3F3E
(60,63,62)
#292B2B
(41,43,43)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #D4DFD6

#D4DFD6
(212,223,214)
#D7E1D9
(215,225,217)
#DAE3DC
(218,227,220)
#DDE5DF
(221,229,223)
#E0E7E2
(224,231,226)
#E3E9E5
(227,233,229)
#E6EBE8
(230,235,232)
#E9EDEB
(233,237,235)
#ECEFEE
(236,239,238)
#EFF1F1
(239,241,241)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DFD6; }

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

This text font color is #D4DFD6.

Background Color

.myBgColor { background-color: #D4DFD6; }

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

This div background color is #D4DFD6.

Border color

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

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

This div border color is #D4DFD6.

Opacity

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

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

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

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

This text has shadow with #D4DFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DFD6.

Preview

Color preview on black background

This text has color #D4DFD6 on black background.


Color preview on white background

This text has color #D4DFD6 on white background.


Black color preview on #D4DFD6 background

This text has black color on #D4DFD6 background.


White color preview on #D4DFD6 background

This text has white color on #D4DFD6 background.


Related colors

Complementary color

Complementary color for #hex is #2B2029.


I love getcolorcode.com

Triadic colors

1 #D6D4DF and #DFD6D4 with #D4DFD6 are triadic colors.

2 #D6DFD4 and #DFD4D6 with #D4DFD6 are triadic colors.