COLOR #D8D7EB

HEX: #D8D7EB
RGB: (216,215,235)

Color info

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

RGB color model

#D8D7EB color RGB value is (216,215,235).

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

RGB channels and saturation

R 216 of 255 = 85%
G 215 of 255 = 84%
B 235 of 255 = 92%

216
215
235

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

Portions of RGB colors in percentages

R + G + B =
216 + 215 + 235 = 666 (100%)
R 216 of 666 ~ 32.43%
G 215 of 666 ~ 32.28%
B 235 of 666 ~ 35.29%

%32.43
%32.28
%35.29

CMYK color model

#D8D7EB color CMYK value is (8,9,0,8).

  • cyan value is 8.09%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,9,0,8)
C8M9Y0K8 
(8%,9%,0%,8%)
(0.08/0.09/0.00/0.08)	

CMYK percentages

%8.09
%8.51
%0
%7.84

Codes

Color #D8D7EB in popluar color models

D8D7EB
RGB216215235
HSL243°33.33%88.24%
HSB/HSV243°8.51%92.16%
CMYK8.09%8.51%0.00%
7.84%

Color #D8D7EB in popluar number systems.

HEXD8D7EB
Decimal216215235
Binary110110001101011111101011
Octal330327353

Shades and tints

Shades of #D8D7EB

#D8D7EB
(216,215,235)
#C5C4D6
(197,196,214)
#B2B1C1
(178,177,193)
#9F9EAC
(159,158,172)
#8C8B97
(140,139,151)
#797882
(121,120,130)
#66656D
(102,101,109)
#535258
(83,82,88)
#403F43
(64,63,67)
#2D2C2E
(45,44,46)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #D8D7EB

#D8D7EB
(216,215,235)
#DBDAEC
(219,218,236)
#DEDDED
(222,221,237)
#E1E0EE
(225,224,238)
#E4E3EF
(228,227,239)
#E7E6F0
(231,230,240)
#EAE9F1
(234,233,241)
#EDECF2
(237,236,242)
#F0EFF3
(240,239,243)
#F3F2F4
(243,242,244)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D7EB; }

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

This text font color is #D8D7EB.


Background Color

.myBgColor { background-color: #D8D7EB; }

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

This div background color is #D8D7EB.


Border color

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

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

This div border color is #D8D7EB.


Opacity

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

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

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

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

This text has shadow with #D8D7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D7EB on black background.


Color preview on white background

This text has color #D8D7EB on white background.



Black color preview on #D8D7EB background

This text has black color on #D8D7EB background.


White color preview on #D8D7EB background

This text has white color on #D8D7EB background.