COLOR #D8D8DE

HEX: #D8D8DE
RGB: (216,216,222)

Color info

#D8D8DE contains red, green and blue colors in about the same proportion. Web safe color of #D8D8DE is #CCCCCC (or #CCC).

RGB color model

#D8D8DE color RGB value is (216,216,222).

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

RGB channels and saturation

R 216 of 255 = 85%
G 216 of 255 = 85%
B 222 of 255 = 87%

216
216
222

R + G + B ~ 86%. #D8D8DE is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 216 + 222 = 654 (100%)
R 216 of 654 ~ 33.03%
G 216 of 654 ~ 33.03%
B 222 of 654 ~ 33.94%

%33.03
%33.03
%33.94

CMYK color model

#D8D8DE color CMYK value is (3,3,0,13).

  • cyan value is 2.70%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(3,3,0,13)
C3M3Y0K13 
(3%,3%,0%,13%)
(0.03/0.03/0.00/0.13)	

CMYK percentages

%2.7
%2.7
%0
%12.94

Codes

Color #D8D8DE in popluar color models

D8D8DE
RGB216216222
HSL240°8.33%85.88%
HSB/HSV240°2.70%87.06%
CMYK2.70%2.70%0.00%
12.94%

Color #D8D8DE in popluar number systems.

HEXD8D8DE
Decimal216216222
Binary110110001101100011011110
Octal330330336

Shades and tints

Shades of #D8D8DE

#D8D8DE
(216,216,222)
#C5C5CA
(197,197,202)
#B2B2B6
(178,178,182)
#9F9FA2
(159,159,162)
#8C8C8E
(140,140,142)
#79797A
(121,121,122)
#666666
(102,102,102)
#535352
(83,83,82)
#40403E
(64,64,62)
#2D2D2A
(45,45,42)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #D8D8DE

#D8D8DE
(216,216,222)
#DBDBE1
(219,219,225)
#DEDEE4
(222,222,228)
#E1E1E7
(225,225,231)
#E4E4EA
(228,228,234)
#E7E7ED
(231,231,237)
#EAEAF0
(234,234,240)
#EDEDF3
(237,237,243)
#F0F0F6
(240,240,246)
#F3F3F9
(243,243,249)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D8DE; }

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

This text font color is #D8D8DE.


Background Color

.myBgColor { background-color: #D8D8DE; }

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

This div background color is #D8D8DE.


Border color

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

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

This div border color is #D8D8DE.


Opacity

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

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

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

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

This text has shadow with #D8D8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D8DE on black background.


Color preview on white background

This text has color #D8D8DE on white background.



Black color preview on #D8D8DE background

This text has black color on #D8D8DE background.


White color preview on #D8D8DE background

This text has white color on #D8D8DE background.