COLOR #D6D1EF

HEX: #D6D1EF
RGB: (214,209,239)

Color info

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

RGB color model

#D6D1EF color RGB value is (214,209,239).

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

RGB channels and saturation

R 214 of 255 = 84%
G 209 of 255 = 82%
B 239 of 255 = 94%

214
209
239

R + G + B ~ 87%. #D6D1EF is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 209 + 239 = 662 (100%)
R 214 of 662 ~ 32.33%
G 209 of 662 ~ 31.57%
B 239 of 662 ~ 36.1%

%32.33
%31.57
%36.1

CMYK color model

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

  • cyan value is 10.46%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,13,0,6)
C10M13Y0K6 
(10%,13%,0%,6%)
(0.10/0.13/0.00/0.06)	

CMYK percentages

%10.46
%12.55
%0
%6.27

Codes

Color #D6D1EF in popluar color models

D6D1EF
RGB214209239
HSL250°48.39%87.84%
HSB/HSV250°12.55%93.73%
CMYK10.46%12.55%0.00%
6.27%

Color #D6D1EF in popluar number systems.

HEXD6D1EF
Decimal214209239
Binary110101101101000111101111
Octal326321357

Shades and tints

Shades of #D6D1EF

#D6D1EF
(214,209,239)
#C3BEDA
(195,190,218)
#B0ABC5
(176,171,197)
#9D98B0
(157,152,176)
#8A859B
(138,133,155)
#777286
(119,114,134)
#645F71
(100,95,113)
#514C5C
(81,76,92)
#3E3947
(62,57,71)
#2B2632
(43,38,50)
#18131D
(24,19,29)
#000000
(0,0,0)

Tints of #D6D1EF

#D6D1EF
(214,209,239)
#D9D5F0
(217,213,240)
#DCD9F1
(220,217,241)
#DFDDF2
(223,221,242)
#E2E1F3
(226,225,243)
#E5E5F4
(229,229,244)
#E8E9F5
(232,233,245)
#EBEDF6
(235,237,246)
#EEF1F7
(238,241,247)
#F1F5F8
(241,245,248)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D1EF; }

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

This text font color is #D6D1EF.


Background Color

.myBgColor { background-color: #D6D1EF; }

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

This div background color is #D6D1EF.


Border color

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

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

This div border color is #D6D1EF.


Opacity

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

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

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

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

This text has shadow with #D6D1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D1EF on black background.


Color preview on white background

This text has color #D6D1EF on white background.



Black color preview on #D6D1EF background

This text has black color on #D6D1EF background.


White color preview on #D6D1EF background

This text has white color on #D6D1EF background.