COLOR #D5D4DE

HEX: #D5D4DE
RGB: (213,212,222)

Color info

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

RGB color model

#D5D4DE color RGB value is (213,212,222).

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

RGB channels and saturation

R 213 of 255 = 84%
G 212 of 255 = 83%
B 222 of 255 = 87%

213
212
222

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

Portions of RGB colors in percentages

R + G + B =
213 + 212 + 222 = 647 (100%)
R 213 of 647 ~ 32.92%
G 212 of 647 ~ 32.77%
B 222 of 647 ~ 34.31%

%32.92
%32.77
%34.31

CMYK color model

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

  • cyan value is 4.05%
  • magenta value is 4.50%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(4,5,0,13)
C4M5Y0K13 
(4%,5%,0%,13%)
(0.04/0.05/0.00/0.13)	

CMYK percentages

%4.05
%4.5
%0
%12.94

Codes

Color #D5D4DE in popluar color models

D5D4DE
RGB213212222
HSL246°13.16%85.10%
HSB/HSV246°4.50%87.06%
CMYK4.05%4.50%0.00%
12.94%

Color #D5D4DE in popluar number systems.

HEXD5D4DE
Decimal213212222
Binary110101011101010011011110
Octal325324336

Shades and tints

Shades of #D5D4DE

#D5D4DE
(213,212,222)
#C2C1CA
(194,193,202)
#AFAEB6
(175,174,182)
#9C9BA2
(156,155,162)
#89888E
(137,136,142)
#76757A
(118,117,122)
#636266
(99,98,102)
#504F52
(80,79,82)
#3D3C3E
(61,60,62)
#2A292A
(42,41,42)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #D5D4DE

#D5D4DE
(213,212,222)
#D8D7E1
(216,215,225)
#DBDAE4
(219,218,228)
#DEDDE7
(222,221,231)
#E1E0EA
(225,224,234)
#E4E3ED
(228,227,237)
#E7E6F0
(231,230,240)
#EAE9F3
(234,233,243)
#EDECF6
(237,236,246)
#F0EFF9
(240,239,249)
#F3F2FC
(243,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D4DE; }

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

This text font color is #D5D4DE.


Background Color

.myBgColor { background-color: #D5D4DE; }

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

This div background color is #D5D4DE.


Border color

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

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

This div border color is #D5D4DE.


Opacity

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

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

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

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

This text has shadow with #D5D4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D4DE on black background.


Color preview on white background

This text has color #D5D4DE on white background.



Black color preview on #D5D4DE background

This text has black color on #D5D4DE background.


White color preview on #D5D4DE background

This text has white color on #D5D4DE background.