COLOR #E5F5C4

HEX: #E5F5C4
RGB: (229,245,196)

Color info

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

RGB color model

#E5F5C4 color RGB value is (229,245,196).

  • red value is 229;
  • green value is 245;
  • blue value is 196.
RGB:
(229,245,196)
(90%,96%,77%)

RGB channels and saturation

R 229 of 255 = 90%
G 245 of 255 = 96%
B 196 of 255 = 77%

229
245
196

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

Portions of RGB colors in percentages

R + G + B =
229 + 245 + 196 = 670 (100%)
R 229 of 670 ~ 34.18%
G 245 of 670 ~ 36.57%
B 196 of 670 ~ 29.25%

%34.18
%36.57
%29.25

CMYK color model

#E5F5C4 color CMYK value is (7,0,20,4).

  • cyan value is 6.53%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 3.92%
CMYK:
(7,0,20,4)
C7M0Y20K4 
(7%,0%,20%,4%)
(0.07/0.00/0.20/0.04)	

CMYK percentages

%6.53
%0
%20
%3.92

Codes

Color #E5F5C4 in popluar color models

E5F5C4
RGB229245196
HSL80°71.01%86.47%
HSB/HSV80°20.00%96.08%
CMYK6.53%0.00%20.00%
3.92%

Color #E5F5C4 in popluar number systems.

HEXE5F5C4
Decimal229245196
Binary111001011111010111000100
Octal345365304

Shades and tints

Shades of #E5F5C4

#E5F5C4
(229,245,196)
#D1DFB3
(209,223,179)
#BDC9A2
(189,201,162)
#A9B391
(169,179,145)
#959D80
(149,157,128)
#81876F
(129,135,111)
#6D715E
(109,113,94)
#595B4D
(89,91,77)
#45453C
(69,69,60)
#312F2B
(49,47,43)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #E5F5C4

#E5F5C4
(229,245,196)
#E7F5C9
(231,245,201)
#E9F5CE
(233,245,206)
#EBF5D3
(235,245,211)
#EDF5D8
(237,245,216)
#EFF5DD
(239,245,221)
#F1F5E2
(241,245,226)
#F3F5E7
(243,245,231)
#F5F5EC
(245,245,236)
#F7F5F1
(247,245,241)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F5C4 color. Also use rgb(229,245,196) instead hex code.

Text Font Color

.myTextColor { color: #E5F5C4; }

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

This text font color is #E5F5C4.


Background Color

.myBgColor { background-color: #E5F5C4; }

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

This div background color is #E5F5C4.


Border color

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

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

This div border color is #E5F5C4.


Opacity

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

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

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

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

This text has shadow with #E5F5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F5C4 on black background.


Color preview on white background

This text has color #E5F5C4 on white background.



Black color preview on #E5F5C4 background

This text has black color on #E5F5C4 background.


White color preview on #E5F5C4 background

This text has white color on #E5F5C4 background.