COLOR #D4D7DD

HEX: #D4D7DD RGB: (212,215,221)

Color info

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

RGB color model

#D4D7DD color RGB value is (212,215,221).

RGB: (212,215,221) (83%, 84%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 215 of 255 = 84%
B 221 of 255 = 87%

212
215
221

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

Portions of RGB colors in percentages

R + G + B = 212 + 215 + 221 = 648 (100%)
R 212 of 648 ~ 32.72%
G 215 of 648 ~ 33.18%
B 221 of 648 ~ 34.1'%

%32.72
%33.18
%34.1

CMYK color model

#D4D7DD color CMYK value is (4,3,0,13).

  • cyan value is 4.07%
  • magenta value is 2.71%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (4,3,0,13)
C4M3Y0K13 (4%, 3%, 0%, 13%)
(0.04 / 0.03 / 0.00 / 0.13)

CMYK percentages

%4.07
%2.71
%0
%13.33

Codes

Color #D4D7DD in popluar color models

D4 D7 DD
RGB 212 215 221
HSL 220° 11.69% 84.90%
HSB/HSV 220° 4.07% 86.67%
CMYK 4.07% 2.71% 0.00%
13.33%

Color #D4D7DD in popluar number systems.

HEX D4 D7 DD
Decimal 212 215 221
Binary 11010100 11010111 11011101
Octal 324 327 335

Shades and tints

Shades of #D4D7DD

#D4D7DD
(212,215,221)
#C1C4C9
(193,196,201)
#AEB1B5
(174,177,181)
#9B9EA1
(155,158,161)
#888B8D
(136,139,141)
#757879
(117,120,121)
#626565
(98,101,101)
#4F5251
(79,82,81)
#3C3F3D
(60,63,61)
#292C29
(41,44,41)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #D4D7DD

#D4D7DD
(212,215,221)
#D7DAE0
(215,218,224)
#DADDE3
(218,221,227)
#DDE0E6
(221,224,230)
#E0E3E9
(224,227,233)
#E3E6EC
(227,230,236)
#E6E9EF
(230,233,239)
#E9ECF2
(233,236,242)
#ECEFF5
(236,239,245)
#EFF2F8
(239,242,248)
#F2F5FB
(242,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D7DD; }

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

This text font color is #D4D7DD.

Background Color

.myBgColor { background-color: #D4D7DD; }

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

This div background color is #D4D7DD.

Border color

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

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

This div border color is #D4D7DD.

Opacity

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

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

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

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

This text has shadow with #D4D7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D7DD.

Preview

Color preview on black background

This text has color #D4D7DD on black background.


Color preview on white background

This text has color #D4D7DD on white background.


Black color preview on #D4D7DD background

This text has black color on #D4D7DD background.


White color preview on #D4D7DD background

This text has white color on #D4D7DD background.


Related colors

Complementary color

Complementary color for #hex is #2B2822.


I love getcolorcode.com

Triadic colors

1 #DDD4D7 and #D7DDD4 with #D4D7DD are triadic colors.

2 #DDD7D4 and #D7D4DD with #D4D7DD are triadic colors.