COLOR #E7F68A

HEX: #E7F68A
RGB: (231,246,138)

Color info

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

RGB color model

#E7F68A color RGB value is (231,246,138).

  • red value is 231;
  • green value is 246;
  • blue value is 138.
RGB:
(231,246,138)
(91%,96%,54%)

RGB channels and saturation

R 231 of 255 = 91%
G 246 of 255 = 96%
B 138 of 255 = 54%

231
246
138

R + G + B ~ 80%. #E7F68A is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 246 + 138 = 615 (100%)
R 231 of 615 ~ 37.56%
G 246 of 615 ~ 40%
B 138 of 615 ~ 22.44%

%37.56
%40
%22.44

CMYK color model

#E7F68A color CMYK value is (6,0,44,4).

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 43.90%
  • key color value is 3.53%
CMYK:
(6,0,44,4)
C6M0Y44K4 
(6%,0%,44%,4%)
(0.06/0.00/0.44/0.04)	

CMYK percentages

%6.1
%0
%43.9
%3.53

Codes

Color #E7F68A in popluar color models

E7F68A
RGB231246138
HSL68°85.71%75.29%
HSB/HSV68°43.90%96.47%
CMYK6.10%0.00%43.90%
3.53%

Color #E7F68A in popluar number systems.

HEXE7F68A
Decimal231246138
Binary111001111111011010001010
Octal347366212

Shades and tints

Shades of #E7F68A

#E7F68A
(231,246,138)
#D2E07E
(210,224,126)
#BDCA72
(189,202,114)
#A8B466
(168,180,102)
#939E5A
(147,158,90)
#7E884E
(126,136,78)
#697242
(105,114,66)
#545C36
(84,92,54)
#3F462A
(63,70,42)
#2A301E
(42,48,30)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #E7F68A

#E7F68A
(231,246,138)
#E9F694
(233,246,148)
#EBF69E
(235,246,158)
#EDF6A8
(237,246,168)
#EFF6B2
(239,246,178)
#F1F6BC
(241,246,188)
#F3F6C6
(243,246,198)
#F5F6D0
(245,246,208)
#F7F6DA
(247,246,218)
#F9F6E4
(249,246,228)
#FBF6EE
(251,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F68A color. Also use rgb(231,246,138) instead hex code.

Text Font Color

.myTextColor { color: #E7F68A; }

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

This text font color is #E7F68A.


Background Color

.myBgColor { background-color: #E7F68A; }

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

This div background color is #E7F68A.


Border color

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

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

This div border color is #E7F68A.


Opacity

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

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

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

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

This text has shadow with #E7F68A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F68A on black background.


Color preview on white background

This text has color #E7F68A on white background.



Black color preview on #E7F68A background

This text has black color on #E7F68A background.


White color preview on #E7F68A background

This text has white color on #E7F68A background.