COLOR #D8C9DF

HEX: #D8C9DF
RGB: (216,201,223)

Color info

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

RGB color model

#D8C9DF color RGB value is (216,201,223).

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

RGB channels and saturation

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

216
201
223

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

Portions of RGB colors in percentages

R + G + B =
216 + 201 + 223 = 640 (100%)
R 216 of 640 ~ 33.75%
G 201 of 640 ~ 31.41%
B 223 of 640 ~ 34.84%

%33.75
%31.41
%34.84

CMYK color model

#D8C9DF color CMYK value is (3,10,0,13).

  • cyan value is 3.14%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(3,10,0,13)
C3M10Y0K13 
(3%,10%,0%,13%)
(0.03/0.10/0.00/0.13)	

CMYK percentages

%3.14
%9.87
%0
%12.55

Codes

Color #D8C9DF in popluar color models

D8C9DF
RGB216201223
HSL281°25.58%83.14%
HSB/HSV281°9.87%87.45%
CMYK3.14%9.87%0.00%
12.55%

Color #D8C9DF in popluar number systems.

HEXD8C9DF
Decimal216201223
Binary110110001100100111011111
Octal330311337

Shades and tints

Shades of #D8C9DF

#D8C9DF
(216,201,223)
#C5B7CB
(197,183,203)
#B2A5B7
(178,165,183)
#9F93A3
(159,147,163)
#8C818F
(140,129,143)
#796F7B
(121,111,123)
#665D67
(102,93,103)
#534B53
(83,75,83)
#40393F
(64,57,63)
#2D272B
(45,39,43)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #D8C9DF

#D8C9DF
(216,201,223)
#DBCDE1
(219,205,225)
#DED1E3
(222,209,227)
#E1D5E5
(225,213,229)
#E4D9E7
(228,217,231)
#E7DDE9
(231,221,233)
#EAE1EB
(234,225,235)
#EDE5ED
(237,229,237)
#F0E9EF
(240,233,239)
#F3EDF1
(243,237,241)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C9DF; }

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

This text font color is #D8C9DF.


Background Color

.myBgColor { background-color: #D8C9DF; }

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

This div background color is #D8C9DF.


Border color

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

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

This div border color is #D8C9DF.


Opacity

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

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

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

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

This text has shadow with #D8C9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C9DF on black background.


Color preview on white background

This text has color #D8C9DF on white background.



Black color preview on #D8C9DF background

This text has black color on #D8C9DF background.


White color preview on #D8C9DF background

This text has white color on #D8C9DF background.