COLOR #7EAC80

HEX: #7EAC80
RGB: (126,172,128)

Color info

#7EAC80 contains red, green and blue colors in about the same proportion. Web safe color of #7EAC80 is #669966 (or #696).

RGB color model

#7EAC80 color RGB value is (126,172,128).

  • red value is 126;
  • green value is 172;
  • blue value is 128.
RGB:
(126,172,128)
(49%,67%,50%)

RGB channels and saturation

R 126 of 255 = 49%
G 172 of 255 = 67%
B 128 of 255 = 50%

126
172
128

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

Portions of RGB colors in percentages

R + G + B =
126 + 172 + 128 = 426 (100%)
R 126 of 426 ~ 29.58%
G 172 of 426 ~ 40.38%
B 128 of 426 ~ 30.05%

%29.58
%40.38
%30.05

CMYK color model

#7EAC80 color CMYK value is (27,0,26,33).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 32.55%
CMYK:
(27,0,26,33)
C27M0Y26K33 
(27%,0%,26%,33%)
(0.27/0.00/0.26/0.33)	

CMYK percentages

%26.74
%0
%25.58
%32.55

Codes

Color #7EAC80 in popluar color models

7EAC80
RGB126172128
HSL123°21.70%58.43%
HSB/HSV123°26.74%67.45%
CMYK26.74%0.00%25.58%
32.55%

Color #7EAC80 in popluar number systems.

HEX7EAC80
Decimal126172128
Binary11111101010110010000000
Octal176254200

Shades and tints

Shades of #7EAC80

#7EAC80
(126,172,128)
#739D75
(115,157,117)
#688E6A
(104,142,106)
#5D7F5F
(93,127,95)
#527054
(82,112,84)
#476149
(71,97,73)
#3C523E
(60,82,62)
#314333
(49,67,51)
#263428
(38,52,40)
#1B251D
(27,37,29)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #7EAC80

#7EAC80
(126,172,128)
#89B38B
(137,179,139)
#94BA96
(148,186,150)
#9FC1A1
(159,193,161)
#AAC8AC
(170,200,172)
#B5CFB7
(181,207,183)
#C0D6C2
(192,214,194)
#CBDDCD
(203,221,205)
#D6E4D8
(214,228,216)
#E1EBE3
(225,235,227)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAC80 color. Also use rgb(126,172,128) instead hex code.

Text Font Color

.myTextColor { color: #7EAC80; }

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

This text font color is #7EAC80.


Background Color

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

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

This div background color is #7EAC80.


Border color

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

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

This div border color is #7EAC80.


Opacity

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

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

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

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

This text has shadow with #7EAC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAC80 on black background.


Color preview on white background

This text has color #7EAC80 on white background.



Black color preview on #7EAC80 background

This text has black color on #7EAC80 background.


White color preview on #7EAC80 background

This text has white color on #7EAC80 background.