COLOR #D4DED9

HEX: #D4DED9 RGB: (212,222,217)

Color info

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

RGB color model

#D4DED9 color RGB value is (212,222,217).

RGB: (212,222,217) (83%, 87%, 85%)

RGB channels and saturation

R 212 of 255 = 83%
G 222 of 255 = 87%
B 217 of 255 = 85%

212
222
217

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

Portions of RGB colors in percentages

R + G + B = 212 + 222 + 217 = 651 (100%)
R 212 of 651 ~ 32.57%
G 222 of 651 ~ 34.1%
B 217 of 651 ~ 33.33'%

%32.57
%34.1
%33.33

CMYK color model

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

  • cyan value is 4.50%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 12.94%

CMYK: (5,0,2,13)
C5M0Y2K13 (5%, 0%, 2%, 13%)
(0.05 / 0.00 / 0.02 / 0.13)

CMYK percentages

%4.5
%0
%2.25
%12.94

Codes

Color #D4DED9 in popluar color models

D4 DE D9
RGB 212 222 217
HSL 150° 13.16% 85.10%
HSB/HSV 150° 4.50% 87.06%
CMYK 4.50% 0.00% 2.25%
12.94%

Color #D4DED9 in popluar number systems.

HEX D4 DE D9
Decimal 212 222 217
Binary 11010100 11011110 11011001
Octal 324 336 331

Shades and tints

Shades of #D4DED9

#D4DED9
(212,222,217)
#C1CAC6
(193,202,198)
#AEB6B3
(174,182,179)
#9BA2A0
(155,162,160)
#888E8D
(136,142,141)
#757A7A
(117,122,122)
#626667
(98,102,103)
#4F5254
(79,82,84)
#3C3E41
(60,62,65)
#292A2E
(41,42,46)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #D4DED9

#D4DED9
(212,222,217)
#D7E1DC
(215,225,220)
#DAE4DF
(218,228,223)
#DDE7E2
(221,231,226)
#E0EAE5
(224,234,229)
#E3EDE8
(227,237,232)
#E6F0EB
(230,240,235)
#E9F3EE
(233,243,238)
#ECF6F1
(236,246,241)
#EFF9F4
(239,249,244)
#F2FCF7
(242,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DED9 color. Also use rgb(212,222,217) instead hex code.

Text Font Color

.myTextColor { color: #D4DED9; }

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

This text font color is #D4DED9.

Background Color

.myBgColor { background-color: #D4DED9; }

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

This div background color is #D4DED9.

Border color

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

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

This div border color is #D4DED9.

Opacity

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

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

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

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

This text has shadow with #D4DED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DED9.

Preview

Color preview on black background

This text has color #D4DED9 on black background.


Color preview on white background

This text has color #D4DED9 on white background.


Black color preview on #D4DED9 background

This text has black color on #D4DED9 background.


White color preview on #D4DED9 background

This text has white color on #D4DED9 background.


Related colors

Complementary color

Complementary color for #hex is #2B2126.


I love getcolorcode.com

Triadic colors

1 #D9D4DE and #DED9D4 with #D4DED9 are triadic colors.

2 #D9DED4 and #DED4D9 with #D4DED9 are triadic colors.