COLOR #D5DDC8

HEX: #D5DDC8
RGB: (213,221,200)

Color info

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

RGB color model

#D5DDC8 color RGB value is (213,221,200).

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

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 200 of 255 = 78%

213
221
200

R + G + B ~ 83%. #D5DDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 221 + 200 = 634 (100%)
R 213 of 634 ~ 33.6%
G 221 of 634 ~ 34.86%
B 200 of 634 ~ 31.55%

%33.6
%34.86
%31.55

CMYK color model

#D5DDC8 color CMYK value is (4,0,10,13).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 13.33%
CMYK:
(4,0,10,13)
C4M0Y10K13 
(4%,0%,10%,13%)
(0.04/0.00/0.10/0.13)	

CMYK percentages

%3.62
%0
%9.5
%13.33

Codes

Color #D5DDC8 in popluar color models

D5DDC8
RGB213221200
HSL83°23.60%82.55%
HSB/HSV83°9.50%86.67%
CMYK3.62%0.00%9.50%
13.33%

Color #D5DDC8 in popluar number systems.

HEXD5DDC8
Decimal213221200
Binary110101011101110111001000
Octal325335310

Shades and tints

Shades of #D5DDC8

#D5DDC8
(213,221,200)
#C2C9B6
(194,201,182)
#AFB5A4
(175,181,164)
#9CA192
(156,161,146)
#898D80
(137,141,128)
#76796E
(118,121,110)
#63655C
(99,101,92)
#50514A
(80,81,74)
#3D3D38
(61,61,56)
#2A2926
(42,41,38)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #D5DDC8

#D5DDC8
(213,221,200)
#D8E0CD
(216,224,205)
#DBE3D2
(219,227,210)
#DEE6D7
(222,230,215)
#E1E9DC
(225,233,220)
#E4ECE1
(228,236,225)
#E7EFE6
(231,239,230)
#EAF2EB
(234,242,235)
#EDF5F0
(237,245,240)
#F0F8F5
(240,248,245)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DDC8; }

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

This text font color is #D5DDC8.


Background Color

.myBgColor { background-color: #D5DDC8; }

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

This div background color is #D5DDC8.


Border color

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

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

This div border color is #D5DDC8.


Opacity

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

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

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

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

This text has shadow with #D5DDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DDC8 on black background.


Color preview on white background

This text has color #D5DDC8 on white background.



Black color preview on #D5DDC8 background

This text has black color on #D5DDC8 background.


White color preview on #D5DDC8 background

This text has white color on #D5DDC8 background.