COLOR #D6C9DF

HEX: #D6C9DF
RGB: (214,201,223)

Color info

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

RGB color model

#D6C9DF color RGB value is (214,201,223).

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

RGB channels and saturation

R 214 of 255 = 84%
G 201 of 255 = 79%
B 223 of 255 = 87%

214
201
223

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

Portions of RGB colors in percentages

R + G + B =
214 + 201 + 223 = 638 (100%)
R 214 of 638 ~ 33.54%
G 201 of 638 ~ 31.5%
B 223 of 638 ~ 34.95%

%33.54
%31.5
%34.95

CMYK color model

#D6C9DF color CMYK value is (4,10,0,13).

  • cyan value is 4.04%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(4,10,0,13)
C4M10Y0K13 
(4%,10%,0%,13%)
(0.04/0.10/0.00/0.13)	

CMYK percentages

%4.04
%9.87
%0
%12.55

Codes

Color #D6C9DF in popluar color models

D6C9DF
RGB214201223
HSL275°25.58%83.14%
HSB/HSV275°9.87%87.45%
CMYK4.04%9.87%0.00%
12.55%

Color #D6C9DF in popluar number systems.

HEXD6C9DF
Decimal214201223
Binary110101101100100111011111
Octal326311337

Shades and tints

Shades of #D6C9DF

#D6C9DF
(214,201,223)
#C3B7CB
(195,183,203)
#B0A5B7
(176,165,183)
#9D93A3
(157,147,163)
#8A818F
(138,129,143)
#776F7B
(119,111,123)
#645D67
(100,93,103)
#514B53
(81,75,83)
#3E393F
(62,57,63)
#2B272B
(43,39,43)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #D6C9DF

#D6C9DF
(214,201,223)
#D9CDE1
(217,205,225)
#DCD1E3
(220,209,227)
#DFD5E5
(223,213,229)
#E2D9E7
(226,217,231)
#E5DDE9
(229,221,233)
#E8E1EB
(232,225,235)
#EBE5ED
(235,229,237)
#EEE9EF
(238,233,239)
#F1EDF1
(241,237,241)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C9DF; }

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

This text font color is #D6C9DF.


Background Color

.myBgColor { background-color: #D6C9DF; }

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

This div background color is #D6C9DF.


Border color

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

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

This div border color is #D6C9DF.


Opacity

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

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

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

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

This text has shadow with #D6C9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C9DF on black background.


Color preview on white background

This text has color #D6C9DF on white background.



Black color preview on #D6C9DF background

This text has black color on #D6C9DF background.


White color preview on #D6C9DF background

This text has white color on #D6C9DF background.