COLOR #D9D1DF

HEX: #D9D1DF
RGB: (217,209,223)

Color info

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

RGB color model

#D9D1DF color RGB value is (217,209,223).

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

RGB channels and saturation

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

217
209
223

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

Portions of RGB colors in percentages

R + G + B =
217 + 209 + 223 = 649 (100%)
R 217 of 649 ~ 33.44%
G 209 of 649 ~ 32.2%
B 223 of 649 ~ 34.36%

%33.44
%32.2
%34.36

CMYK color model

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

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

CMYK percentages

%2.69
%6.28
%0
%12.55

Codes

Color #D9D1DF in popluar color models

D9D1DF
RGB217209223
HSL274°17.95%84.71%
HSB/HSV274°6.28%87.45%
CMYK2.69%6.28%0.00%
12.55%

Color #D9D1DF in popluar number systems.

HEXD9D1DF
Decimal217209223
Binary110110011101000111011111
Octal331321337

Shades and tints

Shades of #D9D1DF

#D9D1DF
(217,209,223)
#C6BECB
(198,190,203)
#B3ABB7
(179,171,183)
#A098A3
(160,152,163)
#8D858F
(141,133,143)
#7A727B
(122,114,123)
#675F67
(103,95,103)
#544C53
(84,76,83)
#41393F
(65,57,63)
#2E262B
(46,38,43)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #D9D1DF

#D9D1DF
(217,209,223)
#DCD5E1
(220,213,225)
#DFD9E3
(223,217,227)
#E2DDE5
(226,221,229)
#E5E1E7
(229,225,231)
#E8E5E9
(232,229,233)
#EBE9EB
(235,233,235)
#EEEDED
(238,237,237)
#F1F1EF
(241,241,239)
#F4F5F1
(244,245,241)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D1DF; }

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

This text font color is #D9D1DF.


Background Color

.myBgColor { background-color: #D9D1DF; }

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

This div background color is #D9D1DF.


Border color

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

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

This div border color is #D9D1DF.


Opacity

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

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

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

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

This text has shadow with #D9D1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D1DF on black background.


Color preview on white background

This text has color #D9D1DF on white background.



Black color preview on #D9D1DF background

This text has black color on #D9D1DF background.


White color preview on #D9D1DF background

This text has white color on #D9D1DF background.