COLOR #D5D3DC

HEX: #D5D3DC
RGB: (213,211,220)

Color info

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

RGB color model

#D5D3DC color RGB value is (213,211,220).

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

RGB channels and saturation

R 213 of 255 = 84%
G 211 of 255 = 83%
B 220 of 255 = 86%

213
211
220

R + G + B ~ 84%. #D5D3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 211 + 220 = 644 (100%)
R 213 of 644 ~ 33.07%
G 211 of 644 ~ 32.76%
B 220 of 644 ~ 34.16%

%33.07
%32.76
%34.16

CMYK color model

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

  • cyan value is 3.18%
  • magenta value is 4.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(3,4,0,14)
C3M4Y0K14 
(3%,4%,0%,14%)
(0.03/0.04/0.00/0.14)	

CMYK percentages

%3.18
%4.09
%0
%13.73

Codes

Color #D5D3DC in popluar color models

D5D3DC
RGB213211220
HSL253°11.39%84.51%
HSB/HSV253°4.09%86.27%
CMYK3.18%4.09%0.00%
13.73%

Color #D5D3DC in popluar number systems.

HEXD5D3DC
Decimal213211220
Binary110101011101001111011100
Octal325323334

Shades and tints

Shades of #D5D3DC

#D5D3DC
(213,211,220)
#C2C0C8
(194,192,200)
#AFADB4
(175,173,180)
#9C9AA0
(156,154,160)
#89878C
(137,135,140)
#767478
(118,116,120)
#636164
(99,97,100)
#504E50
(80,78,80)
#3D3B3C
(61,59,60)
#2A2828
(42,40,40)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #D5D3DC

#D5D3DC
(213,211,220)
#D8D7DF
(216,215,223)
#DBDBE2
(219,219,226)
#DEDFE5
(222,223,229)
#E1E3E8
(225,227,232)
#E4E7EB
(228,231,235)
#E7EBEE
(231,235,238)
#EAEFF1
(234,239,241)
#EDF3F4
(237,243,244)
#F0F7F7
(240,247,247)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D3DC; }

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

This text font color is #D5D3DC.


Background Color

.myBgColor { background-color: #D5D3DC; }

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

This div background color is #D5D3DC.


Border color

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

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

This div border color is #D5D3DC.


Opacity

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

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

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

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

This text has shadow with #D5D3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D3DC on black background.


Color preview on white background

This text has color #D5D3DC on white background.



Black color preview on #D5D3DC background

This text has black color on #D5D3DC background.


White color preview on #D5D3DC background

This text has white color on #D5D3DC background.