COLOR #D1E3DE

HEX: #D1E3DE
RGB: (209,227,222)

Color info

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

RGB color model

#D1E3DE color RGB value is (209,227,222).

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

RGB channels and saturation

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

209
227
222

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

Portions of RGB colors in percentages

R + G + B =
209 + 227 + 222 = 658 (100%)
R 209 of 658 ~ 31.76%
G 227 of 658 ~ 34.5%
B 222 of 658 ~ 33.74%

%31.76
%34.5
%33.74

CMYK color model

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

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

CMYK percentages

%7.93
%0
%2.2
%10.98

Codes

Color #D1E3DE in popluar color models

D1E3DE
RGB209227222
HSL163°24.32%85.49%
HSB/HSV163°7.93%89.02%
CMYK7.93%0.00%2.20%
10.98%

Color #D1E3DE in popluar number systems.

HEXD1E3DE
Decimal209227222
Binary110100011110001111011110
Octal321343336

Shades and tints

Shades of #D1E3DE

#D1E3DE
(209,227,222)
#BECFCA
(190,207,202)
#ABBBB6
(171,187,182)
#98A7A2
(152,167,162)
#85938E
(133,147,142)
#727F7A
(114,127,122)
#5F6B66
(95,107,102)
#4C5752
(76,87,82)
#39433E
(57,67,62)
#262F2A
(38,47,42)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #D1E3DE

#D1E3DE
(209,227,222)
#D5E5E1
(213,229,225)
#D9E7E4
(217,231,228)
#DDE9E7
(221,233,231)
#E1EBEA
(225,235,234)
#E5EDED
(229,237,237)
#E9EFF0
(233,239,240)
#EDF1F3
(237,241,243)
#F1F3F6
(241,243,246)
#F5F5F9
(245,245,249)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E3DE; }

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

This text font color is #D1E3DE.


Background Color

.myBgColor { background-color: #D1E3DE; }

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

This div background color is #D1E3DE.


Border color

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

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

This div border color is #D1E3DE.


Opacity

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

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

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

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

This text has shadow with #D1E3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E3DE on black background.


Color preview on white background

This text has color #D1E3DE on white background.



Black color preview on #D1E3DE background

This text has black color on #D1E3DE background.


White color preview on #D1E3DE background

This text has white color on #D1E3DE background.