COLOR #D4D6DD

HEX: #D4D6DD RGB: (212,214,221)

Color info

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

RGB color model

#D4D6DD color RGB value is (212,214,221).

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

RGB channels and saturation

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

212
214
221

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

Portions of RGB colors in percentages

R + G + B = 212 + 214 + 221 = 647 (100%)
R 212 of 647 ~ 32.77%
G 214 of 647 ~ 33.08%
B 221 of 647 ~ 34.16'%

%32.77
%33.08
%34.16

CMYK color model

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

  • cyan value is 4.07%
  • magenta value is 3.17%
  • 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
%3.17
%0
%13.33

Codes

Color #D4D6DD in popluar color models

D4 D6 DD
RGB 212 214 221
HSL 227° 11.69% 84.90%
HSB/HSV 227° 4.07% 86.67%
CMYK 4.07% 3.17% 0.00%
13.33%

Color #D4D6DD in popluar number systems.

HEX D4 D6 DD
Decimal 212 214 221
Binary 11010100 11010110 11011101
Octal 324 326 335

Shades and tints

Shades of #D4D6DD

#D4D6DD
(212,214,221)
#C1C3C9
(193,195,201)
#AEB0B5
(174,176,181)
#9B9DA1
(155,157,161)
#888A8D
(136,138,141)
#757779
(117,119,121)
#626465
(98,100,101)
#4F5151
(79,81,81)
#3C3E3D
(60,62,61)
#292B29
(41,43,41)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #D4D6DD

#D4D6DD
(212,214,221)
#D7D9E0
(215,217,224)
#DADCE3
(218,220,227)
#DDDFE6
(221,223,230)
#E0E2E9
(224,226,233)
#E3E5EC
(227,229,236)
#E6E8EF
(230,232,239)
#E9EBF2
(233,235,242)
#ECEEF5
(236,238,245)
#EFF1F8
(239,241,248)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D6DD; }

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

This text font color is #D4D6DD.

Background Color

.myBgColor { background-color: #D4D6DD; }

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

This div background color is #D4D6DD.

Border color

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

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

This div border color is #D4D6DD.

Opacity

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

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

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

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

This text has shadow with #D4D6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D6DD.

Preview

Color preview on black background

This text has color #D4D6DD on black background.


Color preview on white background

This text has color #D4D6DD on white background.


Black color preview on #D4D6DD background

This text has black color on #D4D6DD background.


White color preview on #D4D6DD background

This text has white color on #D4D6DD background.


Related colors

Complementary color

Complementary color for #hex is #2B2922.


I love getcolorcode.com

Triadic colors

1 #DDD4D6 and #D6DDD4 with #D4D6DD are triadic colors.

2 #DDD6D4 and #D6D4DD with #D4D6DD are triadic colors.