COLOR #D5DFD7

HEX: #D5DFD7
RGB: (213,223,215)

Color info

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

RGB color model

#D5DFD7 color RGB value is (213,223,215).

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

RGB channels and saturation

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

213
223
215

R + G + B ~ 85%. #D5DFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 223 + 215 = 651 (100%)
R 213 of 651 ~ 32.72%
G 223 of 651 ~ 34.25%
B 215 of 651 ~ 33.03%

%32.72
%34.25
%33.03

CMYK color model

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

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 12.55%
CMYK:
(4,0,4,13)
C4M0Y4K13 
(4%,0%,4%,13%)
(0.04/0.00/0.04/0.13)	

CMYK percentages

%4.48
%0
%3.59
%12.55

Codes

Color #D5DFD7 in popluar color models

D5DFD7
RGB213223215
HSL132°13.51%85.49%
HSB/HSV132°4.48%87.45%
CMYK4.48%0.00%3.59%
12.55%

Color #D5DFD7 in popluar number systems.

HEXD5DFD7
Decimal213223215
Binary110101011101111111010111
Octal325337327

Shades and tints

Shades of #D5DFD7

#D5DFD7
(213,223,215)
#C2CBC4
(194,203,196)
#AFB7B1
(175,183,177)
#9CA39E
(156,163,158)
#898F8B
(137,143,139)
#767B78
(118,123,120)
#636765
(99,103,101)
#505352
(80,83,82)
#3D3F3F
(61,63,63)
#2A2B2C
(42,43,44)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #D5DFD7

#D5DFD7
(213,223,215)
#D8E1DA
(216,225,218)
#DBE3DD
(219,227,221)
#DEE5E0
(222,229,224)
#E1E7E3
(225,231,227)
#E4E9E6
(228,233,230)
#E7EBE9
(231,235,233)
#EAEDEC
(234,237,236)
#EDEFEF
(237,239,239)
#F0F1F2
(240,241,242)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DFD7; }

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

This text font color is #D5DFD7.


Background Color

.myBgColor { background-color: #D5DFD7; }

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

This div background color is #D5DFD7.


Border color

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

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

This div border color is #D5DFD7.


Opacity

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

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

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

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

This text has shadow with #D5DFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DFD7 on black background.


Color preview on white background

This text has color #D5DFD7 on white background.



Black color preview on #D5DFD7 background

This text has black color on #D5DFD7 background.


White color preview on #D5DFD7 background

This text has white color on #D5DFD7 background.