COLOR #7EE3AA

HEX: #7EE3AA
RGB: (126,227,170)

Color info

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

RGB color model

#7EE3AA color RGB value is (126,227,170).

  • red value is 126;
  • green value is 227;
  • blue value is 170.
RGB:
(126,227,170)
(49%,89%,67%)

RGB channels and saturation

R 126 of 255 = 49%
G 227 of 255 = 89%
B 170 of 255 = 67%

126
227
170

R + G + B ~ 68%. #7EE3AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 227 + 170 = 523 (100%)
R 126 of 523 ~ 24.09%
G 227 of 523 ~ 43.4%
B 170 of 523 ~ 32.5%

%24.09
%43.4
%32.5

CMYK color model

#7EE3AA color CMYK value is (44,0,25,11).

  • cyan value is 44.49%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 10.98%
CMYK:
(44,0,25,11)
C44M0Y25K11 
(44%,0%,25%,11%)
(0.44/0.00/0.25/0.11)	

CMYK percentages

%44.49
%0
%25.11
%10.98

Codes

Color #7EE3AA in popluar color models

7EE3AA
RGB126227170
HSL146°64.33%69.22%
HSB/HSV146°44.49%89.02%
CMYK44.49%0.00%25.11%
10.98%

Color #7EE3AA in popluar number systems.

HEX7EE3AA
Decimal126227170
Binary11111101110001110101010
Octal176343252

Shades and tints

Shades of #7EE3AA

#7EE3AA
(126,227,170)
#73CF9B
(115,207,155)
#68BB8C
(104,187,140)
#5DA77D
(93,167,125)
#52936E
(82,147,110)
#477F5F
(71,127,95)
#3C6B50
(60,107,80)
#315741
(49,87,65)
#264332
(38,67,50)
#1B2F23
(27,47,35)
#101B14
(16,27,20)
#000000
(0,0,0)

Tints of #7EE3AA

#7EE3AA
(126,227,170)
#89E5B1
(137,229,177)
#94E7B8
(148,231,184)
#9FE9BF
(159,233,191)
#AAEBC6
(170,235,198)
#B5EDCD
(181,237,205)
#C0EFD4
(192,239,212)
#CBF1DB
(203,241,219)
#D6F3E2
(214,243,226)
#E1F5E9
(225,245,233)
#ECF7F0
(236,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EE3AA color. Also use rgb(126,227,170) instead hex code.

Text Font Color

.myTextColor { color: #7EE3AA; }

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

This text font color is #7EE3AA.


Background Color

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

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

This div background color is #7EE3AA.


Border color

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

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

This div border color is #7EE3AA.


Opacity

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

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

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

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

This text has shadow with #7EE3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EE3AA on black background.


Color preview on white background

This text has color #7EE3AA on white background.



Black color preview on #7EE3AA background

This text has black color on #7EE3AA background.


White color preview on #7EE3AA background

This text has white color on #7EE3AA background.