COLOR #D5EDDE

HEX: #D5EDDE
RGB: (213,237,222)

Color info

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

RGB color model

#D5EDDE color RGB value is (213,237,222).

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

RGB channels and saturation

R 213 of 255 = 84%
G 237 of 255 = 93%
B 222 of 255 = 87%

213
237
222

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

Portions of RGB colors in percentages

R + G + B =
213 + 237 + 222 = 672 (100%)
R 213 of 672 ~ 31.7%
G 237 of 672 ~ 35.27%
B 222 of 672 ~ 33.04%

%31.7
%35.27
%33.04

CMYK color model

#D5EDDE color CMYK value is (10,0,6,7).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 7.06%
CMYK:
(10,0,6,7)
C10M0Y6K7 
(10%,0%,6%,7%)
(0.10/0.00/0.06/0.07)	

CMYK percentages

%10.13
%0
%6.33
%7.06

Codes

Color #D5EDDE in popluar color models

D5EDDE
RGB213237222
HSL143°40.00%88.24%
HSB/HSV143°10.13%92.94%
CMYK10.13%0.00%6.33%
7.06%

Color #D5EDDE in popluar number systems.

HEXD5EDDE
Decimal213237222
Binary110101011110110111011110
Octal325355336

Shades and tints

Shades of #D5EDDE

#D5EDDE
(213,237,222)
#C2D8CA
(194,216,202)
#AFC3B6
(175,195,182)
#9CAEA2
(156,174,162)
#89998E
(137,153,142)
#76847A
(118,132,122)
#636F66
(99,111,102)
#505A52
(80,90,82)
#3D453E
(61,69,62)
#2A302A
(42,48,42)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #D5EDDE

#D5EDDE
(213,237,222)
#D8EEE1
(216,238,225)
#DBEFE4
(219,239,228)
#DEF0E7
(222,240,231)
#E1F1EA
(225,241,234)
#E4F2ED
(228,242,237)
#E7F3F0
(231,243,240)
#EAF4F3
(234,244,243)
#EDF5F6
(237,245,246)
#F0F6F9
(240,246,249)
#F3F7FC
(243,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EDDE; }

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

This text font color is #D5EDDE.


Background Color

.myBgColor { background-color: #D5EDDE; }

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

This div background color is #D5EDDE.


Border color

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

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

This div border color is #D5EDDE.


Opacity

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

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

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

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

This text has shadow with #D5EDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EDDE on black background.


Color preview on white background

This text has color #D5EDDE on white background.



Black color preview on #D5EDDE background

This text has black color on #D5EDDE background.


White color preview on #D5EDDE background

This text has white color on #D5EDDE background.