COLOR #D1C8DE

HEX: #D1C8DE
RGB: (209,200,222)

Color info

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

RGB color model

#D1C8DE color RGB value is (209,200,222).

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

RGB channels and saturation

R 209 of 255 = 82%
G 200 of 255 = 78%
B 222 of 255 = 87%

209
200
222

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

Portions of RGB colors in percentages

R + G + B =
209 + 200 + 222 = 631 (100%)
R 209 of 631 ~ 33.12%
G 200 of 631 ~ 31.7%
B 222 of 631 ~ 35.18%

%33.12
%31.7
%35.18

CMYK color model

#D1C8DE color CMYK value is (6,10,0,13).

  • cyan value is 5.86%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(6,10,0,13)
C6M10Y0K13 
(6%,10%,0%,13%)
(0.06/0.10/0.00/0.13)	

CMYK percentages

%5.86
%9.91
%0
%12.94

Codes

Color #D1C8DE in popluar color models

D1C8DE
RGB209200222
HSL265°25.00%82.75%
HSB/HSV265°9.91%87.06%
CMYK5.86%9.91%0.00%
12.94%

Color #D1C8DE in popluar number systems.

HEXD1C8DE
Decimal209200222
Binary110100011100100011011110
Octal321310336

Shades and tints

Shades of #D1C8DE

#D1C8DE
(209,200,222)
#BEB6CA
(190,182,202)
#ABA4B6
(171,164,182)
#9892A2
(152,146,162)
#85808E
(133,128,142)
#726E7A
(114,110,122)
#5F5C66
(95,92,102)
#4C4A52
(76,74,82)
#39383E
(57,56,62)
#26262A
(38,38,42)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #D1C8DE

#D1C8DE
(209,200,222)
#D5CDE1
(213,205,225)
#D9D2E4
(217,210,228)
#DDD7E7
(221,215,231)
#E1DCEA
(225,220,234)
#E5E1ED
(229,225,237)
#E9E6F0
(233,230,240)
#EDEBF3
(237,235,243)
#F1F0F6
(241,240,246)
#F5F5F9
(245,245,249)
#F9FAFC
(249,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C8DE; }

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

This text font color is #D1C8DE.


Background Color

.myBgColor { background-color: #D1C8DE; }

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

This div background color is #D1C8DE.


Border color

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

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

This div border color is #D1C8DE.


Opacity

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

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

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

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

This text has shadow with #D1C8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C8DE on black background.


Color preview on white background

This text has color #D1C8DE on white background.



Black color preview on #D1C8DE background

This text has black color on #D1C8DE background.


White color preview on #D1C8DE background

This text has white color on #D1C8DE background.