COLOR #D4C1DC

HEX: #D4C1DC
RGB: (212,193,220)

Color info

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

RGB color model

#D4C1DC color RGB value is (212,193,220).

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

RGB channels and saturation

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

212
193
220

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

Portions of RGB colors in percentages

R + G + B =
212 + 193 + 220 = 625 (100%)
R 212 of 625 ~ 33.92%
G 193 of 625 ~ 30.88%
B 220 of 625 ~ 35.2%

%33.92
%30.88
%35.2

CMYK color model

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

  • cyan value is 3.64%
  • 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

%3.64
%12.27
%0
%13.73

Codes

Color #D4C1DC in popluar color models

D4C1DC
RGB212193220
HSL282°27.84%80.98%
HSB/HSV282°12.27%86.27%
CMYK3.64%12.27%0.00%
13.73%

Color #D4C1DC in popluar number systems.

HEXD4C1DC
Decimal212193220
Binary110101001100000111011100
Octal324301334

Shades and tints

Shades of #D4C1DC

#D4C1DC
(212,193,220)
#C1B0C8
(193,176,200)
#AE9FB4
(174,159,180)
#9B8EA0
(155,142,160)
#887D8C
(136,125,140)
#756C78
(117,108,120)
#625B64
(98,91,100)
#4F4A50
(79,74,80)
#3C393C
(60,57,60)
#292828
(41,40,40)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #D4C1DC

#D4C1DC
(212,193,220)
#D7C6DF
(215,198,223)
#DACBE2
(218,203,226)
#DDD0E5
(221,208,229)
#E0D5E8
(224,213,232)
#E3DAEB
(227,218,235)
#E6DFEE
(230,223,238)
#E9E4F1
(233,228,241)
#ECE9F4
(236,233,244)
#EFEEF7
(239,238,247)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C1DC; }

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

This text font color is #D4C1DC.


Background Color

.myBgColor { background-color: #D4C1DC; }

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

This div background color is #D4C1DC.


Border color

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

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

This div border color is #D4C1DC.


Opacity

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

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

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

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

This text has shadow with #D4C1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C1DC on black background.


Color preview on white background

This text has color #D4C1DC on white background.



Black color preview on #D4C1DC background

This text has black color on #D4C1DC background.


White color preview on #D4C1DC background

This text has white color on #D4C1DC background.