COLOR #7EA784

HEX: #7EA784
RGB: (126,167,132)

Color info

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

RGB color model

#7EA784 color RGB value is (126,167,132).

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

RGB channels and saturation

R 126 of 255 = 49%
G 167 of 255 = 65%
B 132 of 255 = 52%

126
167
132

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

Portions of RGB colors in percentages

R + G + B =
126 + 167 + 132 = 425 (100%)
R 126 of 425 ~ 29.65%
G 167 of 425 ~ 39.29%
B 132 of 425 ~ 31.06%

%29.65
%39.29
%31.06

CMYK color model

#7EA784 color CMYK value is (25,0,21,35).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 20.96%
  • key color value is 34.51%
CMYK:
(25,0,21,35)
C25M0Y21K35 
(25%,0%,21%,35%)
(0.25/0.00/0.21/0.35)	

CMYK percentages

%24.55
%0
%20.96
%34.51

Codes

Color #7EA784 in popluar color models

7EA784
RGB126167132
HSL129°18.89%57.45%
HSB/HSV129°24.55%65.49%
CMYK24.55%0.00%20.96%
34.51%

Color #7EA784 in popluar number systems.

HEX7EA784
Decimal126167132
Binary11111101010011110000100
Octal176247204

Shades and tints

Shades of #7EA784

#7EA784
(126,167,132)
#739878
(115,152,120)
#68896C
(104,137,108)
#5D7A60
(93,122,96)
#526B54
(82,107,84)
#475C48
(71,92,72)
#3C4D3C
(60,77,60)
#313E30
(49,62,48)
#262F24
(38,47,36)
#1B2018
(27,32,24)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #7EA784

#7EA784
(126,167,132)
#89AF8F
(137,175,143)
#94B79A
(148,183,154)
#9FBFA5
(159,191,165)
#AAC7B0
(170,199,176)
#B5CFBB
(181,207,187)
#C0D7C6
(192,215,198)
#CBDFD1
(203,223,209)
#D6E7DC
(214,231,220)
#E1EFE7
(225,239,231)
#ECF7F2
(236,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA784; }

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

This text font color is #7EA784.


Background Color

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

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

This div background color is #7EA784.


Border color

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

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

This div border color is #7EA784.


Opacity

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

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

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

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

This text has shadow with #7EA784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA784 on black background.


Color preview on white background

This text has color #7EA784 on white background.



Black color preview on #7EA784 background

This text has black color on #7EA784 background.


White color preview on #7EA784 background

This text has white color on #7EA784 background.