COLOR #D9DDDB

HEX: #D9DDDB
RGB: (217,221,219)

Color info

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

RGB color model

#D9DDDB color RGB value is (217,221,219).

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

RGB channels and saturation

R 217 of 255 = 85%
G 221 of 255 = 87%
B 219 of 255 = 86%

217
221
219

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

Portions of RGB colors in percentages

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

%33.03
%33.64
%33.33

CMYK color model

#D9DDDB color CMYK value is (2,0,1,13).

  • cyan value is 1.81%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 13.33%
CMYK:
(2,0,1,13)
C2M0Y1K13 
(2%,0%,1%,13%)
(0.02/0.00/0.01/0.13)	

CMYK percentages

%1.81
%0
%0.9
%13.33

Codes

Color #D9DDDB in popluar color models

D9DDDB
RGB217221219
HSL150°5.56%85.88%
HSB/HSV150°1.81%86.67%
CMYK1.81%0.00%0.90%
13.33%

Color #D9DDDB in popluar number systems.

HEXD9DDDB
Decimal217221219
Binary110110011101110111011011
Octal331335333

Shades and tints

Shades of #D9DDDB

#D9DDDB
(217,221,219)
#C6C9C8
(198,201,200)
#B3B5B5
(179,181,181)
#A0A1A2
(160,161,162)
#8D8D8F
(141,141,143)
#7A797C
(122,121,124)
#676569
(103,101,105)
#545156
(84,81,86)
#413D43
(65,61,67)
#2E2930
(46,41,48)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #D9DDDB

#D9DDDB
(217,221,219)
#DCE0DE
(220,224,222)
#DFE3E1
(223,227,225)
#E2E6E4
(226,230,228)
#E5E9E7
(229,233,231)
#E8ECEA
(232,236,234)
#EBEFED
(235,239,237)
#EEF2F0
(238,242,240)
#F1F5F3
(241,245,243)
#F4F8F6
(244,248,246)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DDDB; }

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

This text font color is #D9DDDB.


Background Color

.myBgColor { background-color: #D9DDDB; }

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

This div background color is #D9DDDB.


Border color

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

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

This div border color is #D9DDDB.


Opacity

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

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

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

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

This text has shadow with #D9DDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DDDB on black background.


Color preview on white background

This text has color #D9DDDB on white background.



Black color preview on #D9DDDB background

This text has black color on #D9DDDB background.


White color preview on #D9DDDB background

This text has white color on #D9DDDB background.