COLOR #7EF9BE

HEX: #7EF9BE
RGB: (126,249,190)

Color info

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

RGB color model

#7EF9BE color RGB value is (126,249,190).

  • red value is 126;
  • green value is 249;
  • blue value is 190.
RGB:
(126,249,190)
(49%,98%,75%)

RGB channels and saturation

R 126 of 255 = 49%
G 249 of 255 = 98%
B 190 of 255 = 75%

126
249
190

R + G + B ~ 74%. #7EF9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 249 + 190 = 565 (100%)
R 126 of 565 ~ 22.3%
G 249 of 565 ~ 44.07%
B 190 of 565 ~ 33.63%

%22.3
%44.07
%33.63

CMYK color model

#7EF9BE color CMYK value is (49,0,24,2).

  • cyan value is 49.40%
  • magenta value is 0.00%
  • yellow value is 23.69%
  • key color value is 2.35%
CMYK:
(49,0,24,2)
C49M0Y24K2 
(49%,0%,24%,2%)
(0.49/0.00/0.24/0.02)	

CMYK percentages

%49.4
%0
%23.69
%2.35

Codes

Color #7EF9BE in popluar color models

7EF9BE
RGB126249190
HSL151°91.11%73.53%
HSB/HSV151°49.40%97.65%
CMYK49.40%0.00%23.69%
2.35%

Color #7EF9BE in popluar number systems.

HEX7EF9BE
Decimal126249190
Binary11111101111100110111110
Octal176371276

Shades and tints

Shades of #7EF9BE

#7EF9BE
(126,249,190)
#73E3AD
(115,227,173)
#68CD9C
(104,205,156)
#5DB78B
(93,183,139)
#52A17A
(82,161,122)
#478B69
(71,139,105)
#3C7558
(60,117,88)
#315F47
(49,95,71)
#264936
(38,73,54)
#1B3325
(27,51,37)
#101D14
(16,29,20)
#000000
(0,0,0)

Tints of #7EF9BE

#7EF9BE
(126,249,190)
#89F9C3
(137,249,195)
#94F9C8
(148,249,200)
#9FF9CD
(159,249,205)
#AAF9D2
(170,249,210)
#B5F9D7
(181,249,215)
#C0F9DC
(192,249,220)
#CBF9E1
(203,249,225)
#D6F9E6
(214,249,230)
#E1F9EB
(225,249,235)
#ECF9F0
(236,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EF9BE color. Also use rgb(126,249,190) instead hex code.

Text Font Color

.myTextColor { color: #7EF9BE; }

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

This text font color is #7EF9BE.


Background Color

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

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

This div background color is #7EF9BE.


Border color

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

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

This div border color is #7EF9BE.


Opacity

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

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

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

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

This text has shadow with #7EF9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EF9BE on black background.


Color preview on white background

This text has color #7EF9BE on white background.



Black color preview on #7EF9BE background

This text has black color on #7EF9BE background.


White color preview on #7EF9BE background

This text has white color on #7EF9BE background.