COLOR #D1E2DE

HEX: #D1E2DE
RGB: (209,226,222)

Color info

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

RGB color model

#D1E2DE color RGB value is (209,226,222).

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

RGB channels and saturation

R 209 of 255 = 82%
G 226 of 255 = 89%
B 222 of 255 = 87%

209
226
222

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

Portions of RGB colors in percentages

R + G + B =
209 + 226 + 222 = 657 (100%)
R 209 of 657 ~ 31.81%
G 226 of 657 ~ 34.4%
B 222 of 657 ~ 33.79%

%31.81
%34.4
%33.79

CMYK color model

#D1E2DE color CMYK value is (8,0,2,11).

  • cyan value is 7.52%
  • magenta value is 0.00%
  • yellow value is 1.77%
  • key color value is 11.37%
CMYK:
(8,0,2,11)
C8M0Y2K11 
(8%,0%,2%,11%)
(0.08/0.00/0.02/0.11)	

CMYK percentages

%7.52
%0
%1.77
%11.37

Codes

Color #D1E2DE in popluar color models

D1E2DE
RGB209226222
HSL166°22.67%85.29%
HSB/HSV166°7.52%88.63%
CMYK7.52%0.00%1.77%
11.37%

Color #D1E2DE in popluar number systems.

HEXD1E2DE
Decimal209226222
Binary110100011110001011011110
Octal321342336

Shades and tints

Shades of #D1E2DE

#D1E2DE
(209,226,222)
#BECECA
(190,206,202)
#ABBAB6
(171,186,182)
#98A6A2
(152,166,162)
#85928E
(133,146,142)
#727E7A
(114,126,122)
#5F6A66
(95,106,102)
#4C5652
(76,86,82)
#39423E
(57,66,62)
#262E2A
(38,46,42)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #D1E2DE

#D1E2DE
(209,226,222)
#D5E4E1
(213,228,225)
#D9E6E4
(217,230,228)
#DDE8E7
(221,232,231)
#E1EAEA
(225,234,234)
#E5ECED
(229,236,237)
#E9EEF0
(233,238,240)
#EDF0F3
(237,240,243)
#F1F2F6
(241,242,246)
#F5F4F9
(245,244,249)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E2DE; }

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

This text font color is #D1E2DE.


Background Color

.myBgColor { background-color: #D1E2DE; }

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

This div background color is #D1E2DE.


Border color

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

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

This div border color is #D1E2DE.


Opacity

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

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

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

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

This text has shadow with #D1E2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E2DE on black background.


Color preview on white background

This text has color #D1E2DE on white background.



Black color preview on #D1E2DE background

This text has black color on #D1E2DE background.


White color preview on #D1E2DE background

This text has white color on #D1E2DE background.