COLOR #D9DDBD

HEX: #D9DDBD RGB: (217,221,189)

Color info

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

RGB color model

#D9DDBD color RGB value is (217,221,189).

RGB: (217,221,189) (85%, 87%, 74%)

RGB channels and saturation

R 217 of 255 = 85%
G 221 of 255 = 87%
B 189 of 255 = 74%

217
221
189

R + G + B ~ 82%. #D9DDBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 221 + 189 = 627 (100%)
R 217 of 627 ~ 34.61%
G 221 of 627 ~ 35.25%
B 189 of 627 ~ 30.14'%

%34.61
%35.25
%30.14

CMYK color model

#D9DDBD color CMYK value is (2,0,14,13).

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

CMYK: (2,0,14,13)
C2M0Y14K13 (2%, 0%, 14%, 13%)
(0.02 / 0.00 / 0.14 / 0.13)

CMYK percentages

%1.81
%0
%14.48
%13.33

Codes

Color #D9DDBD in popluar color models

D9 DD BD
RGB 217 221 189
HSL 68° 32.00% 80.39%
HSB/HSV 68° 14.48% 86.67%
CMYK 1.81% 0.00% 14.48%
13.33%

Color #D9DDBD in popluar number systems.

HEX D9 DD BD
Decimal 217 221 189
Binary 11011001 11011101 10111101
Octal 331 335 275

Shades and tints

Shades of #D9DDBD

#D9DDBD
(217,221,189)
#C6C9AC
(198,201,172)
#B3B59B
(179,181,155)
#A0A18A
(160,161,138)
#8D8D79
(141,141,121)
#7A7968
(122,121,104)
#676557
(103,101,87)
#545146
(84,81,70)
#413D35
(65,61,53)
#2E2924
(46,41,36)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #D9DDBD

#D9DDBD
(217,221,189)
#DCE0C3
(220,224,195)
#DFE3C9
(223,227,201)
#E2E6CF
(226,230,207)
#E5E9D5
(229,233,213)
#E8ECDB
(232,236,219)
#EBEFE1
(235,239,225)
#EEF2E7
(238,242,231)
#F1F5ED
(241,245,237)
#F4F8F3
(244,248,243)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DDBD; }

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

This text font color is #D9DDBD.

Background Color

.myBgColor { background-color: #D9DDBD; }

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

This div background color is #D9DDBD.

Border color

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

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

This div border color is #D9DDBD.

Opacity

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

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

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

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

This text has shadow with #D9DDBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DDBD.

Preview

Color preview on black background

This text has color #D9DDBD on black background.


Color preview on white background

This text has color #D9DDBD on white background.


Black color preview on #D9DDBD background

This text has black color on #D9DDBD background.


White color preview on #D9DDBD background

This text has white color on #D9DDBD background.


Related colors

Complementary color

Complementary color for #hex is #262242.


I love getcolorcode.com

Triadic colors

1 #BDD9DD and #DDBDD9 with #D9DDBD are triadic colors.

2 #BDDDD9 and #DDD9BD with #D9DDBD are triadic colors.