COLOR #D1C6E9

HEX: #D1C6E9
RGB: (209,198,233)

Color info

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

RGB color model

#D1C6E9 color RGB value is (209,198,233).

  • red value is 209;
  • green value is 198;
  • blue value is 233.
RGB:
(209,198,233)
(82%,78%,91%)

RGB channels and saturation

R 209 of 255 = 82%
G 198 of 255 = 78%
B 233 of 255 = 91%

209
198
233

R + G + B ~ 84%. #D1C6E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 198 + 233 = 640 (100%)
R 209 of 640 ~ 32.66%
G 198 of 640 ~ 30.94%
B 233 of 640 ~ 36.41%

%32.66
%30.94
%36.41

CMYK color model

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

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

CMYK percentages

%10.3
%15.02
%0
%8.63

Codes

Color #D1C6E9 in popluar color models

D1C6E9
RGB209198233
HSL259°44.30%84.51%
HSB/HSV259°15.02%91.37%
CMYK10.30%15.02%0.00%
8.63%

Color #D1C6E9 in popluar number systems.

HEXD1C6E9
Decimal209198233
Binary110100011100011011101001
Octal321306351

Shades and tints

Shades of #D1C6E9

#D1C6E9
(209,198,233)
#BEB4D4
(190,180,212)
#ABA2BF
(171,162,191)
#9890AA
(152,144,170)
#857E95
(133,126,149)
#726C80
(114,108,128)
#5F5A6B
(95,90,107)
#4C4856
(76,72,86)
#393641
(57,54,65)
#26242C
(38,36,44)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #D1C6E9

#D1C6E9
(209,198,233)
#D5CBEB
(213,203,235)
#D9D0ED
(217,208,237)
#DDD5EF
(221,213,239)
#E1DAF1
(225,218,241)
#E5DFF3
(229,223,243)
#E9E4F5
(233,228,245)
#EDE9F7
(237,233,247)
#F1EEF9
(241,238,249)
#F5F3FB
(245,243,251)
#F9F8FD
(249,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C6E9 color. Also use rgb(209,198,233) instead hex code.

Text Font Color

.myTextColor { color: #D1C6E9; }

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

This text font color is #D1C6E9.


Background Color

.myBgColor { background-color: #D1C6E9; }

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

This div background color is #D1C6E9.


Border color

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

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

This div border color is #D1C6E9.


Opacity

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

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

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

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

This text has shadow with #D1C6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C6E9 on black background.


Color preview on white background

This text has color #D1C6E9 on white background.



Black color preview on #D1C6E9 background

This text has black color on #D1C6E9 background.


White color preview on #D1C6E9 background

This text has white color on #D1C6E9 background.