COLOR #D8DDDB

HEX: #D8DDDB
RGB: (216,221,219)

Color info

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

RGB color model

#D8DDDB color RGB value is (216,221,219).

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

RGB channels and saturation

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

216
221
219

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

Portions of RGB colors in percentages

R + G + B =
216 + 221 + 219 = 656 (100%)
R 216 of 656 ~ 32.93%
G 221 of 656 ~ 33.69%
B 219 of 656 ~ 33.38%

%32.93
%33.69
%33.38

CMYK color model

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

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

CMYK percentages

%2.26
%0
%0.9
%13.33

Codes

Color #D8DDDB in popluar color models

D8DDDB
RGB216221219
HSL156°6.85%85.69%
HSB/HSV156°2.26%86.67%
CMYK2.26%0.00%0.90%
13.33%

Color #D8DDDB in popluar number systems.

HEXD8DDDB
Decimal216221219
Binary110110001101110111011011
Octal330335333

Shades and tints

Shades of #D8DDDB

#D8DDDB
(216,221,219)
#C5C9C8
(197,201,200)
#B2B5B5
(178,181,181)
#9FA1A2
(159,161,162)
#8C8D8F
(140,141,143)
#79797C
(121,121,124)
#666569
(102,101,105)
#535156
(83,81,86)
#403D43
(64,61,67)
#2D2930
(45,41,48)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #D8DDDB

#D8DDDB
(216,221,219)
#DBE0DE
(219,224,222)
#DEE3E1
(222,227,225)
#E1E6E4
(225,230,228)
#E4E9E7
(228,233,231)
#E7ECEA
(231,236,234)
#EAEFED
(234,239,237)
#EDF2F0
(237,242,240)
#F0F5F3
(240,245,243)
#F3F8F6
(243,248,246)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DDDB; }

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

This text font color is #D8DDDB.


Background Color

.myBgColor { background-color: #D8DDDB; }

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

This div background color is #D8DDDB.


Border color

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

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

This div border color is #D8DDDB.


Opacity

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

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

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

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

This text has shadow with #D8DDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DDDB on black background.


Color preview on white background

This text has color #D8DDDB on white background.



Black color preview on #D8DDDB background

This text has black color on #D8DDDB background.


White color preview on #D8DDDB background

This text has white color on #D8DDDB background.