COLOR #D5DFDD

HEX: #D5DFDD
RGB: (213,223,221)

Color info

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

RGB color model

#D5DFDD color RGB value is (213,223,221).

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

RGB channels and saturation

R 213 of 255 = 84%
G 223 of 255 = 87%
B 221 of 255 = 87%

213
223
221

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

Portions of RGB colors in percentages

R + G + B =
213 + 223 + 221 = 657 (100%)
R 213 of 657 ~ 32.42%
G 223 of 657 ~ 33.94%
B 221 of 657 ~ 33.64%

%32.42
%33.94
%33.64

CMYK color model

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

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

CMYK percentages

%4.48
%0
%0.9
%12.55

Codes

Color #D5DFDD in popluar color models

D5DFDD
RGB213223221
HSL168°13.51%85.49%
HSB/HSV168°4.48%87.45%
CMYK4.48%0.00%0.90%
12.55%

Color #D5DFDD in popluar number systems.

HEXD5DFDD
Decimal213223221
Binary110101011101111111011101
Octal325337335

Shades and tints

Shades of #D5DFDD

#D5DFDD
(213,223,221)
#C2CBC9
(194,203,201)
#AFB7B5
(175,183,181)
#9CA3A1
(156,163,161)
#898F8D
(137,143,141)
#767B79
(118,123,121)
#636765
(99,103,101)
#505351
(80,83,81)
#3D3F3D
(61,63,61)
#2A2B29
(42,43,41)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #D5DFDD

#D5DFDD
(213,223,221)
#D8E1E0
(216,225,224)
#DBE3E3
(219,227,227)
#DEE5E6
(222,229,230)
#E1E7E9
(225,231,233)
#E4E9EC
(228,233,236)
#E7EBEF
(231,235,239)
#EAEDF2
(234,237,242)
#EDEFF5
(237,239,245)
#F0F1F8
(240,241,248)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DFDD; }

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

This text font color is #D5DFDD.


Background Color

.myBgColor { background-color: #D5DFDD; }

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

This div background color is #D5DFDD.


Border color

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

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

This div border color is #D5DFDD.


Opacity

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

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

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

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

This text has shadow with #D5DFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DFDD on black background.


Color preview on white background

This text has color #D5DFDD on white background.



Black color preview on #D5DFDD background

This text has black color on #D5DFDD background.


White color preview on #D5DFDD background

This text has white color on #D5DFDD background.