COLOR #D5DEDC

HEX: #D5DEDC
RGB: (213,222,220)

Color info

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

RGB color model

#D5DEDC color RGB value is (213,222,220).

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

RGB channels and saturation

R 213 of 255 = 84%
G 222 of 255 = 87%
B 220 of 255 = 86%

213
222
220

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

Portions of RGB colors in percentages

R + G + B =
213 + 222 + 220 = 655 (100%)
R 213 of 655 ~ 32.52%
G 222 of 655 ~ 33.89%
B 220 of 655 ~ 33.59%

%32.52
%33.89
%33.59

CMYK color model

#D5DEDC color CMYK value is (4,0,1,13).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 12.94%
CMYK:
(4,0,1,13)
C4M0Y1K13 
(4%,0%,1%,13%)
(0.04/0.00/0.01/0.13)	

CMYK percentages

%4.05
%0
%0.9
%12.94

Codes

Color #D5DEDC in popluar color models

D5DEDC
RGB213222220
HSL167°12.00%85.29%
HSB/HSV167°4.05%87.06%
CMYK4.05%0.00%0.90%
12.94%

Color #D5DEDC in popluar number systems.

HEXD5DEDC
Decimal213222220
Binary110101011101111011011100
Octal325336334

Shades and tints

Shades of #D5DEDC

#D5DEDC
(213,222,220)
#C2CAC8
(194,202,200)
#AFB6B4
(175,182,180)
#9CA2A0
(156,162,160)
#898E8C
(137,142,140)
#767A78
(118,122,120)
#636664
(99,102,100)
#505250
(80,82,80)
#3D3E3C
(61,62,60)
#2A2A28
(42,42,40)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #D5DEDC

#D5DEDC
(213,222,220)
#D8E1DF
(216,225,223)
#DBE4E2
(219,228,226)
#DEE7E5
(222,231,229)
#E1EAE8
(225,234,232)
#E4EDEB
(228,237,235)
#E7F0EE
(231,240,238)
#EAF3F1
(234,243,241)
#EDF6F4
(237,246,244)
#F0F9F7
(240,249,247)
#F3FCFA
(243,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DEDC; }

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

This text font color is #D5DEDC.


Background Color

.myBgColor { background-color: #D5DEDC; }

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

This div background color is #D5DEDC.


Border color

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

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

This div border color is #D5DEDC.


Opacity

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

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

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

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

This text has shadow with #D5DEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DEDC on black background.


Color preview on white background

This text has color #D5DEDC on white background.



Black color preview on #D5DEDC background

This text has black color on #D5DEDC background.


White color preview on #D5DEDC background

This text has white color on #D5DEDC background.