COLOR #D9DFD2

HEX: #D9DFD2
RGB: (217,223,210)

Color info

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

RGB color model

#D9DFD2 color RGB value is (217,223,210).

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

RGB channels and saturation

R 217 of 255 = 85%
G 223 of 255 = 87%
B 210 of 255 = 82%

217
223
210

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

Portions of RGB colors in percentages

R + G + B =
217 + 223 + 210 = 650 (100%)
R 217 of 650 ~ 33.38%
G 223 of 650 ~ 34.31%
B 210 of 650 ~ 32.31%

%33.38
%34.31
%32.31

CMYK color model

#D9DFD2 color CMYK value is (3,0,6,13).

  • cyan value is 2.69%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 12.55%
CMYK:
(3,0,6,13)
C3M0Y6K13 
(3%,0%,6%,13%)
(0.03/0.00/0.06/0.13)	

CMYK percentages

%2.69
%0
%5.83
%12.55

Codes

Color #D9DFD2 in popluar color models

D9DFD2
RGB217223210
HSL88°16.88%84.90%
HSB/HSV88°5.83%87.45%
CMYK2.69%0.00%5.83%
12.55%

Color #D9DFD2 in popluar number systems.

HEXD9DFD2
Decimal217223210
Binary110110011101111111010010
Octal331337322

Shades and tints

Shades of #D9DFD2

#D9DFD2
(217,223,210)
#C6CBBF
(198,203,191)
#B3B7AC
(179,183,172)
#A0A399
(160,163,153)
#8D8F86
(141,143,134)
#7A7B73
(122,123,115)
#676760
(103,103,96)
#54534D
(84,83,77)
#413F3A
(65,63,58)
#2E2B27
(46,43,39)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #D9DFD2

#D9DFD2
(217,223,210)
#DCE1D6
(220,225,214)
#DFE3DA
(223,227,218)
#E2E5DE
(226,229,222)
#E5E7E2
(229,231,226)
#E8E9E6
(232,233,230)
#EBEBEA
(235,235,234)
#EEEDEE
(238,237,238)
#F1EFF2
(241,239,242)
#F4F1F6
(244,241,246)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DFD2; }

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

This text font color is #D9DFD2.


Background Color

.myBgColor { background-color: #D9DFD2; }

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

This div background color is #D9DFD2.


Border color

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

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

This div border color is #D9DFD2.


Opacity

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

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

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

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

This text has shadow with #D9DFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DFD2 on black background.


Color preview on white background

This text has color #D9DFD2 on white background.



Black color preview on #D9DFD2 background

This text has black color on #D9DFD2 background.


White color preview on #D9DFD2 background

This text has white color on #D9DFD2 background.