COLOR #D8D8EB

HEX: #D8D8EB
RGB: (216,216,235)

Color info

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

RGB color model

#D8D8EB color RGB value is (216,216,235).

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

RGB channels and saturation

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

216
216
235

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

Portions of RGB colors in percentages

R + G + B =
216 + 216 + 235 = 667 (100%)
R 216 of 667 ~ 32.38%
G 216 of 667 ~ 32.38%
B 235 of 667 ~ 35.23%

%32.38
%32.38
%35.23

CMYK color model

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

  • cyan value is 8.09%
  • 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

%8.09
%8.09
%0
%7.84

Codes

Color #D8D8EB in popluar color models

D8D8EB
RGB216216235
HSL240°32.20%88.43%
HSB/HSV240°8.09%92.16%
CMYK8.09%8.09%0.00%
7.84%

Color #D8D8EB in popluar number systems.

HEXD8D8EB
Decimal216216235
Binary110110001101100011101011
Octal330330353

Shades and tints

Shades of #D8D8EB

#D8D8EB
(216,216,235)
#C5C5D6
(197,197,214)
#B2B2C1
(178,178,193)
#9F9FAC
(159,159,172)
#8C8C97
(140,140,151)
#797982
(121,121,130)
#66666D
(102,102,109)
#535358
(83,83,88)
#404043
(64,64,67)
#2D2D2E
(45,45,46)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #D8D8EB

#D8D8EB
(216,216,235)
#DBDBEC
(219,219,236)
#DEDEED
(222,222,237)
#E1E1EE
(225,225,238)
#E4E4EF
(228,228,239)
#E7E7F0
(231,231,240)
#EAEAF1
(234,234,241)
#EDEDF2
(237,237,242)
#F0F0F3
(240,240,243)
#F3F3F4
(243,243,244)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D8EB; }

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

This text font color is #D8D8EB.


Background Color

.myBgColor { background-color: #D8D8EB; }

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

This div background color is #D8D8EB.


Border color

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

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

This div border color is #D8D8EB.


Opacity

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

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

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

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

This text has shadow with #D8D8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D8EB on black background.


Color preview on white background

This text has color #D8D8EB on white background.



Black color preview on #D8D8EB background

This text has black color on #D8D8EB background.


White color preview on #D8D8EB background

This text has white color on #D8D8EB background.