COLOR #D8DDD5

HEX: #D8DDD5
RGB: (216,221,213)

Color info

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

RGB color model

#D8DDD5 color RGB value is (216,221,213).

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

RGB channels and saturation

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

216
221
213

R + G + B ~ 85%. #D8DDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 221 + 213 = 650 (100%)
R 216 of 650 ~ 33.23%
G 221 of 650 ~ 34%
B 213 of 650 ~ 32.77%

%33.23
%34
%32.77

CMYK color model

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

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

CMYK percentages

%2.26
%0
%3.62
%13.33

Codes

Color #D8DDD5 in popluar color models

D8DDD5
RGB216221213
HSL98°10.53%85.10%
HSB/HSV98°3.62%86.67%
CMYK2.26%0.00%3.62%
13.33%

Color #D8DDD5 in popluar number systems.

HEXD8DDD5
Decimal216221213
Binary110110001101110111010101
Octal330335325

Shades and tints

Shades of #D8DDD5

#D8DDD5
(216,221,213)
#C5C9C2
(197,201,194)
#B2B5AF
(178,181,175)
#9FA19C
(159,161,156)
#8C8D89
(140,141,137)
#797976
(121,121,118)
#666563
(102,101,99)
#535150
(83,81,80)
#403D3D
(64,61,61)
#2D292A
(45,41,42)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #D8DDD5

#D8DDD5
(216,221,213)
#DBE0D8
(219,224,216)
#DEE3DB
(222,227,219)
#E1E6DE
(225,230,222)
#E4E9E1
(228,233,225)
#E7ECE4
(231,236,228)
#EAEFE7
(234,239,231)
#EDF2EA
(237,242,234)
#F0F5ED
(240,245,237)
#F3F8F0
(243,248,240)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DDD5; }

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

This text font color is #D8DDD5.


Background Color

.myBgColor { background-color: #D8DDD5; }

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

This div background color is #D8DDD5.


Border color

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

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

This div border color is #D8DDD5.


Opacity

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

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

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

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

This text has shadow with #D8DDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DDD5 on black background.


Color preview on white background

This text has color #D8DDD5 on white background.



Black color preview on #D8DDD5 background

This text has black color on #D8DDD5 background.


White color preview on #D8DDD5 background

This text has white color on #D8DDD5 background.