COLOR #D5D3DF

HEX: #D5D3DF
RGB: (213,211,223)

Color info

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

RGB color model

#D5D3DF color RGB value is (213,211,223).

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

RGB channels and saturation

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

213
211
223

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

Portions of RGB colors in percentages

R + G + B =
213 + 211 + 223 = 647 (100%)
R 213 of 647 ~ 32.92%
G 211 of 647 ~ 32.61%
B 223 of 647 ~ 34.47%

%32.92
%32.61
%34.47

CMYK color model

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

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

CMYK percentages

%4.48
%5.38
%0
%12.55

Codes

Color #D5D3DF in popluar color models

D5D3DF
RGB213211223
HSL250°15.79%85.10%
HSB/HSV250°5.38%87.45%
CMYK4.48%5.38%0.00%
12.55%

Color #D5D3DF in popluar number systems.

HEXD5D3DF
Decimal213211223
Binary110101011101001111011111
Octal325323337

Shades and tints

Shades of #D5D3DF

#D5D3DF
(213,211,223)
#C2C0CB
(194,192,203)
#AFADB7
(175,173,183)
#9C9AA3
(156,154,163)
#89878F
(137,135,143)
#76747B
(118,116,123)
#636167
(99,97,103)
#504E53
(80,78,83)
#3D3B3F
(61,59,63)
#2A282B
(42,40,43)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #D5D3DF

#D5D3DF
(213,211,223)
#D8D7E1
(216,215,225)
#DBDBE3
(219,219,227)
#DEDFE5
(222,223,229)
#E1E3E7
(225,227,231)
#E4E7E9
(228,231,233)
#E7EBEB
(231,235,235)
#EAEFED
(234,239,237)
#EDF3EF
(237,243,239)
#F0F7F1
(240,247,241)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D3DF; }

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

This text font color is #D5D3DF.


Background Color

.myBgColor { background-color: #D5D3DF; }

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

This div background color is #D5D3DF.


Border color

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

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

This div border color is #D5D3DF.


Opacity

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

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

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

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

This text has shadow with #D5D3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D3DF on black background.


Color preview on white background

This text has color #D5D3DF on white background.



Black color preview on #D5D3DF background

This text has black color on #D5D3DF background.


White color preview on #D5D3DF background

This text has white color on #D5D3DF background.