COLOR #D1C5DC

HEX: #D1C5DC
RGB: (209,197,220)

Color info

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

RGB color model

#D1C5DC color RGB value is (209,197,220).

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

RGB channels and saturation

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

209
197
220

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

Portions of RGB colors in percentages

R + G + B =
209 + 197 + 220 = 626 (100%)
R 209 of 626 ~ 33.39%
G 197 of 626 ~ 31.47%
B 220 of 626 ~ 35.14%

%33.39
%31.47
%35.14

CMYK color model

#D1C5DC color CMYK value is (5,10,0,14).

  • cyan value is 5.00%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(5,10,0,14)
C5M10Y0K14 
(5%,10%,0%,14%)
(0.05/0.10/0.00/0.14)	

CMYK percentages

%5
%10.45
%0
%13.73

Codes

Color #D1C5DC in popluar color models

D1C5DC
RGB209197220
HSL271°24.73%81.76%
HSB/HSV271°10.45%86.27%
CMYK5.00%10.45%0.00%
13.73%

Color #D1C5DC in popluar number systems.

HEXD1C5DC
Decimal209197220
Binary110100011100010111011100
Octal321305334

Shades and tints

Shades of #D1C5DC

#D1C5DC
(209,197,220)
#BEB4C8
(190,180,200)
#ABA3B4
(171,163,180)
#9892A0
(152,146,160)
#85818C
(133,129,140)
#727078
(114,112,120)
#5F5F64
(95,95,100)
#4C4E50
(76,78,80)
#393D3C
(57,61,60)
#262C28
(38,44,40)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #D1C5DC

#D1C5DC
(209,197,220)
#D5CADF
(213,202,223)
#D9CFE2
(217,207,226)
#DDD4E5
(221,212,229)
#E1D9E8
(225,217,232)
#E5DEEB
(229,222,235)
#E9E3EE
(233,227,238)
#EDE8F1
(237,232,241)
#F1EDF4
(241,237,244)
#F5F2F7
(245,242,247)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C5DC; }

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

This text font color is #D1C5DC.


Background Color

.myBgColor { background-color: #D1C5DC; }

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

This div background color is #D1C5DC.


Border color

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

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

This div border color is #D1C5DC.


Opacity

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

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

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

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

This text has shadow with #D1C5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C5DC on black background.


Color preview on white background

This text has color #D1C5DC on white background.



Black color preview on #D1C5DC background

This text has black color on #D1C5DC background.


White color preview on #D1C5DC background

This text has white color on #D1C5DC background.