COLOR #E5F5C1

HEX: #E5F5C1
RGB: (229,245,193)

Color info

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

RGB color model

#E5F5C1 color RGB value is (229,245,193).

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

RGB channels and saturation

R 229 of 255 = 90%
G 245 of 255 = 96%
B 193 of 255 = 76%

229
245
193

R + G + B ~ 87%. #E5F5C1 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 245 + 193 = 667 (100%)
R 229 of 667 ~ 34.33%
G 245 of 667 ~ 36.73%
B 193 of 667 ~ 28.94%

%34.33
%36.73
%28.94

CMYK color model

#E5F5C1 color CMYK value is (7,0,21,4).

  • cyan value is 6.53%
  • magenta value is 0.00%
  • yellow value is 21.22%
  • key color value is 3.92%
CMYK:
(7,0,21,4)
C7M0Y21K4 
(7%,0%,21%,4%)
(0.07/0.00/0.21/0.04)	

CMYK percentages

%6.53
%0
%21.22
%3.92

Codes

Color #E5F5C1 in popluar color models

E5F5C1
RGB229245193
HSL78°72.22%85.88%
HSB/HSV78°21.22%96.08%
CMYK6.53%0.00%21.22%
3.92%

Color #E5F5C1 in popluar number systems.

HEXE5F5C1
Decimal229245193
Binary111001011111010111000001
Octal345365301

Shades and tints

Shades of #E5F5C1

#E5F5C1
(229,245,193)
#D1DFB0
(209,223,176)
#BDC99F
(189,201,159)
#A9B38E
(169,179,142)
#959D7D
(149,157,125)
#81876C
(129,135,108)
#6D715B
(109,113,91)
#595B4A
(89,91,74)
#454539
(69,69,57)
#312F28
(49,47,40)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #E5F5C1

#E5F5C1
(229,245,193)
#E7F5C6
(231,245,198)
#E9F5CB
(233,245,203)
#EBF5D0
(235,245,208)
#EDF5D5
(237,245,213)
#EFF5DA
(239,245,218)
#F1F5DF
(241,245,223)
#F3F5E4
(243,245,228)
#F5F5E9
(245,245,233)
#F7F5EE
(247,245,238)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F5C1; }

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

This text font color is #E5F5C1.


Background Color

.myBgColor { background-color: #E5F5C1; }

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

This div background color is #E5F5C1.


Border color

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

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

This div border color is #E5F5C1.


Opacity

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

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

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

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

This text has shadow with #E5F5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F5C1 on black background.


Color preview on white background

This text has color #E5F5C1 on white background.



Black color preview on #E5F5C1 background

This text has black color on #E5F5C1 background.


White color preview on #E5F5C1 background

This text has white color on #E5F5C1 background.