COLOR #7EE1AB

HEX: #7EE1AB RGB: (126,225,171)

Color info

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

RGB color model

#7EE1AB color RGB value is (126,225,171).

RGB: (126,225,171) (49%, 88%, 67%)

RGB channels and saturation

R 126 of 255 = 49%
G 225 of 255 = 88%
B 171 of 255 = 67%

126
225
171

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

Portions of RGB colors in percentages

R + G + B = 126 + 225 + 171 = 522 (100%)
R 126 of 522 ~ 24.14%
G 225 of 522 ~ 43.1%
B 171 of 522 ~ 32.76'%

%24.14
%43.1
%32.76

CMYK color model

#7EE1AB color CMYK value is (44,0,24,12).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 11.76%
CMYK: (44,0,24,12) C44M0Y24K12 (44%,0%,24%,12%) (0.44/0.00/0.24/0.12) 

CMYK percentages

%44
%0
%24
%11.76

Codes

Color #7EE1AB in popluar color models

7E E1 AB
RGB 126 225 171
HSL 147° 62.26% 68.82%
HSB/HSV 147° 44.00% 88.24%
CMYK 44.00% 0.00% 24.00%
11.76%

Color #7EE1AB in popluar number systems.

HEX 7E E1 AB
Decimal 126 225 171
Binary 1111110 11100001 10101011
Octal 176 341 253

Shades and tints

Shades of #7EE1AB

#7EE1AB
(126,225,171)
#73CD9C
(115,205,156)
#68B98D
(104,185,141)
#5DA57E
(93,165,126)
#52916F
(82,145,111)
#477D60
(71,125,96)
#3C6951
(60,105,81)
#315542
(49,85,66)
#264133
(38,65,51)
#1B2D24
(27,45,36)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #7EE1AB

#7EE1AB
(126,225,171)
#89E3B2
(137,227,178)
#94E5B9
(148,229,185)
#9FE7C0
(159,231,192)
#AAE9C7
(170,233,199)
#B5EBCE
(181,235,206)
#C0EDD5
(192,237,213)
#CBEFDC
(203,239,220)
#D6F1E3
(214,241,227)
#E1F3EA
(225,243,234)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EE1AB; }

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

This text font color is #7EE1AB.

Background Color

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

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

This div background color is #7EE1AB.

Border color

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

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

This div border color is #7EE1AB.

Opacity

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

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

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

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

This text has shadow with #7EE1AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EE1AB.

Preview

Color preview on black background

This text has color #7EE1AB on black background.


Color preview on white background

This text has color #7EE1AB on white background.


Black color preview on #7EE1AB background

This text has black color on #7EE1AB background.


White color preview on #7EE1AB background

This text has white color on #7EE1AB background.


Related colors

Complementary color

Complementary color for #hex is #811E54.


I love getcolorcode.com

Triadic colors

1 #AB7EE1 and #E1AB7E with #7EE1AB are triadic colors.

2 #ABE17E and #E17EAB with #7EE1AB are triadic colors.