COLOR #D3D5DE

HEX: #D3D5DE
RGB: (211,213,222)

Color info

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

RGB color model

#D3D5DE color RGB value is (211,213,222).

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

RGB channels and saturation

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

211
213
222

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

Portions of RGB colors in percentages

R + G + B =
211 + 213 + 222 = 646 (100%)
R 211 of 646 ~ 32.66%
G 213 of 646 ~ 32.97%
B 222 of 646 ~ 34.37%

%32.66
%32.97
%34.37

CMYK color model

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

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

CMYK percentages

%4.95
%4.05
%0
%12.94

Codes

Color #D3D5DE in popluar color models

D3D5DE
RGB211213222
HSL229°14.29%84.90%
HSB/HSV229°4.95%87.06%
CMYK4.95%4.05%0.00%
12.94%

Color #D3D5DE in popluar number systems.

HEXD3D5DE
Decimal211213222
Binary110100111101010111011110
Octal323325336

Shades and tints

Shades of #D3D5DE

#D3D5DE
(211,213,222)
#C0C2CA
(192,194,202)
#ADAFB6
(173,175,182)
#9A9CA2
(154,156,162)
#87898E
(135,137,142)
#74767A
(116,118,122)
#616366
(97,99,102)
#4E5052
(78,80,82)
#3B3D3E
(59,61,62)
#282A2A
(40,42,42)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #D3D5DE

#D3D5DE
(211,213,222)
#D7D8E1
(215,216,225)
#DBDBE4
(219,219,228)
#DFDEE7
(223,222,231)
#E3E1EA
(227,225,234)
#E7E4ED
(231,228,237)
#EBE7F0
(235,231,240)
#EFEAF3
(239,234,243)
#F3EDF6
(243,237,246)
#F7F0F9
(247,240,249)
#FBF3FC
(251,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3D5DE; }

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

This text font color is #D3D5DE.


Background Color

.myBgColor { background-color: #D3D5DE; }

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

This div background color is #D3D5DE.


Border color

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

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

This div border color is #D3D5DE.


Opacity

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

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

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

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

This text has shadow with #D3D5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D5DE on black background.


Color preview on white background

This text has color #D3D5DE on white background.



Black color preview on #D3D5DE background

This text has black color on #D3D5DE background.


White color preview on #D3D5DE background

This text has white color on #D3D5DE background.