COLOR #D8D6EF

HEX: #D8D6EF
RGB: (216,214,239)

Color info

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

RGB color model

#D8D6EF color RGB value is (216,214,239).

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

RGB channels and saturation

R 216 of 255 = 85%
G 214 of 255 = 84%
B 239 of 255 = 94%

216
214
239

R + G + B ~ 88%. #D8D6EF is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 214 + 239 = 669 (100%)
R 216 of 669 ~ 32.29%
G 214 of 669 ~ 31.99%
B 239 of 669 ~ 35.72%

%32.29
%31.99
%35.72

CMYK color model

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

  • cyan value is 9.62%
  • magenta value is 10.46%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,10,0,6)
C10M10Y0K6 
(10%,10%,0%,6%)
(0.10/0.10/0.00/0.06)	

CMYK percentages

%9.62
%10.46
%0
%6.27

Codes

Color #D8D6EF in popluar color models

D8D6EF
RGB216214239
HSL245°43.86%88.82%
HSB/HSV245°10.46%93.73%
CMYK9.62%10.46%0.00%
6.27%

Color #D8D6EF in popluar number systems.

HEXD8D6EF
Decimal216214239
Binary110110001101011011101111
Octal330326357

Shades and tints

Shades of #D8D6EF

#D8D6EF
(216,214,239)
#C5C3DA
(197,195,218)
#B2B0C5
(178,176,197)
#9F9DB0
(159,157,176)
#8C8A9B
(140,138,155)
#797786
(121,119,134)
#666471
(102,100,113)
#53515C
(83,81,92)
#403E47
(64,62,71)
#2D2B32
(45,43,50)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #D8D6EF

#D8D6EF
(216,214,239)
#DBD9F0
(219,217,240)
#DEDCF1
(222,220,241)
#E1DFF2
(225,223,242)
#E4E2F3
(228,226,243)
#E7E5F4
(231,229,244)
#EAE8F5
(234,232,245)
#EDEBF6
(237,235,246)
#F0EEF7
(240,238,247)
#F3F1F8
(243,241,248)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D6EF; }

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

This text font color is #D8D6EF.


Background Color

.myBgColor { background-color: #D8D6EF; }

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

This div background color is #D8D6EF.


Border color

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

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

This div border color is #D8D6EF.


Opacity

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

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

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

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

This text has shadow with #D8D6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D6EF on black background.


Color preview on white background

This text has color #D8D6EF on white background.



Black color preview on #D8D6EF background

This text has black color on #D8D6EF background.


White color preview on #D8D6EF background

This text has white color on #D8D6EF background.