COLOR #D1DCDE

HEX: #D1DCDE RGB: (209,220,222)

Color info

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

RGB color model

#D1DCDE color RGB value is (209,220,222).

RGB: (209,220,222) (82%, 86%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 220 of 255 = 86%
B 222 of 255 = 87%

209
220
222

R + G + B ~ 85%. #D1DCDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 220 + 222 = 651 (100%)
R 209 of 651 ~ 32.1%
G 220 of 651 ~ 33.79%
B 222 of 651 ~ 34.1'%

%32.1
%33.79
%34.1

CMYK color model

#D1DCDE color CMYK value is (6,1,0,13).

  • cyan value is 5.86%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (6,1,0,13) C6M1Y0K13 (6%,1%,0%,13%) (0.06/0.01/0.00/0.13) 

CMYK percentages

%5.86
%0.9
%0
%12.94

Codes

Color #D1DCDE in popluar color models

D1 DC DE
RGB 209 220 222
HSL 189° 16.46% 84.51%
HSB/HSV 189° 5.86% 87.06%
CMYK 5.86% 0.90% 0.00%
12.94%

Color #D1DCDE in popluar number systems.

HEX D1 DC DE
Decimal 209 220 222
Binary 11010001 11011100 11011110
Octal 321 334 336

Shades and tints

Shades of #D1DCDE

#D1DCDE
(209,220,222)
#BEC8CA
(190,200,202)
#ABB4B6
(171,180,182)
#98A0A2
(152,160,162)
#858C8E
(133,140,142)
#72787A
(114,120,122)
#5F6466
(95,100,102)
#4C5052
(76,80,82)
#393C3E
(57,60,62)
#26282A
(38,40,42)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #D1DCDE

#D1DCDE
(209,220,222)
#D5DFE1
(213,223,225)
#D9E2E4
(217,226,228)
#DDE5E7
(221,229,231)
#E1E8EA
(225,232,234)
#E5EBED
(229,235,237)
#E9EEF0
(233,238,240)
#EDF1F3
(237,241,243)
#F1F4F6
(241,244,246)
#F5F7F9
(245,247,249)
#F9FAFC
(249,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DCDE; }

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

This text font color is #D1DCDE.

Background Color

.myBgColor { background-color: #D1DCDE; }

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

This div background color is #D1DCDE.

Border color

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

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

This div border color is #D1DCDE.

Opacity

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

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

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

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

This text has shadow with #D1DCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1DCDE.

Preview

Color preview on black background

This text has color #D1DCDE on black background.


Color preview on white background

This text has color #D1DCDE on white background.


Black color preview on #D1DCDE background

This text has black color on #D1DCDE background.


White color preview on #D1DCDE background

This text has white color on #D1DCDE background.


Related colors

Complementary color

Complementary color for #hex is #2E2321.


I love getcolorcode.com

Triadic colors

1 #DED1DC and #DCDED1 with #D1DCDE are triadic colors.

2 #DEDCD1 and #DCD1DE with #D1DCDE are triadic colors.