COLOR #D9DFD5

HEX: #D9DFD5
RGB: (217,223,213)

Color info

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

RGB color model

#D9DFD5 color RGB value is (217,223,213).

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

RGB channels and saturation

R 217 of 255 = 85%
G 223 of 255 = 87%
B 213 of 255 = 84%

217
223
213

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

Portions of RGB colors in percentages

R + G + B =
217 + 223 + 213 = 653 (100%)
R 217 of 653 ~ 33.23%
G 223 of 653 ~ 34.15%
B 213 of 653 ~ 32.62%

%33.23
%34.15
%32.62

CMYK color model

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

  • cyan value is 2.69%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • key color value is 12.55%
CMYK:
(3,0,4,13)
C3M0Y4K13 
(3%,0%,4%,13%)
(0.03/0.00/0.04/0.13)	

CMYK percentages

%2.69
%0
%4.48
%12.55

Codes

Color #D9DFD5 in popluar color models

D9DFD5
RGB217223213
HSL96°13.51%85.49%
HSB/HSV96°4.48%87.45%
CMYK2.69%0.00%4.48%
12.55%

Color #D9DFD5 in popluar number systems.

HEXD9DFD5
Decimal217223213
Binary110110011101111111010101
Octal331337325

Shades and tints

Shades of #D9DFD5

#D9DFD5
(217,223,213)
#C6CBC2
(198,203,194)
#B3B7AF
(179,183,175)
#A0A39C
(160,163,156)
#8D8F89
(141,143,137)
#7A7B76
(122,123,118)
#676763
(103,103,99)
#545350
(84,83,80)
#413F3D
(65,63,61)
#2E2B2A
(46,43,42)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #D9DFD5

#D9DFD5
(217,223,213)
#DCE1D8
(220,225,216)
#DFE3DB
(223,227,219)
#E2E5DE
(226,229,222)
#E5E7E1
(229,231,225)
#E8E9E4
(232,233,228)
#EBEBE7
(235,235,231)
#EEEDEA
(238,237,234)
#F1EFED
(241,239,237)
#F4F1F0
(244,241,240)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DFD5; }

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

This text font color is #D9DFD5.


Background Color

.myBgColor { background-color: #D9DFD5; }

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

This div background color is #D9DFD5.


Border color

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

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

This div border color is #D9DFD5.


Opacity

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

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

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

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

This text has shadow with #D9DFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DFD5 on black background.


Color preview on white background

This text has color #D9DFD5 on white background.



Black color preview on #D9DFD5 background

This text has black color on #D9DFD5 background.


White color preview on #D9DFD5 background

This text has white color on #D9DFD5 background.