COLOR #7EDB83

HEX: #7EDB83
RGB: (126,219,131)

Color info

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

RGB color model

#7EDB83 color RGB value is (126,219,131).

  • red value is 126;
  • green value is 219;
  • blue value is 131.
RGB:
(126,219,131)
(49%,86%,51%)

RGB channels and saturation

R 126 of 255 = 49%
G 219 of 255 = 86%
B 131 of 255 = 51%

126
219
131

R + G + B ~ 62%. #7EDB83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 219 + 131 = 476 (100%)
R 126 of 476 ~ 26.47%
G 219 of 476 ~ 46.01%
B 131 of 476 ~ 27.52%

%26.47
%46.01
%27.52

CMYK color model

#7EDB83 color CMYK value is (42,0,40,14).

  • cyan value is 42.47%
  • magenta value is 0.00%
  • yellow value is 40.18%
  • key color value is 14.12%
CMYK:
(42,0,40,14)
C42M0Y40K14 
(42%,0%,40%,14%)
(0.42/0.00/0.40/0.14)	

CMYK percentages

%42.47
%0
%40.18
%14.12

Codes

Color #7EDB83 in popluar color models

7EDB83
RGB126219131
HSL123°56.36%67.65%
HSB/HSV123°42.47%85.88%
CMYK42.47%0.00%40.18%
14.12%

Color #7EDB83 in popluar number systems.

HEX7EDB83
Decimal126219131
Binary11111101101101110000011
Octal176333203

Shades and tints

Shades of #7EDB83

#7EDB83
(126,219,131)
#73C878
(115,200,120)
#68B56D
(104,181,109)
#5DA262
(93,162,98)
#528F57
(82,143,87)
#477C4C
(71,124,76)
#3C6941
(60,105,65)
#315636
(49,86,54)
#26432B
(38,67,43)
#1B3020
(27,48,32)
#101D15
(16,29,21)
#000000
(0,0,0)

Tints of #7EDB83

#7EDB83
(126,219,131)
#89DE8E
(137,222,142)
#94E199
(148,225,153)
#9FE4A4
(159,228,164)
#AAE7AF
(170,231,175)
#B5EABA
(181,234,186)
#C0EDC5
(192,237,197)
#CBF0D0
(203,240,208)
#D6F3DB
(214,243,219)
#E1F6E6
(225,246,230)
#ECF9F1
(236,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EDB83 color. Also use rgb(126,219,131) instead hex code.

Text Font Color

.myTextColor { color: #7EDB83; }

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

This text font color is #7EDB83.


Background Color

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

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

This div background color is #7EDB83.


Border color

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

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

This div border color is #7EDB83.


Opacity

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

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

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

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

This text has shadow with #7EDB83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EDB83 on black background.


Color preview on white background

This text has color #7EDB83 on white background.



Black color preview on #7EDB83 background

This text has black color on #7EDB83 background.


White color preview on #7EDB83 background

This text has white color on #7EDB83 background.