COLOR #7EB081

HEX: #7EB081
RGB: (126,176,129)

Color info

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

RGB color model

#7EB081 color RGB value is (126,176,129).

  • red value is 126;
  • green value is 176;
  • blue value is 129.
RGB:
(126,176,129)
(49%,69%,51%)

RGB channels and saturation

R 126 of 255 = 49%
G 176 of 255 = 69%
B 129 of 255 = 51%

126
176
129

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

Portions of RGB colors in percentages

R + G + B =
126 + 176 + 129 = 431 (100%)
R 126 of 431 ~ 29.23%
G 176 of 431 ~ 40.84%
B 129 of 431 ~ 29.93%

%29.23
%40.84
%29.93

CMYK color model

#7EB081 color CMYK value is (28,0,27,31).

  • cyan value is 28.41%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 30.98%
CMYK:
(28,0,27,31)
C28M0Y27K31 
(28%,0%,27%,31%)
(0.28/0.00/0.27/0.31)	

CMYK percentages

%28.41
%0
%26.7
%30.98

Codes

Color #7EB081 in popluar color models

7EB081
RGB126176129
HSL124°24.04%59.22%
HSB/HSV124°28.41%69.02%
CMYK28.41%0.00%26.70%
30.98%

Color #7EB081 in popluar number systems.

HEX7EB081
Decimal126176129
Binary11111101011000010000001
Octal176260201

Shades and tints

Shades of #7EB081

#7EB081
(126,176,129)
#73A076
(115,160,118)
#68906B
(104,144,107)
#5D8060
(93,128,96)
#527055
(82,112,85)
#47604A
(71,96,74)
#3C503F
(60,80,63)
#314034
(49,64,52)
#263029
(38,48,41)
#1B201E
(27,32,30)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #7EB081

#7EB081
(126,176,129)
#89B78C
(137,183,140)
#94BE97
(148,190,151)
#9FC5A2
(159,197,162)
#AACCAD
(170,204,173)
#B5D3B8
(181,211,184)
#C0DAC3
(192,218,195)
#CBE1CE
(203,225,206)
#D6E8D9
(214,232,217)
#E1EFE4
(225,239,228)
#ECF6EF
(236,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB081 color. Also use rgb(126,176,129) instead hex code.

Text Font Color

.myTextColor { color: #7EB081; }

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

This text font color is #7EB081.


Background Color

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

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

This div background color is #7EB081.


Border color

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

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

This div border color is #7EB081.


Opacity

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

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

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

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

This text has shadow with #7EB081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB081 on black background.


Color preview on white background

This text has color #7EB081 on white background.



Black color preview on #7EB081 background

This text has black color on #7EB081 background.


White color preview on #7EB081 background

This text has white color on #7EB081 background.