COLOR #7EE5B1

HEX: #7EE5B1 RGB: (126,229,177)

Color info

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

RGB color model

#7EE5B1 color RGB value is (126,229,177).

RGB: (126,229,177) (49%, 90%, 69%)

RGB channels and saturation

R 126 of 255 = 49%
G 229 of 255 = 90%
B 177 of 255 = 69%

126
229
177

R + G + B ~ 69%. #7EE5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 229 + 177 = 532 (100%)
R 126 of 532 ~ 23.68%
G 229 of 532 ~ 43.05%
B 177 of 532 ~ 33.27'%

%23.68
%43.05
%33.27

CMYK color model

#7EE5B1 color CMYK value is (45,0,23,10).

  • cyan value is 44.98%
  • magenta value is 0.00%
  • yellow value is 22.71%
  • key color value is 10.20%

CMYK: (45,0,23,10)
C45M0Y23K10 (45%, 0%, 23%, 10%)
(0.45 / 0.00 / 0.23 / 0.10)

CMYK percentages

%44.98
%0
%22.71
%10.2

Codes

Color #7EE5B1 in popluar color models

7E E5 B1
RGB 126 229 177
HSL 150° 66.45% 69.61%
HSB/HSV 150° 44.98% 89.80%
CMYK 44.98% 0.00% 22.71%
10.20%

Color #7EE5B1 in popluar number systems.

HEX 7E E5 B1
Decimal 126 229 177
Binary 1111110 11100101 10110001
Octal 176 345 261

Shades and tints

Shades of #7EE5B1

#7EE5B1
(126,229,177)
#73D1A1
(115,209,161)
#68BD91
(104,189,145)
#5DA981
(93,169,129)
#529571
(82,149,113)
#478161
(71,129,97)
#3C6D51
(60,109,81)
#315941
(49,89,65)
#264531
(38,69,49)
#1B3121
(27,49,33)
#101D11
(16,29,17)
#000000
(0,0,0)

Tints of #7EE5B1

#7EE5B1
(126,229,177)
#89E7B8
(137,231,184)
#94E9BF
(148,233,191)
#9FEBC6
(159,235,198)
#AAEDCD
(170,237,205)
#B5EFD4
(181,239,212)
#C0F1DB
(192,241,219)
#CBF3E2
(203,243,226)
#D6F5E9
(214,245,233)
#E1F7F0
(225,247,240)
#ECF9F7
(236,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EE5B1 color. Also use rgb(126,229,177) instead hex code.

Text Font Color

.myTextColor { color: #7EE5B1; }

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

This text font color is #7EE5B1.

Background Color

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

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

This div background color is #7EE5B1.

Border color

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

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

This div border color is #7EE5B1.

Opacity

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

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

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

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

This text has shadow with #7EE5B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EE5B1.

Preview

Color preview on black background

This text has color #7EE5B1 on black background.


Color preview on white background

This text has color #7EE5B1 on white background.


Black color preview on #7EE5B1 background

This text has black color on #7EE5B1 background.


White color preview on #7EE5B1 background

This text has white color on #7EE5B1 background.


Related colors

Complementary color

Complementary color for #hex is #811A4E.


I love getcolorcode.com

Triadic colors

1 #B17EE5 and #E5B17E with #7EE5B1 are triadic colors.

2 #B1E57E and #E57EB1 with #7EE5B1 are triadic colors.