COLOR #7EE4BF

HEX: #7EE4BF
RGB: (126,228,191)

Color info

#7EE4BF contains mainly green and blue colors. Web safe color of #7EE4BF is #66CCCC (or #6CC).

RGB color model

#7EE4BF color RGB value is (126,228,191).

  • red value is 126;
  • green value is 228;
  • blue value is 191.
RGB:
(126,228,191)
(49%,89%,75%)

RGB channels and saturation

R 126 of 255 = 49%
G 228 of 255 = 89%
B 191 of 255 = 75%

126
228
191

R + G + B ~ 71%. #7EE4BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 228 + 191 = 545 (100%)
R 126 of 545 ~ 23.12%
G 228 of 545 ~ 41.83%
B 191 of 545 ~ 35.05%

%23.12
%41.83
%35.05

CMYK color model

#7EE4BF color CMYK value is (45,0,16,11).

  • cyan value is 44.74%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 10.59%
CMYK:
(45,0,16,11)
C45M0Y16K11 
(45%,0%,16%,11%)
(0.45/0.00/0.16/0.11)	

CMYK percentages

%44.74
%0
%16.23
%10.59

Codes

Color #7EE4BF in popluar color models

7EE4BF
RGB126228191
HSL158°65.38%69.41%
HSB/HSV158°44.74%89.41%
CMYK44.74%0.00%16.23%
10.59%

Color #7EE4BF in popluar number systems.

HEX7EE4BF
Decimal126228191
Binary11111101110010010111111
Octal176344277

Shades and tints

Shades of #7EE4BF

#7EE4BF
(126,228,191)
#73D0AE
(115,208,174)
#68BC9D
(104,188,157)
#5DA88C
(93,168,140)
#52947B
(82,148,123)
#47806A
(71,128,106)
#3C6C59
(60,108,89)
#315848
(49,88,72)
#264437
(38,68,55)
#1B3026
(27,48,38)
#101C15
(16,28,21)
#000000
(0,0,0)

Tints of #7EE4BF

#7EE4BF
(126,228,191)
#89E6C4
(137,230,196)
#94E8C9
(148,232,201)
#9FEACE
(159,234,206)
#AAECD3
(170,236,211)
#B5EED8
(181,238,216)
#C0F0DD
(192,240,221)
#CBF2E2
(203,242,226)
#D6F4E7
(214,244,231)
#E1F6EC
(225,246,236)
#ECF8F1
(236,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EE4BF color. Also use rgb(126,228,191) instead hex code.

Text Font Color

.myTextColor { color: #7EE4BF; }

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

This text font color is #7EE4BF.


Background Color

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

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

This div background color is #7EE4BF.


Border color

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

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

This div border color is #7EE4BF.


Opacity

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

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

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

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

This text has shadow with #7EE4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EE4BF on black background.


Color preview on white background

This text has color #7EE4BF on white background.



Black color preview on #7EE4BF background

This text has black color on #7EE4BF background.


White color preview on #7EE4BF background

This text has white color on #7EE4BF background.