COLOR #D8DDD1

HEX: #D8DDD1
RGB: (216,221,209)

Color info

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

RGB color model

#D8DDD1 color RGB value is (216,221,209).

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

RGB channels and saturation

R 216 of 255 = 85%
G 221 of 255 = 87%
B 209 of 255 = 82%

216
221
209

R + G + B ~ 85%. #D8DDD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 221 + 209 = 646 (100%)
R 216 of 646 ~ 33.44%
G 221 of 646 ~ 34.21%
B 209 of 646 ~ 32.35%

%33.44
%34.21
%32.35

CMYK color model

#D8DDD1 color CMYK value is (2,0,5,13).

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK:
(2,0,5,13)
C2M0Y5K13 
(2%,0%,5%,13%)
(0.02/0.00/0.05/0.13)	

CMYK percentages

%2.26
%0
%5.43
%13.33

Codes

Color #D8DDD1 in popluar color models

D8DDD1
RGB216221209
HSL85°15.00%84.31%
HSB/HSV85°5.43%86.67%
CMYK2.26%0.00%5.43%
13.33%

Color #D8DDD1 in popluar number systems.

HEXD8DDD1
Decimal216221209
Binary110110001101110111010001
Octal330335321

Shades and tints

Shades of #D8DDD1

#D8DDD1
(216,221,209)
#C5C9BE
(197,201,190)
#B2B5AB
(178,181,171)
#9FA198
(159,161,152)
#8C8D85
(140,141,133)
#797972
(121,121,114)
#66655F
(102,101,95)
#53514C
(83,81,76)
#403D39
(64,61,57)
#2D2926
(45,41,38)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #D8DDD1

#D8DDD1
(216,221,209)
#DBE0D5
(219,224,213)
#DEE3D9
(222,227,217)
#E1E6DD
(225,230,221)
#E4E9E1
(228,233,225)
#E7ECE5
(231,236,229)
#EAEFE9
(234,239,233)
#EDF2ED
(237,242,237)
#F0F5F1
(240,245,241)
#F3F8F5
(243,248,245)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DDD1; }

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

This text font color is #D8DDD1.


Background Color

.myBgColor { background-color: #D8DDD1; }

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

This div background color is #D8DDD1.


Border color

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

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

This div border color is #D8DDD1.


Opacity

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

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

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

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

This text has shadow with #D8DDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DDD1 on black background.


Color preview on white background

This text has color #D8DDD1 on white background.



Black color preview on #D8DDD1 background

This text has black color on #D8DDD1 background.


White color preview on #D8DDD1 background

This text has white color on #D8DDD1 background.