COLOR #7EBF86

HEX: #7EBF86
RGB: (126,191,134)

Color info

#7EBF86 contains mainly green and blue colors. Web safe color of #7EBF86 is #66CC99 (or #6C9).

RGB color model

#7EBF86 color RGB value is (126,191,134).

  • red value is 126;
  • green value is 191;
  • blue value is 134.
RGB:
(126,191,134)
(49%,75%,53%)

RGB channels and saturation

R 126 of 255 = 49%
G 191 of 255 = 75%
B 134 of 255 = 53%

126
191
134

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

Portions of RGB colors in percentages

R + G + B =
126 + 191 + 134 = 451 (100%)
R 126 of 451 ~ 27.94%
G 191 of 451 ~ 42.35%
B 134 of 451 ~ 29.71%

%27.94
%42.35
%29.71

CMYK color model

#7EBF86 color CMYK value is (34,0,30,25).

  • cyan value is 34.03%
  • magenta value is 0.00%
  • yellow value is 29.84%
  • key color value is 25.10%
CMYK:
(34,0,30,25)
C34M0Y30K25 
(34%,0%,30%,25%)
(0.34/0.00/0.30/0.25)	

CMYK percentages

%34.03
%0
%29.84
%25.1

Codes

Color #7EBF86 in popluar color models

7EBF86
RGB126191134
HSL127°33.68%62.16%
HSB/HSV127°34.03%74.90%
CMYK34.03%0.00%29.84%
25.10%

Color #7EBF86 in popluar number systems.

HEX7EBF86
Decimal126191134
Binary11111101011111110000110
Octal176277206

Shades and tints

Shades of #7EBF86

#7EBF86
(126,191,134)
#73AE7A
(115,174,122)
#689D6E
(104,157,110)
#5D8C62
(93,140,98)
#527B56
(82,123,86)
#476A4A
(71,106,74)
#3C593E
(60,89,62)
#314832
(49,72,50)
#263726
(38,55,38)
#1B261A
(27,38,26)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #7EBF86

#7EBF86
(126,191,134)
#89C491
(137,196,145)
#94C99C
(148,201,156)
#9FCEA7
(159,206,167)
#AAD3B2
(170,211,178)
#B5D8BD
(181,216,189)
#C0DDC8
(192,221,200)
#CBE2D3
(203,226,211)
#D6E7DE
(214,231,222)
#E1ECE9
(225,236,233)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBF86 color. Also use rgb(126,191,134) instead hex code.

Text Font Color

.myTextColor { color: #7EBF86; }

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

This text font color is #7EBF86.


Background Color

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

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

This div background color is #7EBF86.


Border color

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

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

This div border color is #7EBF86.


Opacity

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

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

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

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

This text has shadow with #7EBF86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBF86 on black background.


Color preview on white background

This text has color #7EBF86 on white background.



Black color preview on #7EBF86 background

This text has black color on #7EBF86 background.


White color preview on #7EBF86 background

This text has white color on #7EBF86 background.