COLOR #D9D6ED

HEX: #D9D6ED
RGB: (217,214,237)

Color info

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

RGB color model

#D9D6ED color RGB value is (217,214,237).

  • red value is 217;
  • green value is 214;
  • blue value is 237.
RGB:
(217,214,237)
(85%,84%,93%)

RGB channels and saturation

R 217 of 255 = 85%
G 214 of 255 = 84%
B 237 of 255 = 93%

217
214
237

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

Portions of RGB colors in percentages

R + G + B =
217 + 214 + 237 = 668 (100%)
R 217 of 668 ~ 32.49%
G 214 of 668 ~ 32.04%
B 237 of 668 ~ 35.48%

%32.49
%32.04
%35.48

CMYK color model

#D9D6ED color CMYK value is (8,10,0,7).

  • cyan value is 8.44%
  • magenta value is 9.70%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(8,10,0,7)
C8M10Y0K7 
(8%,10%,0%,7%)
(0.08/0.10/0.00/0.07)	

CMYK percentages

%8.44
%9.7
%0
%7.06

Codes

Color #D9D6ED in popluar color models

D9D6ED
RGB217214237
HSL248°38.98%88.43%
HSB/HSV248°9.70%92.94%
CMYK8.44%9.70%0.00%
7.06%

Color #D9D6ED in popluar number systems.

HEXD9D6ED
Decimal217214237
Binary110110011101011011101101
Octal331326355

Shades and tints

Shades of #D9D6ED

#D9D6ED
(217,214,237)
#C6C3D8
(198,195,216)
#B3B0C3
(179,176,195)
#A09DAE
(160,157,174)
#8D8A99
(141,138,153)
#7A7784
(122,119,132)
#67646F
(103,100,111)
#54515A
(84,81,90)
#413E45
(65,62,69)
#2E2B30
(46,43,48)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #D9D6ED

#D9D6ED
(217,214,237)
#DCD9EE
(220,217,238)
#DFDCEF
(223,220,239)
#E2DFF0
(226,223,240)
#E5E2F1
(229,226,241)
#E8E5F2
(232,229,242)
#EBE8F3
(235,232,243)
#EEEBF4
(238,235,244)
#F1EEF5
(241,238,245)
#F4F1F6
(244,241,246)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D6ED color. Also use rgb(217,214,237) instead hex code.

Text Font Color

.myTextColor { color: #D9D6ED; }

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

This text font color is #D9D6ED.


Background Color

.myBgColor { background-color: #D9D6ED; }

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

This div background color is #D9D6ED.


Border color

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

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

This div border color is #D9D6ED.


Opacity

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

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

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

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

This text has shadow with #D9D6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D6ED on black background.


Color preview on white background

This text has color #D9D6ED on white background.



Black color preview on #D9D6ED background

This text has black color on #D9D6ED background.


White color preview on #D9D6ED background

This text has white color on #D9D6ED background.