COLOR #D9D7DB

HEX: #D9D7DB
RGB: (217,215,219)

Color info

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

RGB color model

#D9D7DB color RGB value is (217,215,219).

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

RGB channels and saturation

R 217 of 255 = 85%
G 215 of 255 = 84%
B 219 of 255 = 86%

217
215
219

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

Portions of RGB colors in percentages

R + G + B =
217 + 215 + 219 = 651 (100%)
R 217 of 651 ~ 33.33%
G 215 of 651 ~ 33.03%
B 219 of 651 ~ 33.64%

%33.33
%33.03
%33.64

CMYK color model

#D9D7DB color CMYK value is (1,2,0,14).

  • cyan value is 0.91%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(1,2,0,14)
C1M2Y0K14 
(1%,2%,0%,14%)
(0.01/0.02/0.00/0.14)	

CMYK percentages

%0.91
%1.83
%0
%14.12

Codes

Color #D9D7DB in popluar color models

D9D7DB
RGB217215219
HSL270°5.26%85.10%
HSB/HSV270°1.83%85.88%
CMYK0.91%1.83%0.00%
14.12%

Color #D9D7DB in popluar number systems.

HEXD9D7DB
Decimal217215219
Binary110110011101011111011011
Octal331327333

Shades and tints

Shades of #D9D7DB

#D9D7DB
(217,215,219)
#C6C4C8
(198,196,200)
#B3B1B5
(179,177,181)
#A09EA2
(160,158,162)
#8D8B8F
(141,139,143)
#7A787C
(122,120,124)
#676569
(103,101,105)
#545256
(84,82,86)
#413F43
(65,63,67)
#2E2C30
(46,44,48)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #D9D7DB

#D9D7DB
(217,215,219)
#DCDADE
(220,218,222)
#DFDDE1
(223,221,225)
#E2E0E4
(226,224,228)
#E5E3E7
(229,227,231)
#E8E6EA
(232,230,234)
#EBE9ED
(235,233,237)
#EEECF0
(238,236,240)
#F1EFF3
(241,239,243)
#F4F2F6
(244,242,246)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D7DB; }

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

This text font color is #D9D7DB.


Background Color

.myBgColor { background-color: #D9D7DB; }

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

This div background color is #D9D7DB.


Border color

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

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

This div border color is #D9D7DB.


Opacity

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

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

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

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

This text has shadow with #D9D7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D7DB on black background.


Color preview on white background

This text has color #D9D7DB on white background.



Black color preview on #D9D7DB background

This text has black color on #D9D7DB background.


White color preview on #D9D7DB background

This text has white color on #D9D7DB background.