COLOR #7EE891

HEX: #7EE891
RGB: (126,232,145)

Color info

#7EE891 contains mainly green color. Web safe color of #7EE891 is #66FF99 (or #6F9).

RGB color model

#7EE891 color RGB value is (126,232,145).

  • red value is 126;
  • green value is 232;
  • blue value is 145.
RGB:
(126,232,145)
(49%,91%,57%)

RGB channels and saturation

R 126 of 255 = 49%
G 232 of 255 = 91%
B 145 of 255 = 57%

126
232
145

R + G + B ~ 66%. #7EE891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 232 + 145 = 503 (100%)
R 126 of 503 ~ 25.05%
G 232 of 503 ~ 46.12%
B 145 of 503 ~ 28.83%

%25.05
%46.12
%28.83

CMYK color model

#7EE891 color CMYK value is (46,0,38,9).

  • cyan value is 45.69%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 9.02%
CMYK:
(46,0,38,9)
C46M0Y38K9 
(46%,0%,38%,9%)
(0.46/0.00/0.38/0.09)	

CMYK percentages

%45.69
%0
%37.5
%9.02

Codes

Color #7EE891 in popluar color models

7EE891
RGB126232145
HSL131°69.74%70.20%
HSB/HSV131°45.69%90.98%
CMYK45.69%0.00%37.50%
9.02%

Color #7EE891 in popluar number systems.

HEX7EE891
Decimal126232145
Binary11111101110100010010001
Octal176350221

Shades and tints

Shades of #7EE891

#7EE891
(126,232,145)
#73D384
(115,211,132)
#68BE77
(104,190,119)
#5DA96A
(93,169,106)
#52945D
(82,148,93)
#477F50
(71,127,80)
#3C6A43
(60,106,67)
#315536
(49,85,54)
#264029
(38,64,41)
#1B2B1C
(27,43,28)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #7EE891

#7EE891
(126,232,145)
#89EA9B
(137,234,155)
#94ECA5
(148,236,165)
#9FEEAF
(159,238,175)
#AAF0B9
(170,240,185)
#B5F2C3
(181,242,195)
#C0F4CD
(192,244,205)
#CBF6D7
(203,246,215)
#D6F8E1
(214,248,225)
#E1FAEB
(225,250,235)
#ECFCF5
(236,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EE891 color. Also use rgb(126,232,145) instead hex code.

Text Font Color

.myTextColor { color: #7EE891; }

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

This text font color is #7EE891.


Background Color

.myBgColor { background-color: #7EE891; }

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

This div background color is #7EE891.


Border color

.myBorderColor { border: 1px solid #7EE891; }

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

This div border color is #7EE891.


Opacity

.myOpacity80 { color: #7EE891; opacity: 0.8; }

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

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

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

This text has shadow with #7EE891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EE891 on black background.


Color preview on white background

This text has color #7EE891 on white background.



Black color preview on #7EE891 background

This text has black color on #7EE891 background.


White color preview on #7EE891 background

This text has white color on #7EE891 background.