COLOR #D9DFD3

HEX: #D9DFD3 RGB: (217,223,211)

Color info

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

RGB color model

#D9DFD3 color RGB value is (217,223,211).

RGB: (217,223,211) (85%, 87%, 83%)

RGB channels and saturation

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

217
223
211

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

Portions of RGB colors in percentages

R + G + B = 217 + 223 + 211 = 651 (100%)
R 217 of 651 ~ 33.33%
G 223 of 651 ~ 34.25%
B 211 of 651 ~ 32.41'%

%33.33
%34.25
%32.41

CMYK color model

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

  • cyan value is 2.69%
  • magenta value is 0.00%
  • yellow value is 5.38%
  • key color value is 12.55%

CMYK: (3,0,5,13)
C3M0Y5K13 (3%, 0%, 5%, 13%)
(0.03 / 0.00 / 0.05 / 0.13)

CMYK percentages

%2.69
%0
%5.38
%12.55

Codes

Color #D9DFD3 in popluar color models

D9 DF D3
RGB 217 223 211
HSL 90° 15.79% 85.10%
HSB/HSV 90° 5.38% 87.45%
CMYK 2.69% 0.00% 5.38%
12.55%

Color #D9DFD3 in popluar number systems.

HEX D9 DF D3
Decimal 217 223 211
Binary 11011001 11011111 11010011
Octal 331 337 323

Shades and tints

Shades of #D9DFD3

#D9DFD3
(217,223,211)
#C6CBC0
(198,203,192)
#B3B7AD
(179,183,173)
#A0A39A
(160,163,154)
#8D8F87
(141,143,135)
#7A7B74
(122,123,116)
#676761
(103,103,97)
#54534E
(84,83,78)
#413F3B
(65,63,59)
#2E2B28
(46,43,40)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #D9DFD3

#D9DFD3
(217,223,211)
#DCE1D7
(220,225,215)
#DFE3DB
(223,227,219)
#E2E5DF
(226,229,223)
#E5E7E3
(229,231,227)
#E8E9E7
(232,233,231)
#EBEBEB
(235,235,235)
#EEEDEF
(238,237,239)
#F1EFF3
(241,239,243)
#F4F1F7
(244,241,247)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DFD3; }

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

This text font color is #D9DFD3.

Background Color

.myBgColor { background-color: #D9DFD3; }

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

This div background color is #D9DFD3.

Border color

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

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

This div border color is #D9DFD3.

Opacity

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

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

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

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

This text has shadow with #D9DFD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DFD3.

Preview

Color preview on black background

This text has color #D9DFD3 on black background.


Color preview on white background

This text has color #D9DFD3 on white background.


Black color preview on #D9DFD3 background

This text has black color on #D9DFD3 background.


White color preview on #D9DFD3 background

This text has white color on #D9DFD3 background.


Related colors

Complementary color

Complementary color for #hex is #26202C.


I love getcolorcode.com

Triadic colors

1 #D3D9DF and #DFD3D9 with #D9DFD3 are triadic colors.

2 #D3DFD9 and #DFD9D3 with #D9DFD3 are triadic colors.