COLOR #D5EEDB

HEX: #D5EEDB
RGB: (213,238,219)

Color info

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

RGB color model

#D5EEDB color RGB value is (213,238,219).

  • red value is 213;
  • green value is 238;
  • blue value is 219.
RGB:
(213,238,219)
(84%,93%,86%)

RGB channels and saturation

R 213 of 255 = 84%
G 238 of 255 = 93%
B 219 of 255 = 86%

213
238
219

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

Portions of RGB colors in percentages

R + G + B =
213 + 238 + 219 = 670 (100%)
R 213 of 670 ~ 31.79%
G 238 of 670 ~ 35.52%
B 219 of 670 ~ 32.69%

%31.79
%35.52
%32.69

CMYK color model

#D5EEDB color CMYK value is (11,0,8,7).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 6.67%
CMYK:
(11,0,8,7)
C11M0Y8K7 
(11%,0%,8%,7%)
(0.11/0.00/0.08/0.07)	

CMYK percentages

%10.5
%0
%7.98
%6.67

Codes

Color #D5EEDB in popluar color models

D5EEDB
RGB213238219
HSL134°42.37%88.43%
HSB/HSV134°10.50%93.33%
CMYK10.50%0.00%7.98%
6.67%

Color #D5EEDB in popluar number systems.

HEXD5EEDB
Decimal213238219
Binary110101011110111011011011
Octal325356333

Shades and tints

Shades of #D5EEDB

#D5EEDB
(213,238,219)
#C2D9C8
(194,217,200)
#AFC4B5
(175,196,181)
#9CAFA2
(156,175,162)
#899A8F
(137,154,143)
#76857C
(118,133,124)
#637069
(99,112,105)
#505B56
(80,91,86)
#3D4643
(61,70,67)
#2A3130
(42,49,48)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #D5EEDB

#D5EEDB
(213,238,219)
#D8EFDE
(216,239,222)
#DBF0E1
(219,240,225)
#DEF1E4
(222,241,228)
#E1F2E7
(225,242,231)
#E4F3EA
(228,243,234)
#E7F4ED
(231,244,237)
#EAF5F0
(234,245,240)
#EDF6F3
(237,246,243)
#F0F7F6
(240,247,246)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EEDB color. Also use rgb(213,238,219) instead hex code.

Text Font Color

.myTextColor { color: #D5EEDB; }

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

This text font color is #D5EEDB.


Background Color

.myBgColor { background-color: #D5EEDB; }

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

This div background color is #D5EEDB.


Border color

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

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

This div border color is #D5EEDB.


Opacity

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

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

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

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

This text has shadow with #D5EEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EEDB on black background.


Color preview on white background

This text has color #D5EEDB on white background.



Black color preview on #D5EEDB background

This text has black color on #D5EEDB background.


White color preview on #D5EEDB background

This text has white color on #D5EEDB background.