COLOR #7EEB94

HEX: #7EEB94
RGB: (126,235,148)

Color info

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

RGB color model

#7EEB94 color RGB value is (126,235,148).

  • red value is 126;
  • green value is 235;
  • blue value is 148.
RGB:
(126,235,148)
(49%,92%,58%)

RGB channels and saturation

R 126 of 255 = 49%
G 235 of 255 = 92%
B 148 of 255 = 58%

126
235
148

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

Portions of RGB colors in percentages

R + G + B =
126 + 235 + 148 = 509 (100%)
R 126 of 509 ~ 24.75%
G 235 of 509 ~ 46.17%
B 148 of 509 ~ 29.08%

%24.75
%46.17
%29.08

CMYK color model

#7EEB94 color CMYK value is (46,0,37,8).

  • cyan value is 46.38%
  • magenta value is 0.00%
  • yellow value is 37.02%
  • key color value is 7.84%
CMYK:
(46,0,37,8)
C46M0Y37K8 
(46%,0%,37%,8%)
(0.46/0.00/0.37/0.08)	

CMYK percentages

%46.38
%0
%37.02
%7.84

Codes

Color #7EEB94 in popluar color models

7EEB94
RGB126235148
HSL132°73.15%70.78%
HSB/HSV132°46.38%92.16%
CMYK46.38%0.00%37.02%
7.84%

Color #7EEB94 in popluar number systems.

HEX7EEB94
Decimal126235148
Binary11111101110101110010100
Octal176353224

Shades and tints

Shades of #7EEB94

#7EEB94
(126,235,148)
#73D687
(115,214,135)
#68C17A
(104,193,122)
#5DAC6D
(93,172,109)
#529760
(82,151,96)
#478253
(71,130,83)
#3C6D46
(60,109,70)
#315839
(49,88,57)
#26432C
(38,67,44)
#1B2E1F
(27,46,31)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #7EEB94

#7EEB94
(126,235,148)
#89EC9D
(137,236,157)
#94EDA6
(148,237,166)
#9FEEAF
(159,238,175)
#AAEFB8
(170,239,184)
#B5F0C1
(181,240,193)
#C0F1CA
(192,241,202)
#CBF2D3
(203,242,211)
#D6F3DC
(214,243,220)
#E1F4E5
(225,244,229)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EEB94 color. Also use rgb(126,235,148) instead hex code.

Text Font Color

.myTextColor { color: #7EEB94; }

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

This text font color is #7EEB94.


Background Color

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

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

This div background color is #7EEB94.


Border color

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

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

This div border color is #7EEB94.


Opacity

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

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

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

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

This text has shadow with #7EEB94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EEB94 on black background.


Color preview on white background

This text has color #7EEB94 on white background.



Black color preview on #7EEB94 background

This text has black color on #7EEB94 background.


White color preview on #7EEB94 background

This text has white color on #7EEB94 background.