COLOR #E5F29D

HEX: #E5F29D RGB: (229,242,157)

Color info

#E5F29D contains mainly red and green colors. Web safe color of #E5F29D is #CCFF99 (or #CF9).

RGB color model

#E5F29D color RGB value is (229,242,157).

RGB: (229,242,157) (90%, 95%, 62%)

RGB channels and saturation

R 229 of 255 = 90%
G 242 of 255 = 95%
B 157 of 255 = 62%

229
242
157

R + G + B ~ 82%. #E5F29D is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 242 + 157 = 628 (100%)
R 229 of 628 ~ 36.46%
G 242 of 628 ~ 38.54%
B 157 of 628 ~ 25'%

%36.46
%38.54
%25

CMYK color model

#E5F29D color CMYK value is (5,0,35,5).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 35.12%
  • key color value is 5.10%

CMYK: (5,0,35,5)
C5M0Y35K5 (5%, 0%, 35%, 5%)
(0.05 / 0.00 / 0.35 / 0.05)

CMYK percentages

%5.37
%0
%35.12
%5.1

Codes

Color #E5F29D in popluar color models

E5 F2 9D
RGB 229 242 157
HSL 69° 76.58% 78.24%
HSB/HSV 69° 35.12% 94.90%
CMYK 5.37% 0.00% 35.12%
5.10%

Color #E5F29D in popluar number systems.

HEX E5 F2 9D
Decimal 229 242 157
Binary 11100101 11110010 10011101
Octal 345 362 235

Shades and tints

Shades of #E5F29D

#E5F29D
(229,242,157)
#D1DC8F
(209,220,143)
#BDC681
(189,198,129)
#A9B073
(169,176,115)
#959A65
(149,154,101)
#818457
(129,132,87)
#6D6E49
(109,110,73)
#59583B
(89,88,59)
#45422D
(69,66,45)
#312C1F
(49,44,31)
#1D1611
(29,22,17)
#000000
(0,0,0)

Tints of #E5F29D

#E5F29D
(229,242,157)
#E7F3A5
(231,243,165)
#E9F4AD
(233,244,173)
#EBF5B5
(235,245,181)
#EDF6BD
(237,246,189)
#EFF7C5
(239,247,197)
#F1F8CD
(241,248,205)
#F3F9D5
(243,249,213)
#F5FADD
(245,250,221)
#F7FBE5
(247,251,229)
#F9FCED
(249,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F29D color. Also use rgb(229,242,157) instead hex code.

Text Font Color

.myTextColor { color: #E5F29D; }

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

This text font color is #E5F29D.

Background Color

.myBgColor { background-color: #E5F29D; }

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

This div background color is #E5F29D.

Border color

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

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

This div border color is #E5F29D.

Opacity

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

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

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

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

This text has shadow with #E5F29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F29D.

Preview

Color preview on black background

This text has color #E5F29D on black background.


Color preview on white background

This text has color #E5F29D on white background.


Black color preview on #E5F29D background

This text has black color on #E5F29D background.


White color preview on #E5F29D background

This text has white color on #E5F29D background.


Related colors

Complementary color

Complementary color for #hex is #1A0D62.


I love getcolorcode.com

Triadic colors

1 #9DE5F2 and #F29DE5 with #E5F29D are triadic colors.

2 #9DF2E5 and #F2E59D with #E5F29D are triadic colors.