COLOR #D9D0DB

HEX: #D9D0DB
RGB: (217,208,219)

Color info

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

RGB color model

#D9D0DB color RGB value is (217,208,219).

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

RGB channels and saturation

R 217 of 255 = 85%
G 208 of 255 = 82%
B 219 of 255 = 86%

217
208
219

R + G + B ~ 84%. #D9D0DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 208 + 219 = 644 (100%)
R 217 of 644 ~ 33.7%
G 208 of 644 ~ 32.3%
B 219 of 644 ~ 34.01%

%33.7
%32.3
%34.01

CMYK color model

#D9D0DB color CMYK value is (1,5,0,14).

  • cyan value is 0.91%
  • magenta value is 5.02%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(1,5,0,14)
C1M5Y0K14 
(1%,5%,0%,14%)
(0.01/0.05/0.00/0.14)	

CMYK percentages

%0.91
%5.02
%0
%14.12

Codes

Color #D9D0DB in popluar color models

D9D0DB
RGB217208219
HSL289°13.25%83.73%
HSB/HSV289°5.02%85.88%
CMYK0.91%5.02%0.00%
14.12%

Color #D9D0DB in popluar number systems.

HEXD9D0DB
Decimal217208219
Binary110110011101000011011011
Octal331320333

Shades and tints

Shades of #D9D0DB

#D9D0DB
(217,208,219)
#C6BEC8
(198,190,200)
#B3ACB5
(179,172,181)
#A09AA2
(160,154,162)
#8D888F
(141,136,143)
#7A767C
(122,118,124)
#676469
(103,100,105)
#545256
(84,82,86)
#414043
(65,64,67)
#2E2E30
(46,46,48)
#1B1C1D
(27,28,29)
#000000
(0,0,0)

Tints of #D9D0DB

#D9D0DB
(217,208,219)
#DCD4DE
(220,212,222)
#DFD8E1
(223,216,225)
#E2DCE4
(226,220,228)
#E5E0E7
(229,224,231)
#E8E4EA
(232,228,234)
#EBE8ED
(235,232,237)
#EEECF0
(238,236,240)
#F1F0F3
(241,240,243)
#F4F4F6
(244,244,246)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D0DB; }

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

This text font color is #D9D0DB.


Background Color

.myBgColor { background-color: #D9D0DB; }

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

This div background color is #D9D0DB.


Border color

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

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

This div border color is #D9D0DB.


Opacity

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

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

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

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

This text has shadow with #D9D0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D0DB on black background.


Color preview on white background

This text has color #D9D0DB on white background.



Black color preview on #D9D0DB background

This text has black color on #D9D0DB background.


White color preview on #D9D0DB background

This text has white color on #D9D0DB background.