COLOR #7EE6C6

HEX: #7EE6C6
RGB: (126,230,198)

Color info

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

RGB color model

#7EE6C6 color RGB value is (126,230,198).

  • red value is 126;
  • green value is 230;
  • blue value is 198.
RGB:
(126,230,198)
(49%,90%,78%)

RGB channels and saturation

R 126 of 255 = 49%
G 230 of 255 = 90%
B 198 of 255 = 78%

126
230
198

R + G + B ~ 72%. #7EE6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 230 + 198 = 554 (100%)
R 126 of 554 ~ 22.74%
G 230 of 554 ~ 41.52%
B 198 of 554 ~ 35.74%

%22.74
%41.52
%35.74

CMYK color model

#7EE6C6 color CMYK value is (45,0,14,10).

  • cyan value is 45.22%
  • magenta value is 0.00%
  • yellow value is 13.91%
  • key color value is 9.80%
CMYK:
(45,0,14,10)
C45M0Y14K10 
(45%,0%,14%,10%)
(0.45/0.00/0.14/0.10)	

CMYK percentages

%45.22
%0
%13.91
%9.8

Codes

Color #7EE6C6 in popluar color models

7EE6C6
RGB126230198
HSL162°67.53%69.80%
HSB/HSV162°45.22%90.20%
CMYK45.22%0.00%13.91%
9.80%

Color #7EE6C6 in popluar number systems.

HEX7EE6C6
Decimal126230198
Binary11111101110011011000110
Octal176346306

Shades and tints

Shades of #7EE6C6

#7EE6C6
(126,230,198)
#73D2B4
(115,210,180)
#68BEA2
(104,190,162)
#5DAA90
(93,170,144)
#52967E
(82,150,126)
#47826C
(71,130,108)
#3C6E5A
(60,110,90)
#315A48
(49,90,72)
#264636
(38,70,54)
#1B3224
(27,50,36)
#101E12
(16,30,18)
#000000
(0,0,0)

Tints of #7EE6C6

#7EE6C6
(126,230,198)
#89E8CB
(137,232,203)
#94EAD0
(148,234,208)
#9FECD5
(159,236,213)
#AAEEDA
(170,238,218)
#B5F0DF
(181,240,223)
#C0F2E4
(192,242,228)
#CBF4E9
(203,244,233)
#D6F6EE
(214,246,238)
#E1F8F3
(225,248,243)
#ECFAF8
(236,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EE6C6 color. Also use rgb(126,230,198) instead hex code.

Text Font Color

.myTextColor { color: #7EE6C6; }

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

This text font color is #7EE6C6.


Background Color

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

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

This div background color is #7EE6C6.


Border color

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

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

This div border color is #7EE6C6.


Opacity

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

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

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

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

This text has shadow with #7EE6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EE6C6 on black background.


Color preview on white background

This text has color #7EE6C6 on white background.



Black color preview on #7EE6C6 background

This text has black color on #7EE6C6 background.


White color preview on #7EE6C6 background

This text has white color on #7EE6C6 background.