COLOR #D9DCDE

HEX: #D9DCDE
RGB: (217,220,222)

Color info

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

RGB color model

#D9DCDE color RGB value is (217,220,222).

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

RGB channels and saturation

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

217
220
222

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

Portions of RGB colors in percentages

R + G + B =
217 + 220 + 222 = 659 (100%)
R 217 of 659 ~ 32.93%
G 220 of 659 ~ 33.38%
B 222 of 659 ~ 33.69%

%32.93
%33.38
%33.69

CMYK color model

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

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

CMYK percentages

%2.25
%0.9
%0
%12.94

Codes

Color #D9DCDE in popluar color models

D9DCDE
RGB217220222
HSL204°7.04%86.08%
HSB/HSV204°2.25%87.06%
CMYK2.25%0.90%0.00%
12.94%

Color #D9DCDE in popluar number systems.

HEXD9DCDE
Decimal217220222
Binary110110011101110011011110
Octal331334336

Shades and tints

Shades of #D9DCDE

#D9DCDE
(217,220,222)
#C6C8CA
(198,200,202)
#B3B4B6
(179,180,182)
#A0A0A2
(160,160,162)
#8D8C8E
(141,140,142)
#7A787A
(122,120,122)
#676466
(103,100,102)
#545052
(84,80,82)
#413C3E
(65,60,62)
#2E282A
(46,40,42)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #D9DCDE

#D9DCDE
(217,220,222)
#DCDFE1
(220,223,225)
#DFE2E4
(223,226,228)
#E2E5E7
(226,229,231)
#E5E8EA
(229,232,234)
#E8EBED
(232,235,237)
#EBEEF0
(235,238,240)
#EEF1F3
(238,241,243)
#F1F4F6
(241,244,246)
#F4F7F9
(244,247,249)
#F7FAFC
(247,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DCDE; }

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

This text font color is #D9DCDE.


Background Color

.myBgColor { background-color: #D9DCDE; }

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

This div background color is #D9DCDE.


Border color

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

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

This div border color is #D9DCDE.


Opacity

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

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

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

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

This text has shadow with #D9DCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DCDE on black background.


Color preview on white background

This text has color #D9DCDE on white background.



Black color preview on #D9DCDE background

This text has black color on #D9DCDE background.


White color preview on #D9DCDE background

This text has white color on #D9DCDE background.