COLOR #D9DBDD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

217
219
221

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

Portions of RGB colors in percentages

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

%33.03
%33.33
%33.64

CMYK color model

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

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

CMYK percentages

%1.81
%0.9
%0
%13.33

Codes

Color #D9DBDD in popluar color models

D9DBDD
RGB217219221
HSL210°5.56%85.88%
HSB/HSV210°1.81%86.67%
CMYK1.81%0.90%0.00%
13.33%

Color #D9DBDD in popluar number systems.

HEXD9DBDD
Decimal217219221
Binary110110011101101111011101
Octal331333335

Shades and tints

Shades of #D9DBDD

#D9DBDD
(217,219,221)
#C6C8C9
(198,200,201)
#B3B5B5
(179,181,181)
#A0A2A1
(160,162,161)
#8D8F8D
(141,143,141)
#7A7C79
(122,124,121)
#676965
(103,105,101)
#545651
(84,86,81)
#41433D
(65,67,61)
#2E3029
(46,48,41)
#1B1D15
(27,29,21)
#000000
(0,0,0)

Tints of #D9DBDD

#D9DBDD
(217,219,221)
#DCDEE0
(220,222,224)
#DFE1E3
(223,225,227)
#E2E4E6
(226,228,230)
#E5E7E9
(229,231,233)
#E8EAEC
(232,234,236)
#EBEDEF
(235,237,239)
#EEF0F2
(238,240,242)
#F1F3F5
(241,243,245)
#F4F6F8
(244,246,248)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DBDD; }

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

This text font color is #D9DBDD.


Background Color

.myBgColor { background-color: #D9DBDD; }

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

This div background color is #D9DBDD.


Border color

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

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

This div border color is #D9DBDD.


Opacity

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

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

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

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

This text has shadow with #D9DBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DBDD on black background.


Color preview on white background

This text has color #D9DBDD on white background.



Black color preview on #D9DBDD background

This text has black color on #D9DBDD background.


White color preview on #D9DBDD background

This text has white color on #D9DBDD background.