COLOR #D5DFDB

HEX: #D5DFDB
RGB: (213,223,219)

Color info

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

RGB color model

#D5DFDB color RGB value is (213,223,219).

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

RGB channels and saturation

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

213
223
219

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

Portions of RGB colors in percentages

R + G + B =
213 + 223 + 219 = 655 (100%)
R 213 of 655 ~ 32.52%
G 223 of 655 ~ 34.05%
B 219 of 655 ~ 33.44%

%32.52
%34.05
%33.44

CMYK color model

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

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 12.55%
CMYK:
(4,0,2,13)
C4M0Y2K13 
(4%,0%,2%,13%)
(0.04/0.00/0.02/0.13)	

CMYK percentages

%4.48
%0
%1.79
%12.55

Codes

Color #D5DFDB in popluar color models

D5DFDB
RGB213223219
HSL156°13.51%85.49%
HSB/HSV156°4.48%87.45%
CMYK4.48%0.00%1.79%
12.55%

Color #D5DFDB in popluar number systems.

HEXD5DFDB
Decimal213223219
Binary110101011101111111011011
Octal325337333

Shades and tints

Shades of #D5DFDB

#D5DFDB
(213,223,219)
#C2CBC8
(194,203,200)
#AFB7B5
(175,183,181)
#9CA3A2
(156,163,162)
#898F8F
(137,143,143)
#767B7C
(118,123,124)
#636769
(99,103,105)
#505356
(80,83,86)
#3D3F43
(61,63,67)
#2A2B30
(42,43,48)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #D5DFDB

#D5DFDB
(213,223,219)
#D8E1DE
(216,225,222)
#DBE3E1
(219,227,225)
#DEE5E4
(222,229,228)
#E1E7E7
(225,231,231)
#E4E9EA
(228,233,234)
#E7EBED
(231,235,237)
#EAEDF0
(234,237,240)
#EDEFF3
(237,239,243)
#F0F1F6
(240,241,246)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DFDB; }

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

This text font color is #D5DFDB.


Background Color

.myBgColor { background-color: #D5DFDB; }

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

This div background color is #D5DFDB.


Border color

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

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

This div border color is #D5DFDB.


Opacity

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

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

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

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

This text has shadow with #D5DFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DFDB on black background.


Color preview on white background

This text has color #D5DFDB on white background.



Black color preview on #D5DFDB background

This text has black color on #D5DFDB background.


White color preview on #D5DFDB background

This text has white color on #D5DFDB background.