COLOR #D9D8EB

HEX: #D9D8EB
RGB: (217,216,235)

Color info

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

RGB color model

#D9D8EB color RGB value is (217,216,235).

  • red value is 217;
  • green value is 216;
  • blue value is 235.
RGB:
(217,216,235)
(85%,85%,92%)

RGB channels and saturation

R 217 of 255 = 85%
G 216 of 255 = 85%
B 235 of 255 = 92%

217
216
235

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

Portions of RGB colors in percentages

R + G + B =
217 + 216 + 235 = 668 (100%)
R 217 of 668 ~ 32.49%
G 216 of 668 ~ 32.34%
B 235 of 668 ~ 35.18%

%32.49
%32.34
%35.18

CMYK color model

#D9D8EB color CMYK value is (8,8,0,8).

  • cyan value is 7.66%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,8,0,8)
C8M8Y0K8 
(8%,8%,0%,8%)
(0.08/0.08/0.00/0.08)	

CMYK percentages

%7.66
%8.09
%0
%7.84

Codes

Color #D9D8EB in popluar color models

D9D8EB
RGB217216235
HSL243°32.20%88.43%
HSB/HSV243°8.09%92.16%
CMYK7.66%8.09%0.00%
7.84%

Color #D9D8EB in popluar number systems.

HEXD9D8EB
Decimal217216235
Binary110110011101100011101011
Octal331330353

Shades and tints

Shades of #D9D8EB

#D9D8EB
(217,216,235)
#C6C5D6
(198,197,214)
#B3B2C1
(179,178,193)
#A09FAC
(160,159,172)
#8D8C97
(141,140,151)
#7A7982
(122,121,130)
#67666D
(103,102,109)
#545358
(84,83,88)
#414043
(65,64,67)
#2E2D2E
(46,45,46)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #D9D8EB

#D9D8EB
(217,216,235)
#DCDBEC
(220,219,236)
#DFDEED
(223,222,237)
#E2E1EE
(226,225,238)
#E5E4EF
(229,228,239)
#E8E7F0
(232,231,240)
#EBEAF1
(235,234,241)
#EEEDF2
(238,237,242)
#F1F0F3
(241,240,243)
#F4F3F4
(244,243,244)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D8EB color. Also use rgb(217,216,235) instead hex code.

Text Font Color

.myTextColor { color: #D9D8EB; }

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

This text font color is #D9D8EB.


Background Color

.myBgColor { background-color: #D9D8EB; }

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

This div background color is #D9D8EB.


Border color

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

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

This div border color is #D9D8EB.


Opacity

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

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

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

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

This text has shadow with #D9D8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D8EB on black background.


Color preview on white background

This text has color #D9D8EB on white background.



Black color preview on #D9D8EB background

This text has black color on #D9D8EB background.


White color preview on #D9D8EB background

This text has white color on #D9D8EB background.