COLOR #D5DCDB

HEX: #D5DCDB
RGB: (213,220,219)

Color info

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

RGB color model

#D5DCDB color RGB value is (213,220,219).

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

RGB channels and saturation

R 213 of 255 = 84%
G 220 of 255 = 86%
B 219 of 255 = 86%

213
220
219

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

Portions of RGB colors in percentages

R + G + B =
213 + 220 + 219 = 652 (100%)
R 213 of 652 ~ 32.67%
G 220 of 652 ~ 33.74%
B 219 of 652 ~ 33.59%

%32.67
%33.74
%33.59

CMYK color model

#D5DCDB color CMYK value is (3,0,0,14).

  • cyan value is 3.18%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.73%
CMYK:
(3,0,0,14)
C3M0Y0K14 
(3%,0%,0%,14%)
(0.03/0.00/0.00/0.14)	

CMYK percentages

%3.18
%0
%0.45
%13.73

Codes

Color #D5DCDB in popluar color models

D5DCDB
RGB213220219
HSL171°9.09%84.90%
HSB/HSV171°3.18%86.27%
CMYK3.18%0.00%0.45%
13.73%

Color #D5DCDB in popluar number systems.

HEXD5DCDB
Decimal213220219
Binary110101011101110011011011
Octal325334333

Shades and tints

Shades of #D5DCDB

#D5DCDB
(213,220,219)
#C2C8C8
(194,200,200)
#AFB4B5
(175,180,181)
#9CA0A2
(156,160,162)
#898C8F
(137,140,143)
#76787C
(118,120,124)
#636469
(99,100,105)
#505056
(80,80,86)
#3D3C43
(61,60,67)
#2A2830
(42,40,48)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #D5DCDB

#D5DCDB
(213,220,219)
#D8DFDE
(216,223,222)
#DBE2E1
(219,226,225)
#DEE5E4
(222,229,228)
#E1E8E7
(225,232,231)
#E4EBEA
(228,235,234)
#E7EEED
(231,238,237)
#EAF1F0
(234,241,240)
#EDF4F3
(237,244,243)
#F0F7F6
(240,247,246)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DCDB; }

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

This text font color is #D5DCDB.


Background Color

.myBgColor { background-color: #D5DCDB; }

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

This div background color is #D5DCDB.


Border color

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

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

This div border color is #D5DCDB.


Opacity

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

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

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

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

This text has shadow with #D5DCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DCDB on black background.


Color preview on white background

This text has color #D5DCDB on white background.



Black color preview on #D5DCDB background

This text has black color on #D5DCDB background.


White color preview on #D5DCDB background

This text has white color on #D5DCDB background.