COLOR #7EE8C4

HEX: #7EE8C4
RGB: (126,232,196)

Color info

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

RGB color model

#7EE8C4 color RGB value is (126,232,196).

  • red value is 126;
  • green value is 232;
  • blue value is 196.
RGB:
(126,232,196)
(49%,91%,77%)

RGB channels and saturation

R 126 of 255 = 49%
G 232 of 255 = 91%
B 196 of 255 = 77%

126
232
196

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

Portions of RGB colors in percentages

R + G + B =
126 + 232 + 196 = 554 (100%)
R 126 of 554 ~ 22.74%
G 232 of 554 ~ 41.88%
B 196 of 554 ~ 35.38%

%22.74
%41.88
%35.38

CMYK color model

#7EE8C4 color CMYK value is (46,0,16,9).

  • cyan value is 45.69%
  • magenta value is 0.00%
  • yellow value is 15.52%
  • key color value is 9.02%
CMYK:
(46,0,16,9)
C46M0Y16K9 
(46%,0%,16%,9%)
(0.46/0.00/0.16/0.09)	

CMYK percentages

%45.69
%0
%15.52
%9.02

Codes

Color #7EE8C4 in popluar color models

7EE8C4
RGB126232196
HSL160°69.74%70.20%
HSB/HSV160°45.69%90.98%
CMYK45.69%0.00%15.52%
9.02%

Color #7EE8C4 in popluar number systems.

HEX7EE8C4
Decimal126232196
Binary11111101110100011000100
Octal176350304

Shades and tints

Shades of #7EE8C4

#7EE8C4
(126,232,196)
#73D3B3
(115,211,179)
#68BEA2
(104,190,162)
#5DA991
(93,169,145)
#529480
(82,148,128)
#477F6F
(71,127,111)
#3C6A5E
(60,106,94)
#31554D
(49,85,77)
#26403C
(38,64,60)
#1B2B2B
(27,43,43)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #7EE8C4

#7EE8C4
(126,232,196)
#89EAC9
(137,234,201)
#94ECCE
(148,236,206)
#9FEED3
(159,238,211)
#AAF0D8
(170,240,216)
#B5F2DD
(181,242,221)
#C0F4E2
(192,244,226)
#CBF6E7
(203,246,231)
#D6F8EC
(214,248,236)
#E1FAF1
(225,250,241)
#ECFCF6
(236,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EE8C4 color. Also use rgb(126,232,196) instead hex code.

Text Font Color

.myTextColor { color: #7EE8C4; }

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

This text font color is #7EE8C4.


Background Color

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

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

This div background color is #7EE8C4.


Border color

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

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

This div border color is #7EE8C4.


Opacity

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

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

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

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

This text has shadow with #7EE8C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EE8C4 on black background.


Color preview on white background

This text has color #7EE8C4 on white background.



Black color preview on #7EE8C4 background

This text has black color on #7EE8C4 background.


White color preview on #7EE8C4 background

This text has white color on #7EE8C4 background.