COLOR #D8DDC9

HEX: #D8DDC9
RGB: (216,221,201)

Color info

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

RGB color model

#D8DDC9 color RGB value is (216,221,201).

  • red value is 216;
  • green value is 221;
  • blue value is 201.
RGB:
(216,221,201)
(85%,87%,79%)

RGB channels and saturation

R 216 of 255 = 85%
G 221 of 255 = 87%
B 201 of 255 = 79%

216
221
201

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

Portions of RGB colors in percentages

R + G + B =
216 + 221 + 201 = 638 (100%)
R 216 of 638 ~ 33.86%
G 221 of 638 ~ 34.64%
B 201 of 638 ~ 31.5%

%33.86
%34.64
%31.5

CMYK color model

#D8DDC9 color CMYK value is (2,0,9,13).

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 13.33%
CMYK:
(2,0,9,13)
C2M0Y9K13 
(2%,0%,9%,13%)
(0.02/0.00/0.09/0.13)	

CMYK percentages

%2.26
%0
%9.05
%13.33

Codes

Color #D8DDC9 in popluar color models

D8DDC9
RGB216221201
HSL75°22.73%82.75%
HSB/HSV75°9.05%86.67%
CMYK2.26%0.00%9.05%
13.33%

Color #D8DDC9 in popluar number systems.

HEXD8DDC9
Decimal216221201
Binary110110001101110111001001
Octal330335311

Shades and tints

Shades of #D8DDC9

#D8DDC9
(216,221,201)
#C5C9B7
(197,201,183)
#B2B5A5
(178,181,165)
#9FA193
(159,161,147)
#8C8D81
(140,141,129)
#79796F
(121,121,111)
#66655D
(102,101,93)
#53514B
(83,81,75)
#403D39
(64,61,57)
#2D2927
(45,41,39)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #D8DDC9

#D8DDC9
(216,221,201)
#DBE0CD
(219,224,205)
#DEE3D1
(222,227,209)
#E1E6D5
(225,230,213)
#E4E9D9
(228,233,217)
#E7ECDD
(231,236,221)
#EAEFE1
(234,239,225)
#EDF2E5
(237,242,229)
#F0F5E9
(240,245,233)
#F3F8ED
(243,248,237)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DDC9 color. Also use rgb(216,221,201) instead hex code.

Text Font Color

.myTextColor { color: #D8DDC9; }

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

This text font color is #D8DDC9.


Background Color

.myBgColor { background-color: #D8DDC9; }

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

This div background color is #D8DDC9.


Border color

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

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

This div border color is #D8DDC9.


Opacity

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

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

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

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

This text has shadow with #D8DDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DDC9 on black background.


Color preview on white background

This text has color #D8DDC9 on white background.



Black color preview on #D8DDC9 background

This text has black color on #D8DDC9 background.


White color preview on #D8DDC9 background

This text has white color on #D8DDC9 background.