COLOR #D3C8DC

HEX: #D3C8DC
RGB: (211,200,220)

Color info

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

RGB color model

#D3C8DC color RGB value is (211,200,220).

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

RGB channels and saturation

R 211 of 255 = 83%
G 200 of 255 = 78%
B 220 of 255 = 86%

211
200
220

R + G + B ~ 82%. #D3C8DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 200 + 220 = 631 (100%)
R 211 of 631 ~ 33.44%
G 200 of 631 ~ 31.7%
B 220 of 631 ~ 34.87%

%33.44
%31.7
%34.87

CMYK color model

#D3C8DC color CMYK value is (4,9,0,14).

  • cyan value is 4.09%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(4,9,0,14)
C4M9Y0K14 
(4%,9%,0%,14%)
(0.04/0.09/0.00/0.14)	

CMYK percentages

%4.09
%9.09
%0
%13.73

Codes

Color #D3C8DC in popluar color models

D3C8DC
RGB211200220
HSL273°22.22%82.35%
HSB/HSV273°9.09%86.27%
CMYK4.09%9.09%0.00%
13.73%

Color #D3C8DC in popluar number systems.

HEXD3C8DC
Decimal211200220
Binary110100111100100011011100
Octal323310334

Shades and tints

Shades of #D3C8DC

#D3C8DC
(211,200,220)
#C0B6C8
(192,182,200)
#ADA4B4
(173,164,180)
#9A92A0
(154,146,160)
#87808C
(135,128,140)
#746E78
(116,110,120)
#615C64
(97,92,100)
#4E4A50
(78,74,80)
#3B383C
(59,56,60)
#282628
(40,38,40)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #D3C8DC

#D3C8DC
(211,200,220)
#D7CDDF
(215,205,223)
#DBD2E2
(219,210,226)
#DFD7E5
(223,215,229)
#E3DCE8
(227,220,232)
#E7E1EB
(231,225,235)
#EBE6EE
(235,230,238)
#EFEBF1
(239,235,241)
#F3F0F4
(243,240,244)
#F7F5F7
(247,245,247)
#FBFAFA
(251,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C8DC; }

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

This text font color is #D3C8DC.


Background Color

.myBgColor { background-color: #D3C8DC; }

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

This div background color is #D3C8DC.


Border color

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

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

This div border color is #D3C8DC.


Opacity

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

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

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

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

This text has shadow with #D3C8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C8DC on black background.


Color preview on white background

This text has color #D3C8DC on white background.



Black color preview on #D3C8DC background

This text has black color on #D3C8DC background.


White color preview on #D3C8DC background

This text has white color on #D3C8DC background.