COLOR #E5F9D4

HEX: #E5F9D4
RGB: (229,249,212)

Color info

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

RGB color model

#E5F9D4 color RGB value is (229,249,212).

  • red value is 229;
  • green value is 249;
  • blue value is 212.
RGB:
(229,249,212)
(90%,98%,83%)

RGB channels and saturation

R 229 of 255 = 90%
G 249 of 255 = 98%
B 212 of 255 = 83%

229
249
212

R + G + B ~ 90%. #E5F9D4 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 249 + 212 = 690 (100%)
R 229 of 690 ~ 33.19%
G 249 of 690 ~ 36.09%
B 212 of 690 ~ 30.72%

%33.19
%36.09
%30.72

CMYK color model

#E5F9D4 color CMYK value is (8,0,15,2).

  • cyan value is 8.03%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 2.35%
CMYK:
(8,0,15,2)
C8M0Y15K2 
(8%,0%,15%,2%)
(0.08/0.00/0.15/0.02)	

CMYK percentages

%8.03
%0
%14.86
%2.35

Codes

Color #E5F9D4 in popluar color models

E5F9D4
RGB229249212
HSL92°75.51%90.39%
HSB/HSV92°14.86%97.65%
CMYK8.03%0.00%14.86%
2.35%

Color #E5F9D4 in popluar number systems.

HEXE5F9D4
Decimal229249212
Binary111001011111100111010100
Octal345371324

Shades and tints

Shades of #E5F9D4

#E5F9D4
(229,249,212)
#D1E3C1
(209,227,193)
#BDCDAE
(189,205,174)
#A9B79B
(169,183,155)
#95A188
(149,161,136)
#818B75
(129,139,117)
#6D7562
(109,117,98)
#595F4F
(89,95,79)
#45493C
(69,73,60)
#313329
(49,51,41)
#1D1D16
(29,29,22)
#000000
(0,0,0)

Tints of #E5F9D4

#E5F9D4
(229,249,212)
#E7F9D7
(231,249,215)
#E9F9DA
(233,249,218)
#EBF9DD
(235,249,221)
#EDF9E0
(237,249,224)
#EFF9E3
(239,249,227)
#F1F9E6
(241,249,230)
#F3F9E9
(243,249,233)
#F5F9EC
(245,249,236)
#F7F9EF
(247,249,239)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F9D4 color. Also use rgb(229,249,212) instead hex code.

Text Font Color

.myTextColor { color: #E5F9D4; }

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

This text font color is #E5F9D4.


Background Color

.myBgColor { background-color: #E5F9D4; }

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

This div background color is #E5F9D4.


Border color

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

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

This div border color is #E5F9D4.


Opacity

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

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

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

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

This text has shadow with #E5F9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F9D4 on black background.


Color preview on white background

This text has color #E5F9D4 on white background.



Black color preview on #E5F9D4 background

This text has black color on #E5F9D4 background.


White color preview on #E5F9D4 background

This text has white color on #E5F9D4 background.