COLOR #D5DCCD

HEX: #D5DCCD
RGB: (213,220,205)

Color info

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

RGB color model

#D5DCCD color RGB value is (213,220,205).

  • red value is 213;
  • green value is 220;
  • blue value is 205.
RGB:
(213,220,205)
(84%,86%,80%)

RGB channels and saturation

R 213 of 255 = 84%
G 220 of 255 = 86%
B 205 of 255 = 80%

213
220
205

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

Portions of RGB colors in percentages

R + G + B =
213 + 220 + 205 = 638 (100%)
R 213 of 638 ~ 33.39%
G 220 of 638 ~ 34.48%
B 205 of 638 ~ 32.13%

%33.39
%34.48
%32.13

CMYK color model

#D5DCCD color CMYK value is (3,0,7,14).

  • cyan value is 3.18%
  • magenta value is 0.00%
  • yellow value is 6.82%
  • key color value is 13.73%
CMYK:
(3,0,7,14)
C3M0Y7K14 
(3%,0%,7%,14%)
(0.03/0.00/0.07/0.14)	

CMYK percentages

%3.18
%0
%6.82
%13.73

Codes

Color #D5DCCD in popluar color models

D5DCCD
RGB213220205
HSL88°17.65%83.33%
HSB/HSV88°6.82%86.27%
CMYK3.18%0.00%6.82%
13.73%

Color #D5DCCD in popluar number systems.

HEXD5DCCD
Decimal213220205
Binary110101011101110011001101
Octal325334315

Shades and tints

Shades of #D5DCCD

#D5DCCD
(213,220,205)
#C2C8BB
(194,200,187)
#AFB4A9
(175,180,169)
#9CA097
(156,160,151)
#898C85
(137,140,133)
#767873
(118,120,115)
#636461
(99,100,97)
#50504F
(80,80,79)
#3D3C3D
(61,60,61)
#2A282B
(42,40,43)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #D5DCCD

#D5DCCD
(213,220,205)
#D8DFD1
(216,223,209)
#DBE2D5
(219,226,213)
#DEE5D9
(222,229,217)
#E1E8DD
(225,232,221)
#E4EBE1
(228,235,225)
#E7EEE5
(231,238,229)
#EAF1E9
(234,241,233)
#EDF4ED
(237,244,237)
#F0F7F1
(240,247,241)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DCCD color. Also use rgb(213,220,205) instead hex code.

Text Font Color

.myTextColor { color: #D5DCCD; }

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

This text font color is #D5DCCD.


Background Color

.myBgColor { background-color: #D5DCCD; }

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

This div background color is #D5DCCD.


Border color

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

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

This div border color is #D5DCCD.


Opacity

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

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

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

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

This text has shadow with #D5DCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DCCD on black background.


Color preview on white background

This text has color #D5DCCD on white background.



Black color preview on #D5DCCD background

This text has black color on #D5DCCD background.


White color preview on #D5DCCD background

This text has white color on #D5DCCD background.