COLOR #E5F7DB

HEX: #E5F7DB
RGB: (229,247,219)

Color info

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

RGB color model

#E5F7DB color RGB value is (229,247,219).

  • red value is 229;
  • green value is 247;
  • blue value is 219.
RGB:
(229,247,219)
(90%,97%,86%)

RGB channels and saturation

R 229 of 255 = 90%
G 247 of 255 = 97%
B 219 of 255 = 86%

229
247
219

R + G + B ~ 91%. #E5F7DB is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 247 + 219 = 695 (100%)
R 229 of 695 ~ 32.95%
G 247 of 695 ~ 35.54%
B 219 of 695 ~ 31.51%

%32.95
%35.54
%31.51

CMYK color model

#E5F7DB color CMYK value is (7,0,11,3).

  • cyan value is 7.29%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 3.14%
CMYK:
(7,0,11,3)
C7M0Y11K3 
(7%,0%,11%,3%)
(0.07/0.00/0.11/0.03)	

CMYK percentages

%7.29
%0
%11.34
%3.14

Codes

Color #E5F7DB in popluar color models

E5F7DB
RGB229247219
HSL99°63.64%91.37%
HSB/HSV99°11.34%96.86%
CMYK7.29%0.00%11.34%
3.14%

Color #E5F7DB in popluar number systems.

HEXE5F7DB
Decimal229247219
Binary111001011111011111011011
Octal345367333

Shades and tints

Shades of #E5F7DB

#E5F7DB
(229,247,219)
#D1E1C8
(209,225,200)
#BDCBB5
(189,203,181)
#A9B5A2
(169,181,162)
#959F8F
(149,159,143)
#81897C
(129,137,124)
#6D7369
(109,115,105)
#595D56
(89,93,86)
#454743
(69,71,67)
#313130
(49,49,48)
#1D1B1D
(29,27,29)
#000000
(0,0,0)

Tints of #E5F7DB

#E5F7DB
(229,247,219)
#E7F7DE
(231,247,222)
#E9F7E1
(233,247,225)
#EBF7E4
(235,247,228)
#EDF7E7
(237,247,231)
#EFF7EA
(239,247,234)
#F1F7ED
(241,247,237)
#F3F7F0
(243,247,240)
#F5F7F3
(245,247,243)
#F7F7F6
(247,247,246)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F7DB color. Also use rgb(229,247,219) instead hex code.

Text Font Color

.myTextColor { color: #E5F7DB; }

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

This text font color is #E5F7DB.


Background Color

.myBgColor { background-color: #E5F7DB; }

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

This div background color is #E5F7DB.


Border color

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

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

This div border color is #E5F7DB.


Opacity

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

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

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

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

This text has shadow with #E5F7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F7DB on black background.


Color preview on white background

This text has color #E5F7DB on white background.



Black color preview on #E5F7DB background

This text has black color on #E5F7DB background.


White color preview on #E5F7DB background

This text has white color on #E5F7DB background.