COLOR #D9DFD9

HEX: #D9DFD9
RGB: (217,223,217)

Color info

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

RGB color model

#D9DFD9 color RGB value is (217,223,217).

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

RGB channels and saturation

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

217
223
217

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

Portions of RGB colors in percentages

R + G + B =
217 + 223 + 217 = 657 (100%)
R 217 of 657 ~ 33.03%
G 223 of 657 ~ 33.94%
B 217 of 657 ~ 33.03%

%33.03
%33.94
%33.03

CMYK color model

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

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

CMYK percentages

%2.69
%0
%2.69
%12.55

Codes

Color #D9DFD9 in popluar color models

D9DFD9
RGB217223217
HSL120°8.57%86.27%
HSB/HSV120°2.69%87.45%
CMYK2.69%0.00%2.69%
12.55%

Color #D9DFD9 in popluar number systems.

HEXD9DFD9
Decimal217223217
Binary110110011101111111011001
Octal331337331

Shades and tints

Shades of #D9DFD9

#D9DFD9
(217,223,217)
#C6CBC6
(198,203,198)
#B3B7B3
(179,183,179)
#A0A3A0
(160,163,160)
#8D8F8D
(141,143,141)
#7A7B7A
(122,123,122)
#676767
(103,103,103)
#545354
(84,83,84)
#413F41
(65,63,65)
#2E2B2E
(46,43,46)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #D9DFD9

#D9DFD9
(217,223,217)
#DCE1DC
(220,225,220)
#DFE3DF
(223,227,223)
#E2E5E2
(226,229,226)
#E5E7E5
(229,231,229)
#E8E9E8
(232,233,232)
#EBEBEB
(235,235,235)
#EEEDEE
(238,237,238)
#F1EFF1
(241,239,241)
#F4F1F4
(244,241,244)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DFD9; }

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

This text font color is #D9DFD9.


Background Color

.myBgColor { background-color: #D9DFD9; }

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

This div background color is #D9DFD9.


Border color

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

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

This div border color is #D9DFD9.


Opacity

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

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

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

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

This text has shadow with #D9DFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DFD9 on black background.


Color preview on white background

This text has color #D9DFD9 on white background.



Black color preview on #D9DFD9 background

This text has black color on #D9DFD9 background.


White color preview on #D9DFD9 background

This text has white color on #D9DFD9 background.