COLOR #D1D4DE

HEX: #D1D4DE RGB: (209,212,222)

Color info

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

RGB color model

#D1D4DE color RGB value is (209,212,222).

RGB: (209,212,222) (82%, 83%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 212 of 255 = 83%
B 222 of 255 = 87%

209
212
222

R + G + B ~ 84%. #D1D4DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 212 + 222 = 643 (100%)
R 209 of 643 ~ 32.5%
G 212 of 643 ~ 32.97%
B 222 of 643 ~ 34.53'%

%32.5
%32.97
%34.53

CMYK color model

#D1D4DE color CMYK value is (6,5,0,13).

  • cyan value is 5.86%
  • magenta value is 4.50%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (6,5,0,13)
C6M5Y0K13 (6%, 5%, 0%, 13%)
(0.06 / 0.05 / 0.00 / 0.13)

CMYK percentages

%5.86
%4.5
%0
%12.94

Codes

Color #D1D4DE in popluar color models

D1 D4 DE
RGB 209 212 222
HSL 226° 16.46% 84.51%
HSB/HSV 226° 5.86% 87.06%
CMYK 5.86% 4.50% 0.00%
12.94%

Color #D1D4DE in popluar number systems.

HEX D1 D4 DE
Decimal 209 212 222
Binary 11010001 11010100 11011110
Octal 321 324 336

Shades and tints

Shades of #D1D4DE

#D1D4DE
(209,212,222)
#BEC1CA
(190,193,202)
#ABAEB6
(171,174,182)
#989BA2
(152,155,162)
#85888E
(133,136,142)
#72757A
(114,117,122)
#5F6266
(95,98,102)
#4C4F52
(76,79,82)
#393C3E
(57,60,62)
#26292A
(38,41,42)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #D1D4DE

#D1D4DE
(209,212,222)
#D5D7E1
(213,215,225)
#D9DAE4
(217,218,228)
#DDDDE7
(221,221,231)
#E1E0EA
(225,224,234)
#E5E3ED
(229,227,237)
#E9E6F0
(233,230,240)
#EDE9F3
(237,233,243)
#F1ECF6
(241,236,246)
#F5EFF9
(245,239,249)
#F9F2FC
(249,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D4DE; }

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

This text font color is #D1D4DE.

Background Color

.myBgColor { background-color: #D1D4DE; }

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

This div background color is #D1D4DE.

Border color

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

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

This div border color is #D1D4DE.

Opacity

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

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

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

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

This text has shadow with #D1D4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1D4DE.

Preview

Color preview on black background

This text has color #D1D4DE on black background.


Color preview on white background

This text has color #D1D4DE on white background.


Black color preview on #D1D4DE background

This text has black color on #D1D4DE background.


White color preview on #D1D4DE background

This text has white color on #D1D4DE background.


Related colors

Complementary color

Complementary color for #hex is #2E2B21.


I love getcolorcode.com

Triadic colors

1 #DED1D4 and #D4DED1 with #D1D4DE are triadic colors.

2 #DED4D1 and #D4D1DE with #D1D4DE are triadic colors.