COLOR #7ECC96

HEX: #7ECC96
RGB: (126,204,150)

Color info

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

RGB color model

#7ECC96 color RGB value is (126,204,150).

  • red value is 126;
  • green value is 204;
  • blue value is 150.
RGB:
(126,204,150)
(49%,80%,59%)

RGB channels and saturation

R 126 of 255 = 49%
G 204 of 255 = 80%
B 150 of 255 = 59%

126
204
150

R + G + B ~ 63%. #7ECC96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 204 + 150 = 480 (100%)
R 126 of 480 ~ 26.25%
G 204 of 480 ~ 42.5%
B 150 of 480 ~ 31.25%

%26.25
%42.5
%31.25

CMYK color model

#7ECC96 color CMYK value is (38,0,26,20).

  • cyan value is 38.24%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 20.00%
CMYK:
(38,0,26,20)
C38M0Y26K20 
(38%,0%,26%,20%)
(0.38/0.00/0.26/0.20)	

CMYK percentages

%38.24
%0
%26.47
%20

Codes

Color #7ECC96 in popluar color models

7ECC96
RGB126204150
HSL138°43.33%64.71%
HSB/HSV138°38.24%80.00%
CMYK38.24%0.00%26.47%
20.00%

Color #7ECC96 in popluar number systems.

HEX7ECC96
Decimal126204150
Binary11111101100110010010110
Octal176314226

Shades and tints

Shades of #7ECC96

#7ECC96
(126,204,150)
#73BA89
(115,186,137)
#68A87C
(104,168,124)
#5D966F
(93,150,111)
#528462
(82,132,98)
#477255
(71,114,85)
#3C6048
(60,96,72)
#314E3B
(49,78,59)
#263C2E
(38,60,46)
#1B2A21
(27,42,33)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #7ECC96

#7ECC96
(126,204,150)
#89D09F
(137,208,159)
#94D4A8
(148,212,168)
#9FD8B1
(159,216,177)
#AADCBA
(170,220,186)
#B5E0C3
(181,224,195)
#C0E4CC
(192,228,204)
#CBE8D5
(203,232,213)
#D6ECDE
(214,236,222)
#E1F0E7
(225,240,231)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ECC96 color. Also use rgb(126,204,150) instead hex code.

Text Font Color

.myTextColor { color: #7ECC96; }

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

This text font color is #7ECC96.


Background Color

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

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

This div background color is #7ECC96.


Border color

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

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

This div border color is #7ECC96.


Opacity

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

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

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

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

This text has shadow with #7ECC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ECC96 on black background.


Color preview on white background

This text has color #7ECC96 on white background.



Black color preview on #7ECC96 background

This text has black color on #7ECC96 background.


White color preview on #7ECC96 background

This text has white color on #7ECC96 background.