COLOR #D9DBD1

HEX: #D9DBD1 RGB: (217,219,209)

Color info

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

RGB color model

#D9DBD1 color RGB value is (217,219,209).

RGB: (217,219,209) (85%, 86%, 82%)

RGB channels and saturation

R 217 of 255 = 85%
G 219 of 255 = 86%
B 209 of 255 = 82%

217
219
209

R + G + B ~ 84%. #D9DBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 219 + 209 = 645 (100%)
R 217 of 645 ~ 33.64%
G 219 of 645 ~ 33.95%
B 209 of 645 ~ 32.4'%

%33.64
%33.95
%32.4

CMYK color model

#D9DBD1 color CMYK value is (1,0,5,14).

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 14.12%
CMYK: (1,0,5,14) C1M0Y5K14 (1%,0%,5%,14%) (0.01/0.00/0.05/0.14) 

CMYK percentages

%0.91
%0
%4.57
%14.12

Codes

Color #D9DBD1 in popluar color models

D9 DB D1
RGB 217 219 209
HSL 72° 12.20% 83.92%
HSB/HSV 72° 4.57% 85.88%
CMYK 0.91% 0.00% 4.57%
14.12%

Color #D9DBD1 in popluar number systems.

HEX D9 DB D1
Decimal 217 219 209
Binary 11011001 11011011 11010001
Octal 331 333 321

Shades and tints

Shades of #D9DBD1

#D9DBD1
(217,219,209)
#C6C8BE
(198,200,190)
#B3B5AB
(179,181,171)
#A0A298
(160,162,152)
#8D8F85
(141,143,133)
#7A7C72
(122,124,114)
#67695F
(103,105,95)
#54564C
(84,86,76)
#414339
(65,67,57)
#2E3026
(46,48,38)
#1B1D13
(27,29,19)
#000000
(0,0,0)

Tints of #D9DBD1

#D9DBD1
(217,219,209)
#DCDED5
(220,222,213)
#DFE1D9
(223,225,217)
#E2E4DD
(226,228,221)
#E5E7E1
(229,231,225)
#E8EAE5
(232,234,229)
#EBEDE9
(235,237,233)
#EEF0ED
(238,240,237)
#F1F3F1
(241,243,241)
#F4F6F5
(244,246,245)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DBD1 color. Also use rgb(217,219,209) instead hex code.

Text Font Color

.myTextColor { color: #D9DBD1; }

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

This text font color is #D9DBD1.

Background Color

.myBgColor { background-color: #D9DBD1; }

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

This div background color is #D9DBD1.

Border color

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

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

This div border color is #D9DBD1.

Opacity

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

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

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

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

This text has shadow with #D9DBD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DBD1.

Preview

Color preview on black background

This text has color #D9DBD1 on black background.


Color preview on white background

This text has color #D9DBD1 on white background.


Black color preview on #D9DBD1 background

This text has black color on #D9DBD1 background.


White color preview on #D9DBD1 background

This text has white color on #D9DBD1 background.


Related colors

Complementary color

Complementary color for #hex is #26242E.


I love getcolorcode.com

Triadic colors

1 #D1D9DB and #DBD1D9 with #D9DBD1 are triadic colors.

2 #D1DBD9 and #DBD9D1 with #D9DBD1 are triadic colors.