COLOR #D6C8DC

HEX: #D6C8DC
RGB: (214,200,220)

Color info

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

RGB color model

#D6C8DC color RGB value is (214,200,220).

  • red value is 214;
  • green value is 200;
  • blue value is 220.
RGB:
(214,200,220)
(84%,78%,86%)

RGB channels and saturation

R 214 of 255 = 84%
G 200 of 255 = 78%
B 220 of 255 = 86%

214
200
220

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

Portions of RGB colors in percentages

R + G + B =
214 + 200 + 220 = 634 (100%)
R 214 of 634 ~ 33.75%
G 200 of 634 ~ 31.55%
B 220 of 634 ~ 34.7%

%33.75
%31.55
%34.7

CMYK color model

#D6C8DC color CMYK value is (3,9,0,14).

  • cyan value is 2.73%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(3,9,0,14)
C3M9Y0K14 
(3%,9%,0%,14%)
(0.03/0.09/0.00/0.14)	

CMYK percentages

%2.73
%9.09
%0
%13.73

Codes

Color #D6C8DC in popluar color models

D6C8DC
RGB214200220
HSL282°22.22%82.35%
HSB/HSV282°9.09%86.27%
CMYK2.73%9.09%0.00%
13.73%

Color #D6C8DC in popluar number systems.

HEXD6C8DC
Decimal214200220
Binary110101101100100011011100
Octal326310334

Shades and tints

Shades of #D6C8DC

#D6C8DC
(214,200,220)
#C3B6C8
(195,182,200)
#B0A4B4
(176,164,180)
#9D92A0
(157,146,160)
#8A808C
(138,128,140)
#776E78
(119,110,120)
#645C64
(100,92,100)
#514A50
(81,74,80)
#3E383C
(62,56,60)
#2B2628
(43,38,40)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #D6C8DC

#D6C8DC
(214,200,220)
#D9CDDF
(217,205,223)
#DCD2E2
(220,210,226)
#DFD7E5
(223,215,229)
#E2DCE8
(226,220,232)
#E5E1EB
(229,225,235)
#E8E6EE
(232,230,238)
#EBEBF1
(235,235,241)
#EEF0F4
(238,240,244)
#F1F5F7
(241,245,247)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C8DC color. Also use rgb(214,200,220) instead hex code.

Text Font Color

.myTextColor { color: #D6C8DC; }

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

This text font color is #D6C8DC.


Background Color

.myBgColor { background-color: #D6C8DC; }

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

This div background color is #D6C8DC.


Border color

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

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

This div border color is #D6C8DC.


Opacity

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

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

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

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

This text has shadow with #D6C8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C8DC on black background.


Color preview on white background

This text has color #D6C8DC on white background.



Black color preview on #D6C8DC background

This text has black color on #D6C8DC background.


White color preview on #D6C8DC background

This text has white color on #D6C8DC background.