COLOR #D9DFDC

HEX: #D9DFDC
RGB: (217,223,220)

Color info

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

RGB color model

#D9DFDC color RGB value is (217,223,220).

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

RGB channels and saturation

R 217 of 255 = 85%
G 223 of 255 = 87%
B 220 of 255 = 86%

217
223
220

R + G + B ~ 86%. #D9DFDC is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 223 + 220 = 660 (100%)
R 217 of 660 ~ 32.88%
G 223 of 660 ~ 33.79%
B 220 of 660 ~ 33.33%

%32.88
%33.79
%33.33

CMYK color model

#D9DFDC color CMYK value is (3,0,1,13).

  • cyan value is 2.69%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.55%
CMYK:
(3,0,1,13)
C3M0Y1K13 
(3%,0%,1%,13%)
(0.03/0.00/0.01/0.13)	

CMYK percentages

%2.69
%0
%1.35
%12.55

Codes

Color #D9DFDC in popluar color models

D9DFDC
RGB217223220
HSL150°8.57%86.27%
HSB/HSV150°2.69%87.45%
CMYK2.69%0.00%1.35%
12.55%

Color #D9DFDC in popluar number systems.

HEXD9DFDC
Decimal217223220
Binary110110011101111111011100
Octal331337334

Shades and tints

Shades of #D9DFDC

#D9DFDC
(217,223,220)
#C6CBC8
(198,203,200)
#B3B7B4
(179,183,180)
#A0A3A0
(160,163,160)
#8D8F8C
(141,143,140)
#7A7B78
(122,123,120)
#676764
(103,103,100)
#545350
(84,83,80)
#413F3C
(65,63,60)
#2E2B28
(46,43,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #D9DFDC

#D9DFDC
(217,223,220)
#DCE1DF
(220,225,223)
#DFE3E2
(223,227,226)
#E2E5E5
(226,229,229)
#E5E7E8
(229,231,232)
#E8E9EB
(232,233,235)
#EBEBEE
(235,235,238)
#EEEDF1
(238,237,241)
#F1EFF4
(241,239,244)
#F4F1F7
(244,241,247)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DFDC; }

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

This text font color is #D9DFDC.


Background Color

.myBgColor { background-color: #D9DFDC; }

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

This div background color is #D9DFDC.


Border color

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

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

This div border color is #D9DFDC.


Opacity

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

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

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

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

This text has shadow with #D9DFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DFDC on black background.


Color preview on white background

This text has color #D9DFDC on white background.



Black color preview on #D9DFDC background

This text has black color on #D9DFDC background.


White color preview on #D9DFDC background

This text has white color on #D9DFDC background.