COLOR #7EBE82

HEX: #7EBE82 RGB: (126,190,130)

Color info

#7EBE82 contains mainly green color. Web safe color of #7EBE82 is #66CC99 (or #6C9).

RGB color model

#7EBE82 color RGB value is (126,190,130).

RGB: (126,190,130) (49%, 75%, 51%)

RGB channels and saturation

R 126 of 255 = 49%
G 190 of 255 = 75%
B 130 of 255 = 51%

126
190
130

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

Portions of RGB colors in percentages

R + G + B = 126 + 190 + 130 = 446 (100%)
R 126 of 446 ~ 28.25%
G 190 of 446 ~ 42.6%
B 130 of 446 ~ 29.15'%

%28.25
%42.6
%29.15

CMYK color model

#7EBE82 color CMYK value is (34,0,32,25).

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 25.49%

CMYK: (34,0,32,25)
C34M0Y32K25 (34%, 0%, 32%, 25%)
(0.34 / 0.00 / 0.32 / 0.25)

CMYK percentages

%33.68
%0
%31.58
%25.49

Codes

Color #7EBE82 in popluar color models

7E BE 82
RGB 126 190 130
HSL 124° 32.99% 61.96%
HSB/HSV 124° 33.68% 74.51%
CMYK 33.68% 0.00% 31.58%
25.49%

Color #7EBE82 in popluar number systems.

HEX 7E BE 82
Decimal 126 190 130
Binary 1111110 10111110 10000010
Octal 176 276 202

Shades and tints

Shades of #7EBE82

#7EBE82
(126,190,130)
#73AD77
(115,173,119)
#689C6C
(104,156,108)
#5D8B61
(93,139,97)
#527A56
(82,122,86)
#47694B
(71,105,75)
#3C5840
(60,88,64)
#314735
(49,71,53)
#26362A
(38,54,42)
#1B251F
(27,37,31)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #7EBE82

#7EBE82
(126,190,130)
#89C38D
(137,195,141)
#94C898
(148,200,152)
#9FCDA3
(159,205,163)
#AAD2AE
(170,210,174)
#B5D7B9
(181,215,185)
#C0DCC4
(192,220,196)
#CBE1CF
(203,225,207)
#D6E6DA
(214,230,218)
#E1EBE5
(225,235,229)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBE82; }

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

This text font color is #7EBE82.

Background Color

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

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

This div background color is #7EBE82.

Border color

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

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

This div border color is #7EBE82.

Opacity

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

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

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

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

This text has shadow with #7EBE82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EBE82.

Preview

Color preview on black background

This text has color #7EBE82 on black background.


Color preview on white background

This text has color #7EBE82 on white background.


Black color preview on #7EBE82 background

This text has black color on #7EBE82 background.


White color preview on #7EBE82 background

This text has white color on #7EBE82 background.


Related colors

Complementary color

Complementary color for #hex is #81417D.


I love getcolorcode.com

Triadic colors

1 #827EBE and #BE827E with #7EBE82 are triadic colors.

2 #82BE7E and #BE7E82 with #7EBE82 are triadic colors.