COLOR #D1E0DE

HEX: #D1E0DE
RGB: (209,224,222)

Color info

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

RGB color model

#D1E0DE color RGB value is (209,224,222).

  • red value is 209;
  • green value is 224;
  • blue value is 222.
RGB: (209,224,222) (82%,88%,87%)

RGB channels and saturation

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

209
224
222

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

Portions of RGB colors in percentages

R + G + B =
209 + 224 + 222 = 655 (100%)
R 209 of 655 ~ 31.91%
G 224 of 655 ~ 34.2%
B 222 of 655 ~ 33.89%

%31.91
%34.2
%33.89

CMYK color model

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

  • cyan value is 6.70%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • key color value is 12.16%
CMYK: (7,0,1,12) C7M0Y1K12 (7%,0%,1%,12%) (0.07/0.00/0.01/0.12)

CMYK percentages

%6.7
%0
%0.89
%12.16

Codes

Color #D1E0DE in popluar color models

D1E0DE
RGB209224222
HSL172°19.48%84.90%
HSB/HSV172°6.70%87.84%
CMYK6.70%0.00%0.89%
12.16%

Color #D1E0DE in popluar number systems.

HEXD1E0DE
Decimal209224222
Binary110100011110000011011110
Octal321340336

Shades and tints

Shades of #D1E0DE

#D1E0DE
(209,224,222)
#BECCCA
(190,204,202)
#ABB8B6
(171,184,182)
#98A4A2
(152,164,162)
#85908E
(133,144,142)
#727C7A
(114,124,122)
#5F6866
(95,104,102)
#4C5452
(76,84,82)
#39403E
(57,64,62)
#262C2A
(38,44,42)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #D1E0DE

#D1E0DE
(209,224,222)
#D5E2E1
(213,226,225)
#D9E4E4
(217,228,228)
#DDE6E7
(221,230,231)
#E1E8EA
(225,232,234)
#E5EAED
(229,234,237)
#E9ECF0
(233,236,240)
#EDEEF3
(237,238,243)
#F1F0F6
(241,240,246)
#F5F2F9
(245,242,249)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E0DE; }

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

This text font color is #D1E0DE.


Background Color

.myBgColor { background-color: #D1E0DE; }

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

This div background color is #D1E0DE.


Border color

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

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

This div border color is #D1E0DE.


Opacity

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

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

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

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

This text has shadow with #D1E0DE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D1E0DE on black background.


Color preview on white background

This text has color #D1E0DE on white background.



Black color preview on #D1E0DE background

This text has black color on #D1E0DE background.


White color preview on #D1E0DE background

This text has white color on #D1E0DE background.