COLOR #E7F29A

HEX: #E7F29A RGB: (231,242,154)

Color info

#E7F29A contains mainly red and green colors. Web safe color of #E7F29A is #FFFF99 (or #FF9).

RGB color model

#E7F29A color RGB value is (231,242,154).

RGB: (231,242,154) (91%, 95%, 60%)

RGB channels and saturation

R 231 of 255 = 91%
G 242 of 255 = 95%
B 154 of 255 = 60%

231
242
154

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

Portions of RGB colors in percentages

R + G + B = 231 + 242 + 154 = 627 (100%)
R 231 of 627 ~ 36.84%
G 242 of 627 ~ 38.6%
B 154 of 627 ~ 24.56'%

%36.84
%38.6
%24.56

CMYK color model

#E7F29A color CMYK value is (5,0,36,5).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 5.10%

CMYK: (5,0,36,5)
C5M0Y36K5 (5%, 0%, 36%, 5%)
(0.05 / 0.00 / 0.36 / 0.05)

CMYK percentages

%4.55
%0
%36.36
%5.1

Codes

Color #E7F29A in popluar color models

E7 F2 9A
RGB 231 242 154
HSL 68° 77.19% 77.65%
HSB/HSV 68° 36.36% 94.90%
CMYK 4.55% 0.00% 36.36%
5.10%

Color #E7F29A in popluar number systems.

HEX E7 F2 9A
Decimal 231 242 154
Binary 11100111 11110010 10011010
Octal 347 362 232

Shades and tints

Shades of #E7F29A

#E7F29A
(231,242,154)
#D2DC8C
(210,220,140)
#BDC67E
(189,198,126)
#A8B070
(168,176,112)
#939A62
(147,154,98)
#7E8454
(126,132,84)
#696E46
(105,110,70)
#545838
(84,88,56)
#3F422A
(63,66,42)
#2A2C1C
(42,44,28)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #E7F29A

#E7F29A
(231,242,154)
#E9F3A3
(233,243,163)
#EBF4AC
(235,244,172)
#EDF5B5
(237,245,181)
#EFF6BE
(239,246,190)
#F1F7C7
(241,247,199)
#F3F8D0
(243,248,208)
#F5F9D9
(245,249,217)
#F7FAE2
(247,250,226)
#F9FBEB
(249,251,235)
#FBFCF4
(251,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F29A color. Also use rgb(231,242,154) instead hex code.

Text Font Color

.myTextColor { color: #E7F29A; }

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

This text font color is #E7F29A.

Background Color

.myBgColor { background-color: #E7F29A; }

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

This div background color is #E7F29A.

Border color

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

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

This div border color is #E7F29A.

Opacity

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

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

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

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

This text has shadow with #E7F29A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F29A.

Preview

Color preview on black background

This text has color #E7F29A on black background.


Color preview on white background

This text has color #E7F29A on white background.


Black color preview on #E7F29A background

This text has black color on #E7F29A background.


White color preview on #E7F29A background

This text has white color on #E7F29A background.


Related colors

Complementary color

Complementary color for #hex is #180D65.


I love getcolorcode.com

Triadic colors

1 #9AE7F2 and #F29AE7 with #E7F29A are triadic colors.

2 #9AF2E7 and #F2E79A with #E7F29A are triadic colors.