COLOR #7EAD8E

HEX: #7EAD8E
RGB: (126,173,142)

Color info

#7EAD8E contains red, green and blue colors in about the same proportion. Web safe color of #7EAD8E is #669999 (or #699).

RGB color model

#7EAD8E color RGB value is (126,173,142).

  • red value is 126;
  • green value is 173;
  • blue value is 142.
RGB:
(126,173,142)
(49%,68%,56%)

RGB channels and saturation

R 126 of 255 = 49%
G 173 of 255 = 68%
B 142 of 255 = 56%

126
173
142

R + G + B ~ 58%. #7EAD8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 173 + 142 = 441 (100%)
R 126 of 441 ~ 28.57%
G 173 of 441 ~ 39.23%
B 142 of 441 ~ 32.2%

%28.57
%39.23
%32.2

CMYK color model

#7EAD8E color CMYK value is (27,0,18,32).

  • cyan value is 27.17%
  • magenta value is 0.00%
  • yellow value is 17.92%
  • key color value is 32.16%
CMYK:
(27,0,18,32)
C27M0Y18K32 
(27%,0%,18%,32%)
(0.27/0.00/0.18/0.32)	

CMYK percentages

%27.17
%0
%17.92
%32.16

Codes

Color #7EAD8E in popluar color models

7EAD8E
RGB126173142
HSL140°22.27%58.63%
HSB/HSV140°27.17%67.84%
CMYK27.17%0.00%17.92%
32.16%

Color #7EAD8E in popluar number systems.

HEX7EAD8E
Decimal126173142
Binary11111101010110110001110
Octal176255216

Shades and tints

Shades of #7EAD8E

#7EAD8E
(126,173,142)
#739E82
(115,158,130)
#688F76
(104,143,118)
#5D806A
(93,128,106)
#52715E
(82,113,94)
#476252
(71,98,82)
#3C5346
(60,83,70)
#31443A
(49,68,58)
#26352E
(38,53,46)
#1B2622
(27,38,34)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #7EAD8E

#7EAD8E
(126,173,142)
#89B498
(137,180,152)
#94BBA2
(148,187,162)
#9FC2AC
(159,194,172)
#AAC9B6
(170,201,182)
#B5D0C0
(181,208,192)
#C0D7CA
(192,215,202)
#CBDED4
(203,222,212)
#D6E5DE
(214,229,222)
#E1ECE8
(225,236,232)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAD8E color. Also use rgb(126,173,142) instead hex code.

Text Font Color

.myTextColor { color: #7EAD8E; }

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

This text font color is #7EAD8E.


Background Color

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

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

This div background color is #7EAD8E.


Border color

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

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

This div border color is #7EAD8E.


Opacity

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

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

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

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

This text has shadow with #7EAD8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAD8E on black background.


Color preview on white background

This text has color #7EAD8E on white background.



Black color preview on #7EAD8E background

This text has black color on #7EAD8E background.


White color preview on #7EAD8E background

This text has white color on #7EAD8E background.