COLOR #7EF2E1

HEX: #7EF2E1
RGB: (126,242,225)

Color info

#7EF2E1 contains mainly green and blue colors. Web safe color of #7EF2E1 is #66FFCC (or #6FC).

RGB color model

#7EF2E1 color RGB value is (126,242,225).

  • red value is 126;
  • green value is 242;
  • blue value is 225.
RGB:
(126,242,225)
(49%,95%,88%)

RGB channels and saturation

R 126 of 255 = 49%
G 242 of 255 = 95%
B 225 of 255 = 88%

126
242
225

R + G + B ~ 77%. #7EF2E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 242 + 225 = 593 (100%)
R 126 of 593 ~ 21.25%
G 242 of 593 ~ 40.81%
B 225 of 593 ~ 37.94%

%21.25
%40.81
%37.94

CMYK color model

#7EF2E1 color CMYK value is (48,0,7,5).

  • cyan value is 47.93%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 5.10%
CMYK:
(48,0,7,5)
C48M0Y7K5 
(48%,0%,7%,5%)
(0.48/0.00/0.07/0.05)	

CMYK percentages

%47.93
%0
%7.02
%5.1

Codes

Color #7EF2E1 in popluar color models

7EF2E1
RGB126242225
HSL171°81.69%72.16%
HSB/HSV171°47.93%94.90%
CMYK47.93%0.00%7.02%
5.10%

Color #7EF2E1 in popluar number systems.

HEX7EF2E1
Decimal126242225
Binary11111101111001011100001
Octal176362341

Shades and tints

Shades of #7EF2E1

#7EF2E1
(126,242,225)
#73DCCD
(115,220,205)
#68C6B9
(104,198,185)
#5DB0A5
(93,176,165)
#529A91
(82,154,145)
#47847D
(71,132,125)
#3C6E69
(60,110,105)
#315855
(49,88,85)
#264241
(38,66,65)
#1B2C2D
(27,44,45)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #7EF2E1

#7EF2E1
(126,242,225)
#89F3E3
(137,243,227)
#94F4E5
(148,244,229)
#9FF5E7
(159,245,231)
#AAF6E9
(170,246,233)
#B5F7EB
(181,247,235)
#C0F8ED
(192,248,237)
#CBF9EF
(203,249,239)
#D6FAF1
(214,250,241)
#E1FBF3
(225,251,243)
#ECFCF5
(236,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EF2E1; }

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

This text font color is #7EF2E1.


Background Color

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

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

This div background color is #7EF2E1.


Border color

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

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

This div border color is #7EF2E1.


Opacity

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

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

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

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

This text has shadow with #7EF2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EF2E1 on black background.


Color preview on white background

This text has color #7EF2E1 on white background.



Black color preview on #7EF2E1 background

This text has black color on #7EF2E1 background.


White color preview on #7EF2E1 background

This text has white color on #7EF2E1 background.