COLOR #D9DEDB

HEX: #D9DEDB RGB: (217,222,219)

Color info

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

RGB color model

#D9DEDB color RGB value is (217,222,219).

RGB: (217,222,219) (85%, 87%, 86%)

RGB channels and saturation

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

217
222
219

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

Portions of RGB colors in percentages

R + G + B = 217 + 222 + 219 = 658 (100%)
R 217 of 658 ~ 32.98%
G 222 of 658 ~ 33.74%
B 219 of 658 ~ 33.28'%

%32.98
%33.74
%33.28

CMYK color model

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

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.94%

CMYK: (2,0,1,13)
C2M0Y1K13 (2%, 0%, 1%, 13%)
(0.02 / 0.00 / 0.01 / 0.13)

CMYK percentages

%2.25
%0
%1.35
%12.94

Codes

Color #D9DEDB in popluar color models

D9 DE DB
RGB 217 222 219
HSL 144° 7.04% 86.08%
HSB/HSV 144° 2.25% 87.06%
CMYK 2.25% 0.00% 1.35%
12.94%

Color #D9DEDB in popluar number systems.

HEX D9 DE DB
Decimal 217 222 219
Binary 11011001 11011110 11011011
Octal 331 336 333

Shades and tints

Shades of #D9DEDB

#D9DEDB
(217,222,219)
#C6CAC8
(198,202,200)
#B3B6B5
(179,182,181)
#A0A2A2
(160,162,162)
#8D8E8F
(141,142,143)
#7A7A7C
(122,122,124)
#676669
(103,102,105)
#545256
(84,82,86)
#413E43
(65,62,67)
#2E2A30
(46,42,48)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #D9DEDB

#D9DEDB
(217,222,219)
#DCE1DE
(220,225,222)
#DFE4E1
(223,228,225)
#E2E7E4
(226,231,228)
#E5EAE7
(229,234,231)
#E8EDEA
(232,237,234)
#EBF0ED
(235,240,237)
#EEF3F0
(238,243,240)
#F1F6F3
(241,246,243)
#F4F9F6
(244,249,246)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DEDB; }

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

This text font color is #D9DEDB.

Background Color

.myBgColor { background-color: #D9DEDB; }

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

This div background color is #D9DEDB.

Border color

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

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

This div border color is #D9DEDB.

Opacity

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

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

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

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

This text has shadow with #D9DEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DEDB.

Preview

Color preview on black background

This text has color #D9DEDB on black background.


Color preview on white background

This text has color #D9DEDB on white background.


Black color preview on #D9DEDB background

This text has black color on #D9DEDB background.


White color preview on #D9DEDB background

This text has white color on #D9DEDB background.


Related colors

Complementary color

Complementary color for #hex is #262124.


I love getcolorcode.com

Triadic colors

1 #DBD9DE and #DEDBD9 with #D9DEDB are triadic colors.

2 #DBDED9 and #DED9DB with #D9DEDB are triadic colors.