COLOR #7ECAA0

HEX: #7ECAA0
RGB: (126,202,160)

Color info

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

RGB color model

#7ECAA0 color RGB value is (126,202,160).

  • red value is 126;
  • green value is 202;
  • blue value is 160.
RGB:
(126,202,160)
(49%,79%,63%)

RGB channels and saturation

R 126 of 255 = 49%
G 202 of 255 = 79%
B 160 of 255 = 63%

126
202
160

R + G + B ~ 64%. #7ECAA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 202 + 160 = 488 (100%)
R 126 of 488 ~ 25.82%
G 202 of 488 ~ 41.39%
B 160 of 488 ~ 32.79%

%25.82
%41.39
%32.79

CMYK color model

#7ECAA0 color CMYK value is (38,0,21,21).

  • cyan value is 37.62%
  • magenta value is 0.00%
  • yellow value is 20.79%
  • key color value is 20.78%
CMYK:
(38,0,21,21)
C38M0Y21K21 
(38%,0%,21%,21%)
(0.38/0.00/0.21/0.21)	

CMYK percentages

%37.62
%0
%20.79
%20.78

Codes

Color #7ECAA0 in popluar color models

7ECAA0
RGB126202160
HSL147°41.76%64.31%
HSB/HSV147°37.62%79.22%
CMYK37.62%0.00%20.79%
20.78%

Color #7ECAA0 in popluar number systems.

HEX7ECAA0
Decimal126202160
Binary11111101100101010100000
Octal176312240

Shades and tints

Shades of #7ECAA0

#7ECAA0
(126,202,160)
#73B892
(115,184,146)
#68A684
(104,166,132)
#5D9476
(93,148,118)
#528268
(82,130,104)
#47705A
(71,112,90)
#3C5E4C
(60,94,76)
#314C3E
(49,76,62)
#263A30
(38,58,48)
#1B2822
(27,40,34)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #7ECAA0

#7ECAA0
(126,202,160)
#89CEA8
(137,206,168)
#94D2B0
(148,210,176)
#9FD6B8
(159,214,184)
#AADAC0
(170,218,192)
#B5DEC8
(181,222,200)
#C0E2D0
(192,226,208)
#CBE6D8
(203,230,216)
#D6EAE0
(214,234,224)
#E1EEE8
(225,238,232)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ECAA0 color. Also use rgb(126,202,160) instead hex code.

Text Font Color

.myTextColor { color: #7ECAA0; }

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

This text font color is #7ECAA0.


Background Color

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

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

This div background color is #7ECAA0.


Border color

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

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

This div border color is #7ECAA0.


Opacity

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

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

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

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

This text has shadow with #7ECAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ECAA0 on black background.


Color preview on white background

This text has color #7ECAA0 on white background.



Black color preview on #7ECAA0 background

This text has black color on #7ECAA0 background.


White color preview on #7ECAA0 background

This text has white color on #7ECAA0 background.