COLOR #D9DABD

HEX: #D9DABD RGB: (217,218,189)

Color info

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

RGB color model

#D9DABD color RGB value is (217,218,189).

RGB: (217,218,189) (85%, 85%, 74%)

RGB channels and saturation

R 217 of 255 = 85%
G 218 of 255 = 85%
B 189 of 255 = 74%

217
218
189

R + G + B ~ 81%. #D9DABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 218 + 189 = 624 (100%)
R 217 of 624 ~ 34.78%
G 218 of 624 ~ 34.94%
B 189 of 624 ~ 30.29'%

%34.78
%34.94
%30.29

CMYK color model

#D9DABD color CMYK value is (0,0,13,15).

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 14.51%

CMYK: (0,0,13,15)
C0M0Y13K15 (0%, 0%, 13%, 15%)
(0.00 / 0.00 / 0.13 / 0.15)

CMYK percentages

%0.46
%0
%13.3
%14.51

Codes

Color #D9DABD in popluar color models

D9 DA BD
RGB 217 218 189
HSL 62° 28.16% 79.80%
HSB/HSV 62° 13.30% 85.49%
CMYK 0.46% 0.00% 13.30%
14.51%

Color #D9DABD in popluar number systems.

HEX D9 DA BD
Decimal 217 218 189
Binary 11011001 11011010 10111101
Octal 331 332 275

Shades and tints

Shades of #D9DABD

#D9DABD
(217,218,189)
#C6C7AC
(198,199,172)
#B3B49B
(179,180,155)
#A0A18A
(160,161,138)
#8D8E79
(141,142,121)
#7A7B68
(122,123,104)
#676857
(103,104,87)
#545546
(84,85,70)
#414235
(65,66,53)
#2E2F24
(46,47,36)
#1B1C13
(27,28,19)
#000000
(0,0,0)

Tints of #D9DABD

#D9DABD
(217,218,189)
#DCDDC3
(220,221,195)
#DFE0C9
(223,224,201)
#E2E3CF
(226,227,207)
#E5E6D5
(229,230,213)
#E8E9DB
(232,233,219)
#EBECE1
(235,236,225)
#EEEFE7
(238,239,231)
#F1F2ED
(241,242,237)
#F4F5F3
(244,245,243)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DABD; }

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

This text font color is #D9DABD.

Background Color

.myBgColor { background-color: #D9DABD; }

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

This div background color is #D9DABD.

Border color

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

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

This div border color is #D9DABD.

Opacity

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

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

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

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

This text has shadow with #D9DABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DABD.

Preview

Color preview on black background

This text has color #D9DABD on black background.


Color preview on white background

This text has color #D9DABD on white background.


Black color preview on #D9DABD background

This text has black color on #D9DABD background.


White color preview on #D9DABD background

This text has white color on #D9DABD background.


Related colors

Complementary color

Complementary color for #hex is #262542.


I love getcolorcode.com

Triadic colors

1 #BDD9DA and #DABDD9 with #D9DABD are triadic colors.

2 #BDDAD9 and #DAD9BD with #D9DABD are triadic colors.