COLOR #7EBF91

HEX: #7EBF91
RGB: (126,191,145)

Color info

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

RGB color model

#7EBF91 color RGB value is (126,191,145).

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

RGB channels and saturation

R 126 of 255 = 49%
G 191 of 255 = 75%
B 145 of 255 = 57%

126
191
145

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

Portions of RGB colors in percentages

R + G + B =
126 + 191 + 145 = 462 (100%)
R 126 of 462 ~ 27.27%
G 191 of 462 ~ 41.34%
B 145 of 462 ~ 31.39%

%27.27
%41.34
%31.39

CMYK color model

#7EBF91 color CMYK value is (34,0,24,25).

  • cyan value is 34.03%
  • magenta value is 0.00%
  • yellow value is 24.08%
  • key color value is 25.10%
CMYK:
(34,0,24,25)
C34M0Y24K25 
(34%,0%,24%,25%)
(0.34/0.00/0.24/0.25)	

CMYK percentages

%34.03
%0
%24.08
%25.1

Codes

Color #7EBF91 in popluar color models

7EBF91
RGB126191145
HSL138°33.68%62.16%
HSB/HSV138°34.03%74.90%
CMYK34.03%0.00%24.08%
25.10%

Color #7EBF91 in popluar number systems.

HEX7EBF91
Decimal126191145
Binary11111101011111110010001
Octal176277221

Shades and tints

Shades of #7EBF91

#7EBF91
(126,191,145)
#73AE84
(115,174,132)
#689D77
(104,157,119)
#5D8C6A
(93,140,106)
#527B5D
(82,123,93)
#476A50
(71,106,80)
#3C5943
(60,89,67)
#314836
(49,72,54)
#263729
(38,55,41)
#1B261C
(27,38,28)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #7EBF91

#7EBF91
(126,191,145)
#89C49B
(137,196,155)
#94C9A5
(148,201,165)
#9FCEAF
(159,206,175)
#AAD3B9
(170,211,185)
#B5D8C3
(181,216,195)
#C0DDCD
(192,221,205)
#CBE2D7
(203,226,215)
#D6E7E1
(214,231,225)
#E1ECEB
(225,236,235)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBF91; }

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

This text font color is #7EBF91.


Background Color

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

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

This div background color is #7EBF91.


Border color

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

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

This div border color is #7EBF91.


Opacity

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

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

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

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

This text has shadow with #7EBF91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBF91 on black background.


Color preview on white background

This text has color #7EBF91 on white background.



Black color preview on #7EBF91 background

This text has black color on #7EBF91 background.


White color preview on #7EBF91 background

This text has white color on #7EBF91 background.