COLOR #D6C1EF

HEX: #D6C1EF
RGB: (214,193,239)

Color info

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

RGB color model

#D6C1EF color RGB value is (214,193,239).

  • red value is 214;
  • green value is 193;
  • blue value is 239.
RGB:
(214,193,239)
(84%,76%,94%)

RGB channels and saturation

R 214 of 255 = 84%
G 193 of 255 = 76%
B 239 of 255 = 94%

214
193
239

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

Portions of RGB colors in percentages

R + G + B =
214 + 193 + 239 = 646 (100%)
R 214 of 646 ~ 33.13%
G 193 of 646 ~ 29.88%
B 239 of 646 ~ 37%

%33.13
%29.88
%37

CMYK color model

#D6C1EF color CMYK value is (10,19,0,6).

  • cyan value is 10.46%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,19,0,6)
C10M19Y0K6 
(10%,19%,0%,6%)
(0.10/0.19/0.00/0.06)	

CMYK percentages

%10.46
%19.25
%0
%6.27

Codes

Color #D6C1EF in popluar color models

D6C1EF
RGB214193239
HSL267°58.97%84.71%
HSB/HSV267°19.25%93.73%
CMYK10.46%19.25%0.00%
6.27%

Color #D6C1EF in popluar number systems.

HEXD6C1EF
Decimal214193239
Binary110101101100000111101111
Octal326301357

Shades and tints

Shades of #D6C1EF

#D6C1EF
(214,193,239)
#C3B0DA
(195,176,218)
#B09FC5
(176,159,197)
#9D8EB0
(157,142,176)
#8A7D9B
(138,125,155)
#776C86
(119,108,134)
#645B71
(100,91,113)
#514A5C
(81,74,92)
#3E3947
(62,57,71)
#2B2832
(43,40,50)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #D6C1EF

#D6C1EF
(214,193,239)
#D9C6F0
(217,198,240)
#DCCBF1
(220,203,241)
#DFD0F2
(223,208,242)
#E2D5F3
(226,213,243)
#E5DAF4
(229,218,244)
#E8DFF5
(232,223,245)
#EBE4F6
(235,228,246)
#EEE9F7
(238,233,247)
#F1EEF8
(241,238,248)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C1EF color. Also use rgb(214,193,239) instead hex code.

Text Font Color

.myTextColor { color: #D6C1EF; }

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

This text font color is #D6C1EF.


Background Color

.myBgColor { background-color: #D6C1EF; }

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

This div background color is #D6C1EF.


Border color

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

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

This div border color is #D6C1EF.


Opacity

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

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

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

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

This text has shadow with #D6C1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C1EF on black background.


Color preview on white background

This text has color #D6C1EF on white background.



Black color preview on #D6C1EF background

This text has black color on #D6C1EF background.


White color preview on #D6C1EF background

This text has white color on #D6C1EF background.