COLOR #D5DFDC

HEX: #D5DFDC
RGB: (213,223,220)

Color info

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

RGB color model

#D5DFDC color RGB value is (213,223,220).

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

RGB channels and saturation

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

213
223
220

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

Portions of RGB colors in percentages

R + G + B =
213 + 223 + 220 = 656 (100%)
R 213 of 656 ~ 32.47%
G 223 of 656 ~ 33.99%
B 220 of 656 ~ 33.54%

%32.47
%33.99
%33.54

CMYK color model

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

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • 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
%1.35
%12.55

Codes

Color #D5DFDC in popluar color models

D5DFDC
RGB213223220
HSL162°13.51%85.49%
HSB/HSV162°4.48%87.45%
CMYK4.48%0.00%1.35%
12.55%

Color #D5DFDC in popluar number systems.

HEXD5DFDC
Decimal213223220
Binary110101011101111111011100
Octal325337334

Shades and tints

Shades of #D5DFDC

#D5DFDC
(213,223,220)
#C2CBC8
(194,203,200)
#AFB7B4
(175,183,180)
#9CA3A0
(156,163,160)
#898F8C
(137,143,140)
#767B78
(118,123,120)
#636764
(99,103,100)
#505350
(80,83,80)
#3D3F3C
(61,63,60)
#2A2B28
(42,43,40)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #D5DFDC

#D5DFDC
(213,223,220)
#D8E1DF
(216,225,223)
#DBE3E2
(219,227,226)
#DEE5E5
(222,229,229)
#E1E7E8
(225,231,232)
#E4E9EB
(228,233,235)
#E7EBEE
(231,235,238)
#EAEDF1
(234,237,241)
#EDEFF4
(237,239,244)
#F0F1F7
(240,241,247)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DFDC; }

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

This text font color is #D5DFDC.


Background Color

.myBgColor { background-color: #D5DFDC; }

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

This div background color is #D5DFDC.


Border color

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

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

This div border color is #D5DFDC.


Opacity

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

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

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

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

This text has shadow with #D5DFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DFDC on black background.


Color preview on white background

This text has color #D5DFDC on white background.



Black color preview on #D5DFDC background

This text has black color on #D5DFDC background.


White color preview on #D5DFDC background

This text has white color on #D5DFDC background.