COLOR #7EAD84

HEX: #7EAD84
RGB: (126,173,132)

Color info

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

RGB color model

#7EAD84 color RGB value is (126,173,132).

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

RGB channels and saturation

R 126 of 255 = 49%
G 173 of 255 = 68%
B 132 of 255 = 52%

126
173
132

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

Portions of RGB colors in percentages

R + G + B =
126 + 173 + 132 = 431 (100%)
R 126 of 431 ~ 29.23%
G 173 of 431 ~ 40.14%
B 132 of 431 ~ 30.63%

%29.23
%40.14
%30.63

CMYK color model

#7EAD84 color CMYK value is (27,0,24,32).

  • cyan value is 27.17%
  • magenta value is 0.00%
  • yellow value is 23.70%
  • key color value is 32.16%
CMYK:
(27,0,24,32)
C27M0Y24K32 
(27%,0%,24%,32%)
(0.27/0.00/0.24/0.32)	

CMYK percentages

%27.17
%0
%23.7
%32.16

Codes

Color #7EAD84 in popluar color models

7EAD84
RGB126173132
HSL128°22.27%58.63%
HSB/HSV128°27.17%67.84%
CMYK27.17%0.00%23.70%
32.16%

Color #7EAD84 in popluar number systems.

HEX7EAD84
Decimal126173132
Binary11111101010110110000100
Octal176255204

Shades and tints

Shades of #7EAD84

#7EAD84
(126,173,132)
#739E78
(115,158,120)
#688F6C
(104,143,108)
#5D8060
(93,128,96)
#527154
(82,113,84)
#476248
(71,98,72)
#3C533C
(60,83,60)
#314430
(49,68,48)
#263524
(38,53,36)
#1B2618
(27,38,24)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #7EAD84

#7EAD84
(126,173,132)
#89B48F
(137,180,143)
#94BB9A
(148,187,154)
#9FC2A5
(159,194,165)
#AAC9B0
(170,201,176)
#B5D0BB
(181,208,187)
#C0D7C6
(192,215,198)
#CBDED1
(203,222,209)
#D6E5DC
(214,229,220)
#E1ECE7
(225,236,231)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAD84; }

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

This text font color is #7EAD84.


Background Color

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

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

This div background color is #7EAD84.


Border color

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

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

This div border color is #7EAD84.


Opacity

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

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

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

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

This text has shadow with #7EAD84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAD84 on black background.


Color preview on white background

This text has color #7EAD84 on white background.



Black color preview on #7EAD84 background

This text has black color on #7EAD84 background.


White color preview on #7EAD84 background

This text has white color on #7EAD84 background.