COLOR #7EC195

HEX: #7EC195
RGB: (126,193,149)

Color info

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

RGB color model

#7EC195 color RGB value is (126,193,149).

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

RGB channels and saturation

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

126
193
149

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

Portions of RGB colors in percentages

R + G + B =
126 + 193 + 149 = 468 (100%)
R 126 of 468 ~ 26.92%
G 193 of 468 ~ 41.24%
B 149 of 468 ~ 31.84%

%26.92
%41.24
%31.84

CMYK color model

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

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

CMYK percentages

%34.72
%0
%22.8
%24.31

Codes

Color #7EC195 in popluar color models

7EC195
RGB126193149
HSL141°35.08%62.55%
HSB/HSV141°34.72%75.69%
CMYK34.72%0.00%22.80%
24.31%

Color #7EC195 in popluar number systems.

HEX7EC195
Decimal126193149
Binary11111101100000110010101
Octal176301225

Shades and tints

Shades of #7EC195

#7EC195
(126,193,149)
#73B088
(115,176,136)
#689F7B
(104,159,123)
#5D8E6E
(93,142,110)
#527D61
(82,125,97)
#476C54
(71,108,84)
#3C5B47
(60,91,71)
#314A3A
(49,74,58)
#26392D
(38,57,45)
#1B2820
(27,40,32)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #7EC195

#7EC195
(126,193,149)
#89C69E
(137,198,158)
#94CBA7
(148,203,167)
#9FD0B0
(159,208,176)
#AAD5B9
(170,213,185)
#B5DAC2
(181,218,194)
#C0DFCB
(192,223,203)
#CBE4D4
(203,228,212)
#D6E9DD
(214,233,221)
#E1EEE6
(225,238,230)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC195; }

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

This text font color is #7EC195.


Background Color

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

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

This div background color is #7EC195.


Border color

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

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

This div border color is #7EC195.


Opacity

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

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

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

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

This text has shadow with #7EC195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC195 on black background.


Color preview on white background

This text has color #7EC195 on white background.



Black color preview on #7EC195 background

This text has black color on #7EC195 background.


White color preview on #7EC195 background

This text has white color on #7EC195 background.