COLOR #D1D8AD

HEX: #D1D8AD RGB: (209,216,173)

Color info

#D1D8AD contains red, green and blue colors in about the same proportion. Web safe color of #D1D8AD is #CCCC99 (or #CC9).

RGB color model

#D1D8AD color RGB value is (209,216,173).

RGB: (209,216,173) (82%, 85%, 68%)

RGB channels and saturation

R 209 of 255 = 82%
G 216 of 255 = 85%
B 173 of 255 = 68%

209
216
173

R + G + B ~ 78%. #D1D8AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 216 + 173 = 598 (100%)
R 209 of 598 ~ 34.95%
G 216 of 598 ~ 36.12%
B 173 of 598 ~ 28.93'%

%34.95
%36.12
%28.93

CMYK color model

#D1D8AD color CMYK value is (3,0,20,15).

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 15.29%
CMYK: (3,0,20,15) C3M0Y20K15 (3%,0%,20%,15%) (0.03/0.00/0.20/0.15) 

CMYK percentages

%3.24
%0
%19.91
%15.29

Codes

Color #D1D8AD in popluar color models

D1 D8 AD
RGB 209 216 173
HSL 70° 35.54% 76.27%
HSB/HSV 70° 19.91% 84.71%
CMYK 3.24% 0.00% 19.91%
15.29%

Color #D1D8AD in popluar number systems.

HEX D1 D8 AD
Decimal 209 216 173
Binary 11010001 11011000 10101101
Octal 321 330 255

Shades and tints

Shades of #D1D8AD

#D1D8AD
(209,216,173)
#BEC59E
(190,197,158)
#ABB28F
(171,178,143)
#989F80
(152,159,128)
#858C71
(133,140,113)
#727962
(114,121,98)
#5F6653
(95,102,83)
#4C5344
(76,83,68)
#394035
(57,64,53)
#262D26
(38,45,38)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #D1D8AD

#D1D8AD
(209,216,173)
#D5DBB4
(213,219,180)
#D9DEBB
(217,222,187)
#DDE1C2
(221,225,194)
#E1E4C9
(225,228,201)
#E5E7D0
(229,231,208)
#E9EAD7
(233,234,215)
#EDEDDE
(237,237,222)
#F1F0E5
(241,240,229)
#F5F3EC
(245,243,236)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D8AD color. Also use rgb(209,216,173) instead hex code.

Text Font Color

.myTextColor { color: #D1D8AD; }

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

This text font color is #D1D8AD.

Background Color

.myBgColor { background-color: #D1D8AD; }

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

This div background color is #D1D8AD.

Border color

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

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

This div border color is #D1D8AD.

Opacity

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

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

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

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

This text has shadow with #D1D8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1D8AD.

Preview

Color preview on black background

This text has color #D1D8AD on black background.


Color preview on white background

This text has color #D1D8AD on white background.


Black color preview on #D1D8AD background

This text has black color on #D1D8AD background.


White color preview on #D1D8AD background

This text has white color on #D1D8AD background.


Related colors

Complementary color

Complementary color for #hex is #2E2752.


I love getcolorcode.com

Triadic colors

1 #ADD1D8 and #D8ADD1 with #D1D8AD are triadic colors.

2 #ADD8D1 and #D8D1AD with #D1D8AD are triadic colors.