COLOR #D1C6EF

HEX: #D1C6EF
RGB: (209,198,239)

Color info

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

RGB color model

#D1C6EF color RGB value is (209,198,239).

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

RGB channels and saturation

R 209 of 255 = 82%
G 198 of 255 = 78%
B 239 of 255 = 94%

209
198
239

R + G + B ~ 85%. #D1C6EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 198 + 239 = 646 (100%)
R 209 of 646 ~ 32.35%
G 198 of 646 ~ 30.65%
B 239 of 646 ~ 37%

%32.35
%30.65
%37

CMYK color model

#D1C6EF color CMYK value is (13,17,0,6).

  • cyan value is 12.55%
  • magenta value is 17.15%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(13,17,0,6)
C13M17Y0K6 
(13%,17%,0%,6%)
(0.13/0.17/0.00/0.06)	

CMYK percentages

%12.55
%17.15
%0
%6.27

Codes

Color #D1C6EF in popluar color models

D1C6EF
RGB209198239
HSL256°56.16%85.69%
HSB/HSV256°17.15%93.73%
CMYK12.55%17.15%0.00%
6.27%

Color #D1C6EF in popluar number systems.

HEXD1C6EF
Decimal209198239
Binary110100011100011011101111
Octal321306357

Shades and tints

Shades of #D1C6EF

#D1C6EF
(209,198,239)
#BEB4DA
(190,180,218)
#ABA2C5
(171,162,197)
#9890B0
(152,144,176)
#857E9B
(133,126,155)
#726C86
(114,108,134)
#5F5A71
(95,90,113)
#4C485C
(76,72,92)
#393647
(57,54,71)
#262432
(38,36,50)
#13121D
(19,18,29)
#000000
(0,0,0)

Tints of #D1C6EF

#D1C6EF
(209,198,239)
#D5CBF0
(213,203,240)
#D9D0F1
(217,208,241)
#DDD5F2
(221,213,242)
#E1DAF3
(225,218,243)
#E5DFF4
(229,223,244)
#E9E4F5
(233,228,245)
#EDE9F6
(237,233,246)
#F1EEF7
(241,238,247)
#F5F3F8
(245,243,248)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C6EF; }

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

This text font color is #D1C6EF.


Background Color

.myBgColor { background-color: #D1C6EF; }

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

This div background color is #D1C6EF.


Border color

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

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

This div border color is #D1C6EF.


Opacity

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

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

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

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

This text has shadow with #D1C6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C6EF on black background.


Color preview on white background

This text has color #D1C6EF on white background.



Black color preview on #D1C6EF background

This text has black color on #D1C6EF background.


White color preview on #D1C6EF background

This text has white color on #D1C6EF background.