COLOR #D5EFDE

HEX: #D5EFDE
RGB: (213,239,222)

Color info

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

RGB color model

#D5EFDE color RGB value is (213,239,222).

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

RGB channels and saturation

R 213 of 255 = 84%
G 239 of 255 = 94%
B 222 of 255 = 87%

213
239
222

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

Portions of RGB colors in percentages

R + G + B =
213 + 239 + 222 = 674 (100%)
R 213 of 674 ~ 31.6%
G 239 of 674 ~ 35.46%
B 222 of 674 ~ 32.94%

%31.6
%35.46
%32.94

CMYK color model

#D5EFDE color CMYK value is (11,0,7,6).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 6.27%
CMYK:
(11,0,7,6)
C11M0Y7K6 
(11%,0%,7%,6%)
(0.11/0.00/0.07/0.06)	

CMYK percentages

%10.88
%0
%7.11
%6.27

Codes

Color #D5EFDE in popluar color models

D5EFDE
RGB213239222
HSL141°44.83%88.63%
HSB/HSV141°10.88%93.73%
CMYK10.88%0.00%7.11%
6.27%

Color #D5EFDE in popluar number systems.

HEXD5EFDE
Decimal213239222
Binary110101011110111111011110
Octal325357336

Shades and tints

Shades of #D5EFDE

#D5EFDE
(213,239,222)
#C2DACA
(194,218,202)
#AFC5B6
(175,197,182)
#9CB0A2
(156,176,162)
#899B8E
(137,155,142)
#76867A
(118,134,122)
#637166
(99,113,102)
#505C52
(80,92,82)
#3D473E
(61,71,62)
#2A322A
(42,50,42)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #D5EFDE

#D5EFDE
(213,239,222)
#D8F0E1
(216,240,225)
#DBF1E4
(219,241,228)
#DEF2E7
(222,242,231)
#E1F3EA
(225,243,234)
#E4F4ED
(228,244,237)
#E7F5F0
(231,245,240)
#EAF6F3
(234,246,243)
#EDF7F6
(237,247,246)
#F0F8F9
(240,248,249)
#F3F9FC
(243,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EFDE; }

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

This text font color is #D5EFDE.


Background Color

.myBgColor { background-color: #D5EFDE; }

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

This div background color is #D5EFDE.


Border color

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

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

This div border color is #D5EFDE.


Opacity

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

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

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

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

This text has shadow with #D5EFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EFDE on black background.


Color preview on white background

This text has color #D5EFDE on white background.



Black color preview on #D5EFDE background

This text has black color on #D5EFDE background.


White color preview on #D5EFDE background

This text has white color on #D5EFDE background.