COLOR #D9D0DD

HEX: #D9D0DD
RGB: (217,208,221)

Color info

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

RGB color model

#D9D0DD color RGB value is (217,208,221).

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

RGB channels and saturation

R 217 of 255 = 85%
G 208 of 255 = 82%
B 221 of 255 = 87%

217
208
221

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

Portions of RGB colors in percentages

R + G + B =
217 + 208 + 221 = 646 (100%)
R 217 of 646 ~ 33.59%
G 208 of 646 ~ 32.2%
B 221 of 646 ~ 34.21%

%33.59
%32.2
%34.21

CMYK color model

#D9D0DD color CMYK value is (2,6,0,13).

  • cyan value is 1.81%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(2,6,0,13)
C2M6Y0K13 
(2%,6%,0%,13%)
(0.02/0.06/0.00/0.13)	

CMYK percentages

%1.81
%5.88
%0
%13.33

Codes

Color #D9D0DD in popluar color models

D9D0DD
RGB217208221
HSL282°16.05%84.12%
HSB/HSV282°5.88%86.67%
CMYK1.81%5.88%0.00%
13.33%

Color #D9D0DD in popluar number systems.

HEXD9D0DD
Decimal217208221
Binary110110011101000011011101
Octal331320335

Shades and tints

Shades of #D9D0DD

#D9D0DD
(217,208,221)
#C6BEC9
(198,190,201)
#B3ACB5
(179,172,181)
#A09AA1
(160,154,161)
#8D888D
(141,136,141)
#7A7679
(122,118,121)
#676465
(103,100,101)
#545251
(84,82,81)
#41403D
(65,64,61)
#2E2E29
(46,46,41)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #D9D0DD

#D9D0DD
(217,208,221)
#DCD4E0
(220,212,224)
#DFD8E3
(223,216,227)
#E2DCE6
(226,220,230)
#E5E0E9
(229,224,233)
#E8E4EC
(232,228,236)
#EBE8EF
(235,232,239)
#EEECF2
(238,236,242)
#F1F0F5
(241,240,245)
#F4F4F8
(244,244,248)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D0DD; }

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

This text font color is #D9D0DD.


Background Color

.myBgColor { background-color: #D9D0DD; }

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

This div background color is #D9D0DD.


Border color

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

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

This div border color is #D9D0DD.


Opacity

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

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

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

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

This text has shadow with #D9D0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D0DD on black background.


Color preview on white background

This text has color #D9D0DD on white background.



Black color preview on #D9D0DD background

This text has black color on #D9D0DD background.


White color preview on #D9D0DD background

This text has white color on #D9D0DD background.