COLOR #D1EFDE

HEX: #D1EFDE
RGB: (209,239,222)

Color info

#D1EFDE contains red, green and blue colors in about the same proportion. Web safe color of #D1EFDE is #CCFFCC (or #CFC).

RGB color model

#D1EFDE color RGB value is (209,239,222).

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

RGB channels and saturation

R 209 of 255 = 82%
G 239 of 255 = 94%
B 222 of 255 = 87%

209
239
222

R + G + B ~ 88%. #D1EFDE is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 239 + 222 = 670 (100%)
R 209 of 670 ~ 31.19%
G 239 of 670 ~ 35.67%
B 222 of 670 ~ 33.13%

%31.19
%35.67
%33.13

CMYK color model

#D1EFDE color CMYK value is (13,0,7,6).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 6.27%
CMYK:
(13,0,7,6)
C13M0Y7K6 
(13%,0%,7%,6%)
(0.13/0.00/0.07/0.06)	

CMYK percentages

%12.55
%0
%7.11
%6.27

Codes

Color #D1EFDE in popluar color models

D1EFDE
RGB209239222
HSL146°48.39%87.84%
HSB/HSV146°12.55%93.73%
CMYK12.55%0.00%7.11%
6.27%

Color #D1EFDE in popluar number systems.

HEXD1EFDE
Decimal209239222
Binary110100011110111111011110
Octal321357336

Shades and tints

Shades of #D1EFDE

#D1EFDE
(209,239,222)
#BEDACA
(190,218,202)
#ABC5B6
(171,197,182)
#98B0A2
(152,176,162)
#859B8E
(133,155,142)
#72867A
(114,134,122)
#5F7166
(95,113,102)
#4C5C52
(76,92,82)
#39473E
(57,71,62)
#26322A
(38,50,42)
#131D16
(19,29,22)
#000000
(0,0,0)

Tints of #D1EFDE

#D1EFDE
(209,239,222)
#D5F0E1
(213,240,225)
#D9F1E4
(217,241,228)
#DDF2E7
(221,242,231)
#E1F3EA
(225,243,234)
#E5F4ED
(229,244,237)
#E9F5F0
(233,245,240)
#EDF6F3
(237,246,243)
#F1F7F6
(241,247,246)
#F5F8F9
(245,248,249)
#F9F9FC
(249,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EFDE; }

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

This text font color is #D1EFDE.


Background Color

.myBgColor { background-color: #D1EFDE; }

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

This div background color is #D1EFDE.


Border color

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

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

This div border color is #D1EFDE.


Opacity

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

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

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

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

This text has shadow with #D1EFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EFDE on black background.


Color preview on white background

This text has color #D1EFDE on white background.



Black color preview on #D1EFDE background

This text has black color on #D1EFDE background.


White color preview on #D1EFDE background

This text has white color on #D1EFDE background.