COLOR #7EC295

HEX: #7EC295
RGB: (126,194,149)

Color info

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

RGB color model

#7EC295 color RGB value is (126,194,149).

  • red value is 126;
  • green value is 194;
  • blue value is 149.
RGB:
(126,194,149)
(49%,76%,58%)

RGB channels and saturation

R 126 of 255 = 49%
G 194 of 255 = 76%
B 149 of 255 = 58%

126
194
149

R + G + B ~ 61%. #7EC295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 194 + 149 = 469 (100%)
R 126 of 469 ~ 26.87%
G 194 of 469 ~ 41.36%
B 149 of 469 ~ 31.77%

%26.87
%41.36
%31.77

CMYK color model

#7EC295 color CMYK value is (35,0,23,24).

  • cyan value is 35.05%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 23.92%
CMYK:
(35,0,23,24)
C35M0Y23K24 
(35%,0%,23%,24%)
(0.35/0.00/0.23/0.24)	

CMYK percentages

%35.05
%0
%23.2
%23.92

Codes

Color #7EC295 in popluar color models

7EC295
RGB126194149
HSL140°35.79%62.75%
HSB/HSV140°35.05%76.08%
CMYK35.05%0.00%23.20%
23.92%

Color #7EC295 in popluar number systems.

HEX7EC295
Decimal126194149
Binary11111101100001010010101
Octal176302225

Shades and tints

Shades of #7EC295

#7EC295
(126,194,149)
#73B188
(115,177,136)
#68A07B
(104,160,123)
#5D8F6E
(93,143,110)
#527E61
(82,126,97)
#476D54
(71,109,84)
#3C5C47
(60,92,71)
#314B3A
(49,75,58)
#263A2D
(38,58,45)
#1B2920
(27,41,32)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #7EC295

#7EC295
(126,194,149)
#89C79E
(137,199,158)
#94CCA7
(148,204,167)
#9FD1B0
(159,209,176)
#AAD6B9
(170,214,185)
#B5DBC2
(181,219,194)
#C0E0CB
(192,224,203)
#CBE5D4
(203,229,212)
#D6EADD
(214,234,221)
#E1EFE6
(225,239,230)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC295 color. Also use rgb(126,194,149) instead hex code.

Text Font Color

.myTextColor { color: #7EC295; }

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

This text font color is #7EC295.


Background Color

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

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

This div background color is #7EC295.


Border color

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

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

This div border color is #7EC295.


Opacity

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

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

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

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

This text has shadow with #7EC295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC295 on black background.


Color preview on white background

This text has color #7EC295 on white background.



Black color preview on #7EC295 background

This text has black color on #7EC295 background.


White color preview on #7EC295 background

This text has white color on #7EC295 background.