COLOR #D8C6DF

HEX: #D8C6DF
RGB: (216,198,223)

Color info

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

RGB color model

#D8C6DF color RGB value is (216,198,223).

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

RGB channels and saturation

R 216 of 255 = 85%
G 198 of 255 = 78%
B 223 of 255 = 87%

216
198
223

R + G + B ~ 83%. #D8C6DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 198 + 223 = 637 (100%)
R 216 of 637 ~ 33.91%
G 198 of 637 ~ 31.08%
B 223 of 637 ~ 35.01%

%33.91
%31.08
%35.01

CMYK color model

#D8C6DF color CMYK value is (3,11,0,13).

  • cyan value is 3.14%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(3,11,0,13)
C3M11Y0K13 
(3%,11%,0%,13%)
(0.03/0.11/0.00/0.13)	

CMYK percentages

%3.14
%11.21
%0
%12.55

Codes

Color #D8C6DF in popluar color models

D8C6DF
RGB216198223
HSL283°28.09%82.55%
HSB/HSV283°11.21%87.45%
CMYK3.14%11.21%0.00%
12.55%

Color #D8C6DF in popluar number systems.

HEXD8C6DF
Decimal216198223
Binary110110001100011011011111
Octal330306337

Shades and tints

Shades of #D8C6DF

#D8C6DF
(216,198,223)
#C5B4CB
(197,180,203)
#B2A2B7
(178,162,183)
#9F90A3
(159,144,163)
#8C7E8F
(140,126,143)
#796C7B
(121,108,123)
#665A67
(102,90,103)
#534853
(83,72,83)
#40363F
(64,54,63)
#2D242B
(45,36,43)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #D8C6DF

#D8C6DF
(216,198,223)
#DBCBE1
(219,203,225)
#DED0E3
(222,208,227)
#E1D5E5
(225,213,229)
#E4DAE7
(228,218,231)
#E7DFE9
(231,223,233)
#EAE4EB
(234,228,235)
#EDE9ED
(237,233,237)
#F0EEEF
(240,238,239)
#F3F3F1
(243,243,241)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C6DF; }

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

This text font color is #D8C6DF.


Background Color

.myBgColor { background-color: #D8C6DF; }

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

This div background color is #D8C6DF.


Border color

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

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

This div border color is #D8C6DF.


Opacity

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

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

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

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

This text has shadow with #D8C6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C6DF on black background.


Color preview on white background

This text has color #D8C6DF on white background.



Black color preview on #D8C6DF background

This text has black color on #D8C6DF background.


White color preview on #D8C6DF background

This text has white color on #D8C6DF background.