COLOR #D1D8CD

HEX: #D1D8CD RGB: (209,216,205)

Color info

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

RGB color model

#D1D8CD color RGB value is (209,216,205).

RGB: (209,216,205) (82%, 85%, 80%)

RGB channels and saturation

R 209 of 255 = 82%
G 216 of 255 = 85%
B 205 of 255 = 80%

209
216
205

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

Portions of RGB colors in percentages

R + G + B = 209 + 216 + 205 = 630 (100%)
R 209 of 630 ~ 33.17%
G 216 of 630 ~ 34.29%
B 205 of 630 ~ 32.54'%

%33.17
%34.29
%32.54

CMYK color model

#D1D8CD color CMYK value is (3,0,5,15).

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 5.09%
  • key color value is 15.29%

CMYK: (3,0,5,15)
C3M0Y5K15 (3%, 0%, 5%, 15%)
(0.03 / 0.00 / 0.05 / 0.15)

CMYK percentages

%3.24
%0
%5.09
%15.29

Codes

Color #D1D8CD in popluar color models

D1 D8 CD
RGB 209 216 205
HSL 98° 12.36% 82.55%
HSB/HSV 98° 5.09% 84.71%
CMYK 3.24% 0.00% 5.09%
15.29%

Color #D1D8CD in popluar number systems.

HEX D1 D8 CD
Decimal 209 216 205
Binary 11010001 11011000 11001101
Octal 321 330 315

Shades and tints

Shades of #D1D8CD

#D1D8CD
(209,216,205)
#BEC5BB
(190,197,187)
#ABB2A9
(171,178,169)
#989F97
(152,159,151)
#858C85
(133,140,133)
#727973
(114,121,115)
#5F6661
(95,102,97)
#4C534F
(76,83,79)
#39403D
(57,64,61)
#262D2B
(38,45,43)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #D1D8CD

#D1D8CD
(209,216,205)
#D5DBD1
(213,219,209)
#D9DED5
(217,222,213)
#DDE1D9
(221,225,217)
#E1E4DD
(225,228,221)
#E5E7E1
(229,231,225)
#E9EAE5
(233,234,229)
#EDEDE9
(237,237,233)
#F1F0ED
(241,240,237)
#F5F3F1
(245,243,241)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D8CD; }

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

This text font color is #D1D8CD.

Background Color

.myBgColor { background-color: #D1D8CD; }

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

This div background color is #D1D8CD.

Border color

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

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

This div border color is #D1D8CD.

Opacity

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

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

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

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

This text has shadow with #D1D8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1D8CD.

Preview

Color preview on black background

This text has color #D1D8CD on black background.


Color preview on white background

This text has color #D1D8CD on white background.


Black color preview on #D1D8CD background

This text has black color on #D1D8CD background.


White color preview on #D1D8CD background

This text has white color on #D1D8CD background.


Related colors

Complementary color

Complementary color for #hex is #2E2732.


I love getcolorcode.com

Triadic colors

1 #CDD1D8 and #D8CDD1 with #D1D8CD are triadic colors.

2 #CDD8D1 and #D8D1CD with #D1D8CD are triadic colors.