COLOR #D1E1DE

HEX: #D1E1DE RGB: (209,225,222)

Color info

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

RGB color model

#D1E1DE color RGB value is (209,225,222).

RGB: (209,225,222) (82%, 88%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 225 of 255 = 88%
B 222 of 255 = 87%

209
225
222

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

Portions of RGB colors in percentages

R + G + B = 209 + 225 + 222 = 656 (100%)
R 209 of 656 ~ 31.86%
G 225 of 656 ~ 34.3%
B 222 of 656 ~ 33.84'%

%31.86
%34.3
%33.84

CMYK color model

#D1E1DE color CMYK value is (7,0,1,12).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 1.33%
  • key color value is 11.76%

CMYK: (7,0,1,12)
C7M0Y1K12 (7%, 0%, 1%, 12%)
(0.07 / 0.00 / 0.01 / 0.12)

CMYK percentages

%7.11
%0
%1.33
%11.76

Codes

Color #D1E1DE in popluar color models

D1 E1 DE
RGB 209 225 222
HSL 169° 21.05% 85.10%
HSB/HSV 169° 7.11% 88.24%
CMYK 7.11% 0.00% 1.33%
11.76%

Color #D1E1DE in popluar number systems.

HEX D1 E1 DE
Decimal 209 225 222
Binary 11010001 11100001 11011110
Octal 321 341 336

Shades and tints

Shades of #D1E1DE

#D1E1DE
(209,225,222)
#BECDCA
(190,205,202)
#ABB9B6
(171,185,182)
#98A5A2
(152,165,162)
#85918E
(133,145,142)
#727D7A
(114,125,122)
#5F6966
(95,105,102)
#4C5552
(76,85,82)
#39413E
(57,65,62)
#262D2A
(38,45,42)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #D1E1DE

#D1E1DE
(209,225,222)
#D5E3E1
(213,227,225)
#D9E5E4
(217,229,228)
#DDE7E7
(221,231,231)
#E1E9EA
(225,233,234)
#E5EBED
(229,235,237)
#E9EDF0
(233,237,240)
#EDEFF3
(237,239,243)
#F1F1F6
(241,241,246)
#F5F3F9
(245,243,249)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E1DE; }

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

This text font color is #D1E1DE.

Background Color

.myBgColor { background-color: #D1E1DE; }

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

This div background color is #D1E1DE.

Border color

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

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

This div border color is #D1E1DE.

Opacity

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

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

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

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

This text has shadow with #D1E1DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E1DE.

Preview

Color preview on black background

This text has color #D1E1DE on black background.


Color preview on white background

This text has color #D1E1DE on white background.


Black color preview on #D1E1DE background

This text has black color on #D1E1DE background.


White color preview on #D1E1DE background

This text has white color on #D1E1DE background.


Related colors

Complementary color

Complementary color for #hex is #2E1E21.


I love getcolorcode.com

Triadic colors

1 #DED1E1 and #E1DED1 with #D1E1DE are triadic colors.

2 #DEE1D1 and #E1D1DE with #D1E1DE are triadic colors.