COLOR #7EC3AB

HEX: #7EC3AB
RGB: (126,195,171)

Color info

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

RGB color model

#7EC3AB color RGB value is (126,195,171).

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

RGB channels and saturation

R 126 of 255 = 49%
G 195 of 255 = 76%
B 171 of 255 = 67%

126
195
171

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

Portions of RGB colors in percentages

R + G + B =
126 + 195 + 171 = 492 (100%)
R 126 of 492 ~ 25.61%
G 195 of 492 ~ 39.63%
B 171 of 492 ~ 34.76%

%25.61
%39.63
%34.76

CMYK color model

#7EC3AB color CMYK value is (35,0,12,24).

  • cyan value is 35.38%
  • magenta value is 0.00%
  • yellow value is 12.31%
  • key color value is 23.53%
CMYK:
(35,0,12,24)
C35M0Y12K24 
(35%,0%,12%,24%)
(0.35/0.00/0.12/0.24)	

CMYK percentages

%35.38
%0
%12.31
%23.53

Codes

Color #7EC3AB in popluar color models

7EC3AB
RGB126195171
HSL159°36.51%62.94%
HSB/HSV159°35.38%76.47%
CMYK35.38%0.00%12.31%
23.53%

Color #7EC3AB in popluar number systems.

HEX7EC3AB
Decimal126195171
Binary11111101100001110101011
Octal176303253

Shades and tints

Shades of #7EC3AB

#7EC3AB
(126,195,171)
#73B29C
(115,178,156)
#68A18D
(104,161,141)
#5D907E
(93,144,126)
#527F6F
(82,127,111)
#476E60
(71,110,96)
#3C5D51
(60,93,81)
#314C42
(49,76,66)
#263B33
(38,59,51)
#1B2A24
(27,42,36)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #7EC3AB

#7EC3AB
(126,195,171)
#89C8B2
(137,200,178)
#94CDB9
(148,205,185)
#9FD2C0
(159,210,192)
#AAD7C7
(170,215,199)
#B5DCCE
(181,220,206)
#C0E1D5
(192,225,213)
#CBE6DC
(203,230,220)
#D6EBE3
(214,235,227)
#E1F0EA
(225,240,234)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC3AB; }

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

This text font color is #7EC3AB.


Background Color

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

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

This div background color is #7EC3AB.


Border color

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

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

This div border color is #7EC3AB.


Opacity

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

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

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

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

This text has shadow with #7EC3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC3AB on black background.


Color preview on white background

This text has color #7EC3AB on white background.



Black color preview on #7EC3AB background

This text has black color on #7EC3AB background.


White color preview on #7EC3AB background

This text has white color on #7EC3AB background.