COLOR #D8C9DD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

216
201
221

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

Portions of RGB colors in percentages

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

%33.86
%31.5
%34.64

CMYK color model

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

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

CMYK percentages

%2.26
%9.05
%0
%13.33

Codes

Color #D8C9DD in popluar color models

D8C9DD
RGB216201221
HSL285°22.73%82.75%
HSB/HSV285°9.05%86.67%
CMYK2.26%9.05%0.00%
13.33%

Color #D8C9DD in popluar number systems.

HEXD8C9DD
Decimal216201221
Binary110110001100100111011101
Octal330311335

Shades and tints

Shades of #D8C9DD

#D8C9DD
(216,201,221)
#C5B7C9
(197,183,201)
#B2A5B5
(178,165,181)
#9F93A1
(159,147,161)
#8C818D
(140,129,141)
#796F79
(121,111,121)
#665D65
(102,93,101)
#534B51
(83,75,81)
#40393D
(64,57,61)
#2D2729
(45,39,41)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #D8C9DD

#D8C9DD
(216,201,221)
#DBCDE0
(219,205,224)
#DED1E3
(222,209,227)
#E1D5E6
(225,213,230)
#E4D9E9
(228,217,233)
#E7DDEC
(231,221,236)
#EAE1EF
(234,225,239)
#EDE5F2
(237,229,242)
#F0E9F5
(240,233,245)
#F3EDF8
(243,237,248)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C9DD; }

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

This text font color is #D8C9DD.


Background Color

.myBgColor { background-color: #D8C9DD; }

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

This div background color is #D8C9DD.


Border color

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

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

This div border color is #D8C9DD.


Opacity

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

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

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

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

This text has shadow with #D8C9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C9DD on black background.


Color preview on white background

This text has color #D8C9DD on white background.



Black color preview on #D8C9DD background

This text has black color on #D8C9DD background.


White color preview on #D8C9DD background

This text has white color on #D8C9DD background.