COLOR #D8D1DD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

216
209
221

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

Portions of RGB colors in percentages

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

%33.44
%32.35
%34.21

CMYK color model

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

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

CMYK percentages

%2.26
%5.43
%0
%13.33

Codes

Color #D8D1DD in popluar color models

D8D1DD
RGB216209221
HSL275°15.00%84.31%
HSB/HSV275°5.43%86.67%
CMYK2.26%5.43%0.00%
13.33%

Color #D8D1DD in popluar number systems.

HEXD8D1DD
Decimal216209221
Binary110110001101000111011101
Octal330321335

Shades and tints

Shades of #D8D1DD

#D8D1DD
(216,209,221)
#C5BEC9
(197,190,201)
#B2ABB5
(178,171,181)
#9F98A1
(159,152,161)
#8C858D
(140,133,141)
#797279
(121,114,121)
#665F65
(102,95,101)
#534C51
(83,76,81)
#40393D
(64,57,61)
#2D2629
(45,38,41)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #D8D1DD

#D8D1DD
(216,209,221)
#DBD5E0
(219,213,224)
#DED9E3
(222,217,227)
#E1DDE6
(225,221,230)
#E4E1E9
(228,225,233)
#E7E5EC
(231,229,236)
#EAE9EF
(234,233,239)
#EDEDF2
(237,237,242)
#F0F1F5
(240,241,245)
#F3F5F8
(243,245,248)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D1DD; }

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

This text font color is #D8D1DD.


Background Color

.myBgColor { background-color: #D8D1DD; }

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

This div background color is #D8D1DD.


Border color

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

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

This div border color is #D8D1DD.


Opacity

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

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

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

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

This text has shadow with #D8D1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D1DD on black background.


Color preview on white background

This text has color #D8D1DD on white background.



Black color preview on #D8D1DD background

This text has black color on #D8D1DD background.


White color preview on #D8D1DD background

This text has white color on #D8D1DD background.