COLOR #7EFBE2

HEX: #7EFBE2 RGB: (126,251,226)

Color info

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

RGB color model

#7EFBE2 color RGB value is (126,251,226).

RGB: (126,251,226) (49%, 98%, 89%)

RGB channels and saturation

R 126 of 255 = 49%
G 251 of 255 = 98%
B 226 of 255 = 89%

126
251
226

R + G + B ~ 79%. #7EFBE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 251 + 226 = 603 (100%)
R 126 of 603 ~ 20.9%
G 251 of 603 ~ 41.63%
B 226 of 603 ~ 37.48'%

%20.9
%41.63
%37.48

CMYK color model

#7EFBE2 color CMYK value is (50,0,10,2).

  • cyan value is 49.80%
  • magenta value is 0.00%
  • yellow value is 9.96%
  • key color value is 1.57%

CMYK: (50,0,10,2)
C50M0Y10K2 (50%, 0%, 10%, 2%)
(0.50 / 0.00 / 0.10 / 0.02)

CMYK percentages

%49.8
%0
%9.96
%1.57

Codes

Color #7EFBE2 in popluar color models

7E FB E2
RGB 126 251 226
HSL 168° 93.98% 73.92%
HSB/HSV 168° 49.80% 98.43%
CMYK 49.80% 0.00% 9.96%
1.57%

Color #7EFBE2 in popluar number systems.

HEX 7E FB E2
Decimal 126 251 226
Binary 1111110 11111011 11100010
Octal 176 373 342

Shades and tints

Shades of #7EFBE2

#7EFBE2
(126,251,226)
#73E5CE
(115,229,206)
#68CFBA
(104,207,186)
#5DB9A6
(93,185,166)
#52A392
(82,163,146)
#478D7E
(71,141,126)
#3C776A
(60,119,106)
#316156
(49,97,86)
#264B42
(38,75,66)
#1B352E
(27,53,46)
#101F1A
(16,31,26)
#000000
(0,0,0)

Tints of #7EFBE2

#7EFBE2
(126,251,226)
#89FBE4
(137,251,228)
#94FBE6
(148,251,230)
#9FFBE8
(159,251,232)
#AAFBEA
(170,251,234)
#B5FBEC
(181,251,236)
#C0FBEE
(192,251,238)
#CBFBF0
(203,251,240)
#D6FBF2
(214,251,242)
#E1FBF4
(225,251,244)
#ECFBF6
(236,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EFBE2 color. Also use rgb(126,251,226) instead hex code.

Text Font Color

.myTextColor { color: #7EFBE2; }

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

This text font color is #7EFBE2.

Background Color

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

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

This div background color is #7EFBE2.

Border color

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

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

This div border color is #7EFBE2.

Opacity

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

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

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

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

This text has shadow with #7EFBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EFBE2.

Preview

Color preview on black background

This text has color #7EFBE2 on black background.


Color preview on white background

This text has color #7EFBE2 on white background.


Black color preview on #7EFBE2 background

This text has black color on #7EFBE2 background.


White color preview on #7EFBE2 background

This text has white color on #7EFBE2 background.


Related colors

Complementary color

Complementary color for #hex is #81041D.


I love getcolorcode.com

Triadic colors

1 #E27EFB and #FBE27E with #7EFBE2 are triadic colors.

2 #E2FB7E and #FB7EE2 with #7EFBE2 are triadic colors.