COLOR #D8D8DD

HEX: #D8D8DD
RGB: (216,216,221)

Color info

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

RGB color model

#D8D8DD color RGB value is (216,216,221).

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

RGB channels and saturation

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

216
216
221

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

Portions of RGB colors in percentages

R + G + B =
216 + 216 + 221 = 653 (100%)
R 216 of 653 ~ 33.08%
G 216 of 653 ~ 33.08%
B 221 of 653 ~ 33.84%

%33.08
%33.08
%33.84

CMYK color model

#D8D8DD color CMYK value is (2,2,0,13).

  • cyan value is 2.26%
  • magenta value is 2.26%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(2,2,0,13)
C2M2Y0K13 
(2%,2%,0%,13%)
(0.02/0.02/0.00/0.13)	

CMYK percentages

%2.26
%2.26
%0
%13.33

Codes

Color #D8D8DD in popluar color models

D8D8DD
RGB216216221
HSL240°6.85%85.69%
HSB/HSV240°2.26%86.67%
CMYK2.26%2.26%0.00%
13.33%

Color #D8D8DD in popluar number systems.

HEXD8D8DD
Decimal216216221
Binary110110001101100011011101
Octal330330335

Shades and tints

Shades of #D8D8DD

#D8D8DD
(216,216,221)
#C5C5C9
(197,197,201)
#B2B2B5
(178,178,181)
#9F9FA1
(159,159,161)
#8C8C8D
(140,140,141)
#797979
(121,121,121)
#666665
(102,102,101)
#535351
(83,83,81)
#40403D
(64,64,61)
#2D2D29
(45,45,41)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #D8D8DD

#D8D8DD
(216,216,221)
#DBDBE0
(219,219,224)
#DEDEE3
(222,222,227)
#E1E1E6
(225,225,230)
#E4E4E9
(228,228,233)
#E7E7EC
(231,231,236)
#EAEAEF
(234,234,239)
#EDEDF2
(237,237,242)
#F0F0F5
(240,240,245)
#F3F3F8
(243,243,248)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D8DD; }

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

This text font color is #D8D8DD.


Background Color

.myBgColor { background-color: #D8D8DD; }

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

This div background color is #D8D8DD.


Border color

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

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

This div border color is #D8D8DD.


Opacity

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

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

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

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

This text has shadow with #D8D8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D8DD on black background.


Color preview on white background

This text has color #D8D8DD on white background.



Black color preview on #D8D8DD background

This text has black color on #D8D8DD background.


White color preview on #D8D8DD background

This text has white color on #D8D8DD background.