COLOR #D3C1DC

HEX: #D3C1DC
RGB: (211,193,220)

Color info

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

RGB color model

#D3C1DC color RGB value is (211,193,220).

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

RGB channels and saturation

R 211 of 255 = 83%
G 193 of 255 = 76%
B 220 of 255 = 86%

211
193
220

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

Portions of RGB colors in percentages

R + G + B =
211 + 193 + 220 = 624 (100%)
R 211 of 624 ~ 33.81%
G 193 of 624 ~ 30.93%
B 220 of 624 ~ 35.26%

%33.81
%30.93
%35.26

CMYK color model

#D3C1DC color CMYK value is (4,12,0,14).

  • cyan value is 4.09%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(4,12,0,14)
C4M12Y0K14 
(4%,12%,0%,14%)
(0.04/0.12/0.00/0.14)	

CMYK percentages

%4.09
%12.27
%0
%13.73

Codes

Color #D3C1DC in popluar color models

D3C1DC
RGB211193220
HSL280°27.84%80.98%
HSB/HSV280°12.27%86.27%
CMYK4.09%12.27%0.00%
13.73%

Color #D3C1DC in popluar number systems.

HEXD3C1DC
Decimal211193220
Binary110100111100000111011100
Octal323301334

Shades and tints

Shades of #D3C1DC

#D3C1DC
(211,193,220)
#C0B0C8
(192,176,200)
#AD9FB4
(173,159,180)
#9A8EA0
(154,142,160)
#877D8C
(135,125,140)
#746C78
(116,108,120)
#615B64
(97,91,100)
#4E4A50
(78,74,80)
#3B393C
(59,57,60)
#282828
(40,40,40)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #D3C1DC

#D3C1DC
(211,193,220)
#D7C6DF
(215,198,223)
#DBCBE2
(219,203,226)
#DFD0E5
(223,208,229)
#E3D5E8
(227,213,232)
#E7DAEB
(231,218,235)
#EBDFEE
(235,223,238)
#EFE4F1
(239,228,241)
#F3E9F4
(243,233,244)
#F7EEF7
(247,238,247)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C1DC; }

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

This text font color is #D3C1DC.


Background Color

.myBgColor { background-color: #D3C1DC; }

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

This div background color is #D3C1DC.


Border color

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

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

This div border color is #D3C1DC.


Opacity

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

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

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

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

This text has shadow with #D3C1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C1DC on black background.


Color preview on white background

This text has color #D3C1DC on white background.



Black color preview on #D3C1DC background

This text has black color on #D3C1DC background.


White color preview on #D3C1DC background

This text has white color on #D3C1DC background.