COLOR #7EF8A6

HEX: #7EF8A6
RGB: (126,248,166)

Color info

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

RGB color model

#7EF8A6 color RGB value is (126,248,166).

  • red value is 126;
  • green value is 248;
  • blue value is 166.
RGB:
(126,248,166)
(49%,97%,65%)

RGB channels and saturation

R 126 of 255 = 49%
G 248 of 255 = 97%
B 166 of 255 = 65%

126
248
166

R + G + B ~ 70%. #7EF8A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 248 + 166 = 540 (100%)
R 126 of 540 ~ 23.33%
G 248 of 540 ~ 45.93%
B 166 of 540 ~ 30.74%

%23.33
%45.93
%30.74

CMYK color model

#7EF8A6 color CMYK value is (49,0,33,3).

  • cyan value is 49.19%
  • magenta value is 0.00%
  • yellow value is 33.06%
  • key color value is 2.75%
CMYK:
(49,0,33,3)
C49M0Y33K3 
(49%,0%,33%,3%)
(0.49/0.00/0.33/0.03)	

CMYK percentages

%49.19
%0
%33.06
%2.75

Codes

Color #7EF8A6 in popluar color models

7EF8A6
RGB126248166
HSL140°89.71%73.33%
HSB/HSV140°49.19%97.25%
CMYK49.19%0.00%33.06%
2.75%

Color #7EF8A6 in popluar number systems.

HEX7EF8A6
Decimal126248166
Binary11111101111100010100110
Octal176370246

Shades and tints

Shades of #7EF8A6

#7EF8A6
(126,248,166)
#73E297
(115,226,151)
#68CC88
(104,204,136)
#5DB679
(93,182,121)
#52A06A
(82,160,106)
#478A5B
(71,138,91)
#3C744C
(60,116,76)
#315E3D
(49,94,61)
#26482E
(38,72,46)
#1B321F
(27,50,31)
#101C10
(16,28,16)
#000000
(0,0,0)

Tints of #7EF8A6

#7EF8A6
(126,248,166)
#89F8AE
(137,248,174)
#94F8B6
(148,248,182)
#9FF8BE
(159,248,190)
#AAF8C6
(170,248,198)
#B5F8CE
(181,248,206)
#C0F8D6
(192,248,214)
#CBF8DE
(203,248,222)
#D6F8E6
(214,248,230)
#E1F8EE
(225,248,238)
#ECF8F6
(236,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EF8A6 color. Also use rgb(126,248,166) instead hex code.

Text Font Color

.myTextColor { color: #7EF8A6; }

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

This text font color is #7EF8A6.


Background Color

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

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

This div background color is #7EF8A6.


Border color

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

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

This div border color is #7EF8A6.


Opacity

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

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

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

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

This text has shadow with #7EF8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EF8A6 on black background.


Color preview on white background

This text has color #7EF8A6 on white background.



Black color preview on #7EF8A6 background

This text has black color on #7EF8A6 background.


White color preview on #7EF8A6 background

This text has white color on #7EF8A6 background.