COLOR #D1C8E4

HEX: #D1C8E4
RGB: (209,200,228)

Color info

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

RGB color model

#D1C8E4 color RGB value is (209,200,228).

  • red value is 209;
  • green value is 200;
  • blue value is 228.
RGB:
(209,200,228)
(82%,78%,89%)

RGB channels and saturation

R 209 of 255 = 82%
G 200 of 255 = 78%
B 228 of 255 = 89%

209
200
228

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

Portions of RGB colors in percentages

R + G + B =
209 + 200 + 228 = 637 (100%)
R 209 of 637 ~ 32.81%
G 200 of 637 ~ 31.4%
B 228 of 637 ~ 35.79%

%32.81
%31.4
%35.79

CMYK color model

#D1C8E4 color CMYK value is (8,12,0,11).

  • cyan value is 8.33%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(8,12,0,11)
C8M12Y0K11 
(8%,12%,0%,11%)
(0.08/0.12/0.00/0.11)	

CMYK percentages

%8.33
%12.28
%0
%10.59

Codes

Color #D1C8E4 in popluar color models

D1C8E4
RGB209200228
HSL259°34.15%83.92%
HSB/HSV259°12.28%89.41%
CMYK8.33%12.28%0.00%
10.59%

Color #D1C8E4 in popluar number systems.

HEXD1C8E4
Decimal209200228
Binary110100011100100011100100
Octal321310344

Shades and tints

Shades of #D1C8E4

#D1C8E4
(209,200,228)
#BEB6D0
(190,182,208)
#ABA4BC
(171,164,188)
#9892A8
(152,146,168)
#858094
(133,128,148)
#726E80
(114,110,128)
#5F5C6C
(95,92,108)
#4C4A58
(76,74,88)
#393844
(57,56,68)
#262630
(38,38,48)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #D1C8E4

#D1C8E4
(209,200,228)
#D5CDE6
(213,205,230)
#D9D2E8
(217,210,232)
#DDD7EA
(221,215,234)
#E1DCEC
(225,220,236)
#E5E1EE
(229,225,238)
#E9E6F0
(233,230,240)
#EDEBF2
(237,235,242)
#F1F0F4
(241,240,244)
#F5F5F6
(245,245,246)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C8E4 color. Also use rgb(209,200,228) instead hex code.

Text Font Color

.myTextColor { color: #D1C8E4; }

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

This text font color is #D1C8E4.


Background Color

.myBgColor { background-color: #D1C8E4; }

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

This div background color is #D1C8E4.


Border color

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

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

This div border color is #D1C8E4.


Opacity

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

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

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

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

This text has shadow with #D1C8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C8E4 on black background.


Color preview on white background

This text has color #D1C8E4 on white background.



Black color preview on #D1C8E4 background

This text has black color on #D1C8E4 background.


White color preview on #D1C8E4 background

This text has white color on #D1C8E4 background.