COLOR #D9D7DD

HEX: #D9D7DD RGB: (217,215,221)

Color info

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

RGB color model

#D9D7DD color RGB value is (217,215,221).

RGB: (217,215,221) (85%, 84%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 215 of 255 = 84%
B 221 of 255 = 87%

217
215
221

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

Portions of RGB colors in percentages

R + G + B = 217 + 215 + 221 = 653 (100%)
R 217 of 653 ~ 33.23%
G 215 of 653 ~ 32.92%
B 221 of 653 ~ 33.84'%

%33.23
%32.92
%33.84

CMYK color model

#D9D7DD color CMYK value is (2,3,0,13).

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

CMYK: (2,3,0,13)
C2M3Y0K13 (2%, 3%, 0%, 13%)
(0.02 / 0.03 / 0.00 / 0.13)

CMYK percentages

%1.81
%2.71
%0
%13.33

Codes

Color #D9D7DD in popluar color models

D9 D7 DD
RGB 217 215 221
HSL 260° 8.11% 85.49%
HSB/HSV 260° 2.71% 86.67%
CMYK 1.81% 2.71% 0.00%
13.33%

Color #D9D7DD in popluar number systems.

HEX D9 D7 DD
Decimal 217 215 221
Binary 11011001 11010111 11011101
Octal 331 327 335

Shades and tints

Shades of #D9D7DD

#D9D7DD
(217,215,221)
#C6C4C9
(198,196,201)
#B3B1B5
(179,177,181)
#A09EA1
(160,158,161)
#8D8B8D
(141,139,141)
#7A7879
(122,120,121)
#676565
(103,101,101)
#545251
(84,82,81)
#413F3D
(65,63,61)
#2E2C29
(46,44,41)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #D9D7DD

#D9D7DD
(217,215,221)
#DCDAE0
(220,218,224)
#DFDDE3
(223,221,227)
#E2E0E6
(226,224,230)
#E5E3E9
(229,227,233)
#E8E6EC
(232,230,236)
#EBE9EF
(235,233,239)
#EEECF2
(238,236,242)
#F1EFF5
(241,239,245)
#F4F2F8
(244,242,248)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D7DD; }

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

This text font color is #D9D7DD.

Background Color

.myBgColor { background-color: #D9D7DD; }

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

This div background color is #D9D7DD.

Border color

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

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

This div border color is #D9D7DD.

Opacity

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

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

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

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

This text has shadow with #D9D7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9D7DD.

Preview

Color preview on black background

This text has color #D9D7DD on black background.


Color preview on white background

This text has color #D9D7DD on white background.


Black color preview on #D9D7DD background

This text has black color on #D9D7DD background.


White color preview on #D9D7DD background

This text has white color on #D9D7DD background.


Related colors

Complementary color

Complementary color for #hex is #262822.


I love getcolorcode.com

Triadic colors

1 #DDD9D7 and #D7DDD9 with #D9D7DD are triadic colors.

2 #DDD7D9 and #D7D9DD with #D9D7DD are triadic colors.