COLOR #7EEEC7

HEX: #7EEEC7
RGB: (126,238,199)

Color info

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

RGB color model

#7EEEC7 color RGB value is (126,238,199).

  • red value is 126;
  • green value is 238;
  • blue value is 199.
RGB:
(126,238,199)
(49%,93%,78%)

RGB channels and saturation

R 126 of 255 = 49%
G 238 of 255 = 93%
B 199 of 255 = 78%

126
238
199

R + G + B ~ 73%. #7EEEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 238 + 199 = 563 (100%)
R 126 of 563 ~ 22.38%
G 238 of 563 ~ 42.27%
B 199 of 563 ~ 35.35%

%22.38
%42.27
%35.35

CMYK color model

#7EEEC7 color CMYK value is (47,0,16,7).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 6.67%
CMYK:
(47,0,16,7)
C47M0Y16K7 
(47%,0%,16%,7%)
(0.47/0.00/0.16/0.07)	

CMYK percentages

%47.06
%0
%16.39
%6.67

Codes

Color #7EEEC7 in popluar color models

7EEEC7
RGB126238199
HSL159°76.71%71.37%
HSB/HSV159°47.06%93.33%
CMYK47.06%0.00%16.39%
6.67%

Color #7EEEC7 in popluar number systems.

HEX7EEEC7
Decimal126238199
Binary11111101110111011000111
Octal176356307

Shades and tints

Shades of #7EEEC7

#7EEEC7
(126,238,199)
#73D9B5
(115,217,181)
#68C4A3
(104,196,163)
#5DAF91
(93,175,145)
#529A7F
(82,154,127)
#47856D
(71,133,109)
#3C705B
(60,112,91)
#315B49
(49,91,73)
#264637
(38,70,55)
#1B3125
(27,49,37)
#101C13
(16,28,19)
#000000
(0,0,0)

Tints of #7EEEC7

#7EEEC7
(126,238,199)
#89EFCC
(137,239,204)
#94F0D1
(148,240,209)
#9FF1D6
(159,241,214)
#AAF2DB
(170,242,219)
#B5F3E0
(181,243,224)
#C0F4E5
(192,244,229)
#CBF5EA
(203,245,234)
#D6F6EF
(214,246,239)
#E1F7F4
(225,247,244)
#ECF8F9
(236,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EEEC7 color. Also use rgb(126,238,199) instead hex code.

Text Font Color

.myTextColor { color: #7EEEC7; }

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

This text font color is #7EEEC7.


Background Color

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

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

This div background color is #7EEEC7.


Border color

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

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

This div border color is #7EEEC7.


Opacity

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

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

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

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

This text has shadow with #7EEEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EEEC7 on black background.


Color preview on white background

This text has color #7EEEC7 on white background.



Black color preview on #7EEEC7 background

This text has black color on #7EEEC7 background.


White color preview on #7EEEC7 background

This text has white color on #7EEEC7 background.