COLOR #7EC4AB

HEX: #7EC4AB
RGB: (126,196,171)

Color info

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

RGB color model

#7EC4AB color RGB value is (126,196,171).

  • red value is 126;
  • green value is 196;
  • blue value is 171.
RGB:
(126,196,171)
(49%,77%,67%)

RGB channels and saturation

R 126 of 255 = 49%
G 196 of 255 = 77%
B 171 of 255 = 67%

126
196
171

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

Portions of RGB colors in percentages

R + G + B =
126 + 196 + 171 = 493 (100%)
R 126 of 493 ~ 25.56%
G 196 of 493 ~ 39.76%
B 171 of 493 ~ 34.69%

%25.56
%39.76
%34.69

CMYK color model

#7EC4AB color CMYK value is (36,0,13,23).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 12.76%
  • key color value is 23.14%
CMYK:
(36,0,13,23)
C36M0Y13K23 
(36%,0%,13%,23%)
(0.36/0.00/0.13/0.23)	

CMYK percentages

%35.71
%0
%12.76
%23.14

Codes

Color #7EC4AB in popluar color models

7EC4AB
RGB126196171
HSL159°37.23%63.14%
HSB/HSV159°35.71%76.86%
CMYK35.71%0.00%12.76%
23.14%

Color #7EC4AB in popluar number systems.

HEX7EC4AB
Decimal126196171
Binary11111101100010010101011
Octal176304253

Shades and tints

Shades of #7EC4AB

#7EC4AB
(126,196,171)
#73B39C
(115,179,156)
#68A28D
(104,162,141)
#5D917E
(93,145,126)
#52806F
(82,128,111)
#476F60
(71,111,96)
#3C5E51
(60,94,81)
#314D42
(49,77,66)
#263C33
(38,60,51)
#1B2B24
(27,43,36)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #7EC4AB

#7EC4AB
(126,196,171)
#89C9B2
(137,201,178)
#94CEB9
(148,206,185)
#9FD3C0
(159,211,192)
#AAD8C7
(170,216,199)
#B5DDCE
(181,221,206)
#C0E2D5
(192,226,213)
#CBE7DC
(203,231,220)
#D6ECE3
(214,236,227)
#E1F1EA
(225,241,234)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC4AB color. Also use rgb(126,196,171) instead hex code.

Text Font Color

.myTextColor { color: #7EC4AB; }

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

This text font color is #7EC4AB.


Background Color

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

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

This div background color is #7EC4AB.


Border color

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

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

This div border color is #7EC4AB.


Opacity

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

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

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

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

This text has shadow with #7EC4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC4AB on black background.


Color preview on white background

This text has color #7EC4AB on white background.



Black color preview on #7EC4AB background

This text has black color on #7EC4AB background.


White color preview on #7EC4AB background

This text has white color on #7EC4AB background.