COLOR #7EC388

HEX: #7EC388
RGB: (126,195,136)

Color info

#7EC388 contains mainly green and blue colors. Web safe color of #7EC388 is #66CC99 (or #6C9).

RGB color model

#7EC388 color RGB value is (126,195,136).

  • red value is 126;
  • green value is 195;
  • blue value is 136.
RGB:
(126,195,136)
(49%,76%,53%)

RGB channels and saturation

R 126 of 255 = 49%
G 195 of 255 = 76%
B 136 of 255 = 53%

126
195
136

R + G + B ~ 59%. #7EC388 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 195 + 136 = 457 (100%)
R 126 of 457 ~ 27.57%
G 195 of 457 ~ 42.67%
B 136 of 457 ~ 29.76%

%27.57
%42.67
%29.76

CMYK color model

#7EC388 color CMYK value is (35,0,30,24).

  • cyan value is 35.38%
  • magenta value is 0.00%
  • yellow value is 30.26%
  • key color value is 23.53%
CMYK:
(35,0,30,24)
C35M0Y30K24 
(35%,0%,30%,24%)
(0.35/0.00/0.30/0.24)	

CMYK percentages

%35.38
%0
%30.26
%23.53

Codes

Color #7EC388 in popluar color models

7EC388
RGB126195136
HSL129°36.51%62.94%
HSB/HSV129°35.38%76.47%
CMYK35.38%0.00%30.26%
23.53%

Color #7EC388 in popluar number systems.

HEX7EC388
Decimal126195136
Binary11111101100001110001000
Octal176303210

Shades and tints

Shades of #7EC388

#7EC388
(126,195,136)
#73B27C
(115,178,124)
#68A170
(104,161,112)
#5D9064
(93,144,100)
#527F58
(82,127,88)
#476E4C
(71,110,76)
#3C5D40
(60,93,64)
#314C34
(49,76,52)
#263B28
(38,59,40)
#1B2A1C
(27,42,28)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #7EC388

#7EC388
(126,195,136)
#89C892
(137,200,146)
#94CD9C
(148,205,156)
#9FD2A6
(159,210,166)
#AAD7B0
(170,215,176)
#B5DCBA
(181,220,186)
#C0E1C4
(192,225,196)
#CBE6CE
(203,230,206)
#D6EBD8
(214,235,216)
#E1F0E2
(225,240,226)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC388 color. Also use rgb(126,195,136) instead hex code.

Text Font Color

.myTextColor { color: #7EC388; }

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

This text font color is #7EC388.


Background Color

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

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

This div background color is #7EC388.


Border color

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

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

This div border color is #7EC388.


Opacity

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

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

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

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

This text has shadow with #7EC388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC388 on black background.


Color preview on white background

This text has color #7EC388 on white background.



Black color preview on #7EC388 background

This text has black color on #7EC388 background.


White color preview on #7EC388 background

This text has white color on #7EC388 background.