COLOR #7EB682

HEX: #7EB682
RGB: (126,182,130)

Color info

#7EB682 contains red, green and blue colors in about the same proportion. Web safe color of #7EB682 is #66CC99 (or #6C9).

RGB color model

#7EB682 color RGB value is (126,182,130).

  • red value is 126;
  • green value is 182;
  • blue value is 130.
RGB:
(126,182,130)
(49%,71%,51%)

RGB channels and saturation

R 126 of 255 = 49%
G 182 of 255 = 71%
B 130 of 255 = 51%

126
182
130

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

Portions of RGB colors in percentages

R + G + B =
126 + 182 + 130 = 438 (100%)
R 126 of 438 ~ 28.77%
G 182 of 438 ~ 41.55%
B 130 of 438 ~ 29.68%

%28.77
%41.55
%29.68

CMYK color model

#7EB682 color CMYK value is (31,0,29,29).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 28.63%
CMYK:
(31,0,29,29)
C31M0Y29K29 
(31%,0%,29%,29%)
(0.31/0.00/0.29/0.29)	

CMYK percentages

%30.77
%0
%28.57
%28.63

Codes

Color #7EB682 in popluar color models

7EB682
RGB126182130
HSL124°27.72%60.39%
HSB/HSV124°30.77%71.37%
CMYK30.77%0.00%28.57%
28.63%

Color #7EB682 in popluar number systems.

HEX7EB682
Decimal126182130
Binary11111101011011010000010
Octal176266202

Shades and tints

Shades of #7EB682

#7EB682
(126,182,130)
#73A677
(115,166,119)
#68966C
(104,150,108)
#5D8661
(93,134,97)
#527656
(82,118,86)
#47664B
(71,102,75)
#3C5640
(60,86,64)
#314635
(49,70,53)
#26362A
(38,54,42)
#1B261F
(27,38,31)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #7EB682

#7EB682
(126,182,130)
#89BC8D
(137,188,141)
#94C298
(148,194,152)
#9FC8A3
(159,200,163)
#AACEAE
(170,206,174)
#B5D4B9
(181,212,185)
#C0DAC4
(192,218,196)
#CBE0CF
(203,224,207)
#D6E6DA
(214,230,218)
#E1ECE5
(225,236,229)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB682 color. Also use rgb(126,182,130) instead hex code.

Text Font Color

.myTextColor { color: #7EB682; }

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

This text font color is #7EB682.


Background Color

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

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

This div background color is #7EB682.


Border color

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

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

This div border color is #7EB682.


Opacity

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

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

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

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

This text has shadow with #7EB682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB682 on black background.


Color preview on white background

This text has color #7EB682 on white background.



Black color preview on #7EB682 background

This text has black color on #7EB682 background.


White color preview on #7EB682 background

This text has white color on #7EB682 background.