COLOR #D9DED2

HEX: #D9DED2 RGB: (217,222,210)

Color info

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

RGB color model

#D9DED2 color RGB value is (217,222,210).

RGB: (217,222,210) (85%, 87%, 82%)

RGB channels and saturation

R 217 of 255 = 85%
G 222 of 255 = 87%
B 210 of 255 = 82%

217
222
210

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

Portions of RGB colors in percentages

R + G + B = 217 + 222 + 210 = 649 (100%)
R 217 of 649 ~ 33.44%
G 222 of 649 ~ 34.21%
B 210 of 649 ~ 32.36'%

%33.44
%34.21
%32.36

CMYK color model

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

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

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

CMYK percentages

%2.25
%0
%5.41
%12.94

Codes

Color #D9DED2 in popluar color models

D9 DE D2
RGB 217 222 210
HSL 85° 15.38% 84.71%
HSB/HSV 85° 5.41% 87.06%
CMYK 2.25% 0.00% 5.41%
12.94%

Color #D9DED2 in popluar number systems.

HEX D9 DE D2
Decimal 217 222 210
Binary 11011001 11011110 11010010
Octal 331 336 322

Shades and tints

Shades of #D9DED2

#D9DED2
(217,222,210)
#C6CABF
(198,202,191)
#B3B6AC
(179,182,172)
#A0A299
(160,162,153)
#8D8E86
(141,142,134)
#7A7A73
(122,122,115)
#676660
(103,102,96)
#54524D
(84,82,77)
#413E3A
(65,62,58)
#2E2A27
(46,42,39)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #D9DED2

#D9DED2
(217,222,210)
#DCE1D6
(220,225,214)
#DFE4DA
(223,228,218)
#E2E7DE
(226,231,222)
#E5EAE2
(229,234,226)
#E8EDE6
(232,237,230)
#EBF0EA
(235,240,234)
#EEF3EE
(238,243,238)
#F1F6F2
(241,246,242)
#F4F9F6
(244,249,246)
#F7FCFA
(247,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DED2; }

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

This text font color is #D9DED2.

Background Color

.myBgColor { background-color: #D9DED2; }

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

This div background color is #D9DED2.

Border color

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

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

This div border color is #D9DED2.

Opacity

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

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

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

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

This text has shadow with #D9DED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DED2.

Preview

Color preview on black background

This text has color #D9DED2 on black background.


Color preview on white background

This text has color #D9DED2 on white background.


Black color preview on #D9DED2 background

This text has black color on #D9DED2 background.


White color preview on #D9DED2 background

This text has white color on #D9DED2 background.


Related colors

Complementary color

Complementary color for #hex is #26212D.


I love getcolorcode.com

Triadic colors

1 #D2D9DE and #DED2D9 with #D9DED2 are triadic colors.

2 #D2DED9 and #DED9D2 with #D9DED2 are triadic colors.