COLOR #D1C5E8

HEX: #D1C5E8
RGB: (209,197,232)

Color info

#D1C5E8 contains red, green and blue colors in about the same proportion. Web safe color of #D1C5E8 is #CCCCFF (or #CCF).

RGB color model

#D1C5E8 color RGB value is (209,197,232).

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

RGB channels and saturation

R 209 of 255 = 82%
G 197 of 255 = 77%
B 232 of 255 = 91%

209
197
232

R + G + B ~ 83%. #D1C5E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 197 + 232 = 638 (100%)
R 209 of 638 ~ 32.76%
G 197 of 638 ~ 30.88%
B 232 of 638 ~ 36.36%

%32.76
%30.88
%36.36

CMYK color model

#D1C5E8 color CMYK value is (10,15,0,9).

  • cyan value is 9.91%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(10,15,0,9)
C10M15Y0K9 
(10%,15%,0%,9%)
(0.10/0.15/0.00/0.09)	

CMYK percentages

%9.91
%15.09
%0
%9.02

Codes

Color #D1C5E8 in popluar color models

D1C5E8
RGB209197232
HSL261°43.21%84.12%
HSB/HSV261°15.09%90.98%
CMYK9.91%15.09%0.00%
9.02%

Color #D1C5E8 in popluar number systems.

HEXD1C5E8
Decimal209197232
Binary110100011100010111101000
Octal321305350

Shades and tints

Shades of #D1C5E8

#D1C5E8
(209,197,232)
#BEB4D3
(190,180,211)
#ABA3BE
(171,163,190)
#9892A9
(152,146,169)
#858194
(133,129,148)
#72707F
(114,112,127)
#5F5F6A
(95,95,106)
#4C4E55
(76,78,85)
#393D40
(57,61,64)
#262C2B
(38,44,43)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #D1C5E8

#D1C5E8
(209,197,232)
#D5CAEA
(213,202,234)
#D9CFEC
(217,207,236)
#DDD4EE
(221,212,238)
#E1D9F0
(225,217,240)
#E5DEF2
(229,222,242)
#E9E3F4
(233,227,244)
#EDE8F6
(237,232,246)
#F1EDF8
(241,237,248)
#F5F2FA
(245,242,250)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C5E8; }

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

This text font color is #D1C5E8.


Background Color

.myBgColor { background-color: #D1C5E8; }

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

This div background color is #D1C5E8.


Border color

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

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

This div border color is #D1C5E8.


Opacity

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

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

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

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

This text has shadow with #D1C5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C5E8 on black background.


Color preview on white background

This text has color #D1C5E8 on white background.



Black color preview on #D1C5E8 background

This text has black color on #D1C5E8 background.


White color preview on #D1C5E8 background

This text has white color on #D1C5E8 background.