COLOR #7EE5A4

HEX: #7EE5A4
RGB: (126,229,164)

Color info

#7EE5A4 contains mainly green color. Web safe color of #7EE5A4 is #66CC99 (or #6C9).

RGB color model

#7EE5A4 color RGB value is (126,229,164).

  • red value is 126;
  • green value is 229;
  • blue value is 164.
RGB:
(126,229,164)
(49%,90%,64%)

RGB channels and saturation

R 126 of 255 = 49%
G 229 of 255 = 90%
B 164 of 255 = 64%

126
229
164

R + G + B ~ 68%. #7EE5A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 229 + 164 = 519 (100%)
R 126 of 519 ~ 24.28%
G 229 of 519 ~ 44.12%
B 164 of 519 ~ 31.6%

%24.28
%44.12
%31.6

CMYK color model

#7EE5A4 color CMYK value is (45,0,28,10).

  • cyan value is 44.98%
  • magenta value is 0.00%
  • yellow value is 28.38%
  • key color value is 10.20%
CMYK:
(45,0,28,10)
C45M0Y28K10 
(45%,0%,28%,10%)
(0.45/0.00/0.28/0.10)	

CMYK percentages

%44.98
%0
%28.38
%10.2

Codes

Color #7EE5A4 in popluar color models

7EE5A4
RGB126229164
HSL142°66.45%69.61%
HSB/HSV142°44.98%89.80%
CMYK44.98%0.00%28.38%
10.20%

Color #7EE5A4 in popluar number systems.

HEX7EE5A4
Decimal126229164
Binary11111101110010110100100
Octal176345244

Shades and tints

Shades of #7EE5A4

#7EE5A4
(126,229,164)
#73D196
(115,209,150)
#68BD88
(104,189,136)
#5DA97A
(93,169,122)
#52956C
(82,149,108)
#47815E
(71,129,94)
#3C6D50
(60,109,80)
#315942
(49,89,66)
#264534
(38,69,52)
#1B3126
(27,49,38)
#101D18
(16,29,24)
#000000
(0,0,0)

Tints of #7EE5A4

#7EE5A4
(126,229,164)
#89E7AC
(137,231,172)
#94E9B4
(148,233,180)
#9FEBBC
(159,235,188)
#AAEDC4
(170,237,196)
#B5EFCC
(181,239,204)
#C0F1D4
(192,241,212)
#CBF3DC
(203,243,220)
#D6F5E4
(214,245,228)
#E1F7EC
(225,247,236)
#ECF9F4
(236,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EE5A4 color. Also use rgb(126,229,164) instead hex code.

Text Font Color

.myTextColor { color: #7EE5A4; }

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

This text font color is #7EE5A4.


Background Color

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

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

This div background color is #7EE5A4.


Border color

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

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

This div border color is #7EE5A4.


Opacity

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

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

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

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

This text has shadow with #7EE5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EE5A4 on black background.


Color preview on white background

This text has color #7EE5A4 on white background.



Black color preview on #7EE5A4 background

This text has black color on #7EE5A4 background.


White color preview on #7EE5A4 background

This text has white color on #7EE5A4 background.