COLOR #D5D5DE

HEX: #D5D5DE
RGB: (213,213,222)

Color info

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

RGB color model

#D5D5DE color RGB value is (213,213,222).

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

RGB channels and saturation

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

213
213
222

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

Portions of RGB colors in percentages

R + G + B =
213 + 213 + 222 = 648 (100%)
R 213 of 648 ~ 32.87%
G 213 of 648 ~ 32.87%
B 222 of 648 ~ 34.26%

%32.87
%32.87
%34.26

CMYK color model

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

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

CMYK percentages

%4.05
%4.05
%0
%12.94

Codes

Color #D5D5DE in popluar color models

D5D5DE
RGB213213222
HSL240°12.00%85.29%
HSB/HSV240°4.05%87.06%
CMYK4.05%4.05%0.00%
12.94%

Color #D5D5DE in popluar number systems.

HEXD5D5DE
Decimal213213222
Binary110101011101010111011110
Octal325325336

Shades and tints

Shades of #D5D5DE

#D5D5DE
(213,213,222)
#C2C2CA
(194,194,202)
#AFAFB6
(175,175,182)
#9C9CA2
(156,156,162)
#89898E
(137,137,142)
#76767A
(118,118,122)
#636366
(99,99,102)
#505052
(80,80,82)
#3D3D3E
(61,61,62)
#2A2A2A
(42,42,42)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #D5D5DE

#D5D5DE
(213,213,222)
#D8D8E1
(216,216,225)
#DBDBE4
(219,219,228)
#DEDEE7
(222,222,231)
#E1E1EA
(225,225,234)
#E4E4ED
(228,228,237)
#E7E7F0
(231,231,240)
#EAEAF3
(234,234,243)
#EDEDF6
(237,237,246)
#F0F0F9
(240,240,249)
#F3F3FC
(243,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D5DE; }

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

This text font color is #D5D5DE.


Background Color

.myBgColor { background-color: #D5D5DE; }

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

This div background color is #D5D5DE.


Border color

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

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

This div border color is #D5D5DE.


Opacity

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

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

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

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

This text has shadow with #D5D5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D5DE on black background.


Color preview on white background

This text has color #D5D5DE on white background.



Black color preview on #D5D5DE background

This text has black color on #D5D5DE background.


White color preview on #D5D5DE background

This text has white color on #D5D5DE background.