COLOR #D1C4DC

HEX: #D1C4DC
RGB: (209,196,220)

Color info

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

RGB color model

#D1C4DC color RGB value is (209,196,220).

  • red value is 209;
  • green value is 196;
  • blue value is 220.
RGB: (209,196,220) (82%,77%,86%)

RGB channels and saturation

R 209 of 255 = 82%
G 196 of 255 = 77%
B 220 of 255 = 86%

209
196
220

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

Portions of RGB colors in percentages

R + G + B =
209 + 196 + 220 = 625 (100%)
R 209 of 625 ~ 33.44%
G 196 of 625 ~ 31.36%
B 220 of 625 ~ 35.2%

%33.44
%31.36
%35.2

CMYK color model

#D1C4DC color CMYK value is (5,11,0,14).

  • cyan value is 5.00%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (5,11,0,14) C5M11Y0K14 (5%,11%,0%,14%) (0.05/0.11/0.00/0.14)

CMYK percentages

%5
%10.91
%0
%13.73

Codes

Color #D1C4DC in popluar color models

D1C4DC
RGB209196220
HSL273°25.53%81.57%
HSB/HSV273°10.91%86.27%
CMYK5.00%10.91%0.00%
13.73%

Color #D1C4DC in popluar number systems.

HEXD1C4DC
Decimal209196220
Binary110100011100010011011100
Octal321304334

Shades and tints

Shades of #D1C4DC

#D1C4DC
(209,196,220)
#BEB3C8
(190,179,200)
#ABA2B4
(171,162,180)
#9891A0
(152,145,160)
#85808C
(133,128,140)
#726F78
(114,111,120)
#5F5E64
(95,94,100)
#4C4D50
(76,77,80)
#393C3C
(57,60,60)
#262B28
(38,43,40)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #D1C4DC

#D1C4DC
(209,196,220)
#D5C9DF
(213,201,223)
#D9CEE2
(217,206,226)
#DDD3E5
(221,211,229)
#E1D8E8
(225,216,232)
#E5DDEB
(229,221,235)
#E9E2EE
(233,226,238)
#EDE7F1
(237,231,241)
#F1ECF4
(241,236,244)
#F5F1F7
(245,241,247)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C4DC color. Also use rgb(209,196,220) instead hex code.

Text Font Color

.myTextColor { color: #D1C4DC; }

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

This text font color is #D1C4DC.


Background Color

.myBgColor { background-color: #D1C4DC; }

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

This div background color is #D1C4DC.


Border color

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

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

This div border color is #D1C4DC.


Opacity

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

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

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

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

This text has shadow with #D1C4DC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D1C4DC on black background.


Color preview on white background

This text has color #D1C4DC on white background.



Black color preview on #D1C4DC background

This text has black color on #D1C4DC background.


White color preview on #D1C4DC background

This text has white color on #D1C4DC background.