COLOR #D9DCDB

HEX: #D9DCDB RGB: (217,220,219)

Color info

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

RGB color model

#D9DCDB color RGB value is (217,220,219).

RGB: (217,220,219) (85%, 86%, 86%)

RGB channels and saturation

R 217 of 255 = 85%
G 220 of 255 = 86%
B 219 of 255 = 86%

217
220
219

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

Portions of RGB colors in percentages

R + G + B = 217 + 220 + 219 = 656 (100%)
R 217 of 656 ~ 33.08%
G 220 of 656 ~ 33.54%
B 219 of 656 ~ 33.38'%

%33.08
%33.54
%33.38

CMYK color model

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

  • cyan value is 1.36%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.73%

CMYK: (1,0,0,14)
C1M0Y0K14 (1%, 0%, 0%, 14%)
(0.01 / 0.00 / 0.00 / 0.14)

CMYK percentages

%1.36
%0
%0.45
%13.73

Codes

Color #D9DCDB in popluar color models

D9 DC DB
RGB 217 220 219
HSL 160° 4.11% 85.69%
HSB/HSV 160° 1.36% 86.27%
CMYK 1.36% 0.00% 0.45%
13.73%

Color #D9DCDB in popluar number systems.

HEX D9 DC DB
Decimal 217 220 219
Binary 11011001 11011100 11011011
Octal 331 334 333

Shades and tints

Shades of #D9DCDB

#D9DCDB
(217,220,219)
#C6C8C8
(198,200,200)
#B3B4B5
(179,180,181)
#A0A0A2
(160,160,162)
#8D8C8F
(141,140,143)
#7A787C
(122,120,124)
#676469
(103,100,105)
#545056
(84,80,86)
#413C43
(65,60,67)
#2E2830
(46,40,48)
#1B141D
(27,20,29)
#000000
(0,0,0)

Tints of #D9DCDB

#D9DCDB
(217,220,219)
#DCDFDE
(220,223,222)
#DFE2E1
(223,226,225)
#E2E5E4
(226,229,228)
#E5E8E7
(229,232,231)
#E8EBEA
(232,235,234)
#EBEEED
(235,238,237)
#EEF1F0
(238,241,240)
#F1F4F3
(241,244,243)
#F4F7F6
(244,247,246)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DCDB; }

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

This text font color is #D9DCDB.

Background Color

.myBgColor { background-color: #D9DCDB; }

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

This div background color is #D9DCDB.

Border color

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

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

This div border color is #D9DCDB.

Opacity

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

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

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

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

This text has shadow with #D9DCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DCDB.

Preview

Color preview on black background

This text has color #D9DCDB on black background.


Color preview on white background

This text has color #D9DCDB on white background.


Black color preview on #D9DCDB background

This text has black color on #D9DCDB background.


White color preview on #D9DCDB background

This text has white color on #D9DCDB background.


Related colors

Complementary color

Complementary color for #hex is #262324.


I love getcolorcode.com

Triadic colors

1 #DBD9DC and #DCDBD9 with #D9DCDB are triadic colors.

2 #DBDCD9 and #DCD9DB with #D9DCDB are triadic colors.