COLOR #D4DFD3

HEX: #D4DFD3 RGB: (212,223,211)

Color info

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

RGB color model

#D4DFD3 color RGB value is (212,223,211).

RGB: (212,223,211) (83%, 87%, 83%)

RGB channels and saturation

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

212
223
211

R + G + B ~ 84%. #D4DFD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 223 + 211 = 646 (100%)
R 212 of 646 ~ 32.82%
G 223 of 646 ~ 34.52%
B 211 of 646 ~ 32.66'%

%32.82
%34.52
%32.66

CMYK color model

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

  • cyan value is 4.93%
  • magenta value is 0.00%
  • yellow value is 5.38%
  • key color value is 12.55%

CMYK: (5,0,5,13)
C5M0Y5K13 (5%, 0%, 5%, 13%)
(0.05 / 0.00 / 0.05 / 0.13)

CMYK percentages

%4.93
%0
%5.38
%12.55

Codes

Color #D4DFD3 in popluar color models

D4 DF D3
RGB 212 223 211
HSL 115° 15.79% 85.10%
HSB/HSV 115° 5.38% 87.45%
CMYK 4.93% 0.00% 5.38%
12.55%

Color #D4DFD3 in popluar number systems.

HEX D4 DF D3
Decimal 212 223 211
Binary 11010100 11011111 11010011
Octal 324 337 323

Shades and tints

Shades of #D4DFD3

#D4DFD3
(212,223,211)
#C1CBC0
(193,203,192)
#AEB7AD
(174,183,173)
#9BA39A
(155,163,154)
#888F87
(136,143,135)
#757B74
(117,123,116)
#626761
(98,103,97)
#4F534E
(79,83,78)
#3C3F3B
(60,63,59)
#292B28
(41,43,40)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #D4DFD3

#D4DFD3
(212,223,211)
#D7E1D7
(215,225,215)
#DAE3DB
(218,227,219)
#DDE5DF
(221,229,223)
#E0E7E3
(224,231,227)
#E3E9E7
(227,233,231)
#E6EBEB
(230,235,235)
#E9EDEF
(233,237,239)
#ECEFF3
(236,239,243)
#EFF1F7
(239,241,247)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DFD3; }

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

This text font color is #D4DFD3.

Background Color

.myBgColor { background-color: #D4DFD3; }

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

This div background color is #D4DFD3.

Border color

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

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

This div border color is #D4DFD3.

Opacity

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

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

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

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

This text has shadow with #D4DFD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DFD3.

Preview

Color preview on black background

This text has color #D4DFD3 on black background.


Color preview on white background

This text has color #D4DFD3 on white background.


Black color preview on #D4DFD3 background

This text has black color on #D4DFD3 background.


White color preview on #D4DFD3 background

This text has white color on #D4DFD3 background.


Related colors

Complementary color

Complementary color for #hex is #2B202C.


I love getcolorcode.com

Triadic colors

1 #D3D4DF and #DFD3D4 with #D4DFD3 are triadic colors.

2 #D3DFD4 and #DFD4D3 with #D4DFD3 are triadic colors.