COLOR #D5DADE

HEX: #D5DADE
RGB: (213,218,222)

Color info

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

RGB color model

#D5DADE color RGB value is (213,218,222).

  • red value is 213;
  • green value is 218;
  • blue value is 222.
RGB:
(213,218,222)
(84%,85%,87%)

RGB channels and saturation

R 213 of 255 = 84%
G 218 of 255 = 85%
B 222 of 255 = 87%

213
218
222

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

Portions of RGB colors in percentages

R + G + B =
213 + 218 + 222 = 653 (100%)
R 213 of 653 ~ 32.62%
G 218 of 653 ~ 33.38%
B 222 of 653 ~ 34%

%32.62
%33.38
%34

CMYK color model

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

  • cyan value is 4.05%
  • magenta value is 1.80%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(4,2,0,13)
C4M2Y0K13 
(4%,2%,0%,13%)
(0.04/0.02/0.00/0.13)	

CMYK percentages

%4.05
%1.8
%0
%12.94

Codes

Color #D5DADE in popluar color models

D5DADE
RGB213218222
HSL207°12.00%85.29%
HSB/HSV207°4.05%87.06%
CMYK4.05%1.80%0.00%
12.94%

Color #D5DADE in popluar number systems.

HEXD5DADE
Decimal213218222
Binary110101011101101011011110
Octal325332336

Shades and tints

Shades of #D5DADE

#D5DADE
(213,218,222)
#C2C7CA
(194,199,202)
#AFB4B6
(175,180,182)
#9CA1A2
(156,161,162)
#898E8E
(137,142,142)
#767B7A
(118,123,122)
#636866
(99,104,102)
#505552
(80,85,82)
#3D423E
(61,66,62)
#2A2F2A
(42,47,42)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #D5DADE

#D5DADE
(213,218,222)
#D8DDE1
(216,221,225)
#DBE0E4
(219,224,228)
#DEE3E7
(222,227,231)
#E1E6EA
(225,230,234)
#E4E9ED
(228,233,237)
#E7ECF0
(231,236,240)
#EAEFF3
(234,239,243)
#EDF2F6
(237,242,246)
#F0F5F9
(240,245,249)
#F3F8FC
(243,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DADE color. Also use rgb(213,218,222) instead hex code.

Text Font Color

.myTextColor { color: #D5DADE; }

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

This text font color is #D5DADE.


Background Color

.myBgColor { background-color: #D5DADE; }

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

This div background color is #D5DADE.


Border color

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

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

This div border color is #D5DADE.


Opacity

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

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

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

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

This text has shadow with #D5DADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DADE on black background.


Color preview on white background

This text has color #D5DADE on white background.



Black color preview on #D5DADE background

This text has black color on #D5DADE background.


White color preview on #D5DADE background

This text has white color on #D5DADE background.