COLOR #D9D8DF

HEX: #D9D8DF RGB: (217,216,223)

Color info

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

RGB color model

#D9D8DF color RGB value is (217,216,223).

RGB: (217,216,223) (85%, 85%, 87%)

RGB channels and saturation

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

217
216
223

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

Portions of RGB colors in percentages

R + G + B = 217 + 216 + 223 = 656 (100%)
R 217 of 656 ~ 33.08%
G 216 of 656 ~ 32.93%
B 223 of 656 ~ 33.99'%

%33.08
%32.93
%33.99

CMYK color model

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

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

CMYK: (3,3,0,13)
C3M3Y0K13 (3%, 3%, 0%, 13%)
(0.03 / 0.03 / 0.00 / 0.13)

CMYK percentages

%2.69
%3.14
%0
%12.55

Codes

Color #D9D8DF in popluar color models

D9 D8 DF
RGB 217 216 223
HSL 249° 9.86% 86.08%
HSB/HSV 249° 3.14% 87.45%
CMYK 2.69% 3.14% 0.00%
12.55%

Color #D9D8DF in popluar number systems.

HEX D9 D8 DF
Decimal 217 216 223
Binary 11011001 11011000 11011111
Octal 331 330 337

Shades and tints

Shades of #D9D8DF

#D9D8DF
(217,216,223)
#C6C5CB
(198,197,203)
#B3B2B7
(179,178,183)
#A09FA3
(160,159,163)
#8D8C8F
(141,140,143)
#7A797B
(122,121,123)
#676667
(103,102,103)
#545353
(84,83,83)
#41403F
(65,64,63)
#2E2D2B
(46,45,43)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #D9D8DF

#D9D8DF
(217,216,223)
#DCDBE1
(220,219,225)
#DFDEE3
(223,222,227)
#E2E1E5
(226,225,229)
#E5E4E7
(229,228,231)
#E8E7E9
(232,231,233)
#EBEAEB
(235,234,235)
#EEEDED
(238,237,237)
#F1F0EF
(241,240,239)
#F4F3F1
(244,243,241)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D8DF; }

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

This text font color is #D9D8DF.

Background Color

.myBgColor { background-color: #D9D8DF; }

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

This div background color is #D9D8DF.

Border color

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

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

This div border color is #D9D8DF.

Opacity

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

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

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

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

This text has shadow with #D9D8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9D8DF.

Preview

Color preview on black background

This text has color #D9D8DF on black background.


Color preview on white background

This text has color #D9D8DF on white background.


Black color preview on #D9D8DF background

This text has black color on #D9D8DF background.


White color preview on #D9D8DF background

This text has white color on #D9D8DF background.


Related colors

Complementary color

Complementary color for #hex is #262720.


I love getcolorcode.com

Triadic colors

1 #DFD9D8 and #D8DFD9 with #D9D8DF are triadic colors.

2 #DFD8D9 and #D8D9DF with #D9D8DF are triadic colors.