COLOR #D5DDC5

HEX: #D5DDC5
RGB: (213,221,197)

Color info

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

RGB color model

#D5DDC5 color RGB value is (213,221,197).

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

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 197 of 255 = 77%

213
221
197

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

Portions of RGB colors in percentages

R + G + B =
213 + 221 + 197 = 631 (100%)
R 213 of 631 ~ 33.76%
G 221 of 631 ~ 35.02%
B 197 of 631 ~ 31.22%

%33.76
%35.02
%31.22

CMYK color model

#D5DDC5 color CMYK value is (4,0,11,13).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 10.86%
  • key color value is 13.33%
CMYK:
(4,0,11,13)
C4M0Y11K13 
(4%,0%,11%,13%)
(0.04/0.00/0.11/0.13)	

CMYK percentages

%3.62
%0
%10.86
%13.33

Codes

Color #D5DDC5 in popluar color models

D5DDC5
RGB213221197
HSL80°26.09%81.96%
HSB/HSV80°10.86%86.67%
CMYK3.62%0.00%10.86%
13.33%

Color #D5DDC5 in popluar number systems.

HEXD5DDC5
Decimal213221197
Binary110101011101110111000101
Octal325335305

Shades and tints

Shades of #D5DDC5

#D5DDC5
(213,221,197)
#C2C9B4
(194,201,180)
#AFB5A3
(175,181,163)
#9CA192
(156,161,146)
#898D81
(137,141,129)
#767970
(118,121,112)
#63655F
(99,101,95)
#50514E
(80,81,78)
#3D3D3D
(61,61,61)
#2A292C
(42,41,44)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #D5DDC5

#D5DDC5
(213,221,197)
#D8E0CA
(216,224,202)
#DBE3CF
(219,227,207)
#DEE6D4
(222,230,212)
#E1E9D9
(225,233,217)
#E4ECDE
(228,236,222)
#E7EFE3
(231,239,227)
#EAF2E8
(234,242,232)
#EDF5ED
(237,245,237)
#F0F8F2
(240,248,242)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DDC5; }

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

This text font color is #D5DDC5.


Background Color

.myBgColor { background-color: #D5DDC5; }

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

This div background color is #D5DDC5.


Border color

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

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

This div border color is #D5DDC5.


Opacity

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

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

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

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

This text has shadow with #D5DDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DDC5 on black background.


Color preview on white background

This text has color #D5DDC5 on white background.



Black color preview on #D5DDC5 background

This text has black color on #D5DDC5 background.


White color preview on #D5DDC5 background

This text has white color on #D5DDC5 background.