COLOR #7EBF90

HEX: #7EBF90
RGB: (126,191,144)

Color info

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

RGB color model

#7EBF90 color RGB value is (126,191,144).

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

RGB channels and saturation

R 126 of 255 = 49%
G 191 of 255 = 75%
B 144 of 255 = 56%

126
191
144

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

Portions of RGB colors in percentages

R + G + B =
126 + 191 + 144 = 461 (100%)
R 126 of 461 ~ 27.33%
G 191 of 461 ~ 41.43%
B 144 of 461 ~ 31.24%

%27.33
%41.43
%31.24

CMYK color model

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

  • cyan value is 34.03%
  • magenta value is 0.00%
  • yellow value is 24.61%
  • key color value is 25.10%
CMYK:
(34,0,25,25)
C34M0Y25K25 
(34%,0%,25%,25%)
(0.34/0.00/0.25/0.25)	

CMYK percentages

%34.03
%0
%24.61
%25.1

Codes

Color #7EBF90 in popluar color models

7EBF90
RGB126191144
HSL137°33.68%62.16%
HSB/HSV137°34.03%74.90%
CMYK34.03%0.00%24.61%
25.10%

Color #7EBF90 in popluar number systems.

HEX7EBF90
Decimal126191144
Binary11111101011111110010000
Octal176277220

Shades and tints

Shades of #7EBF90

#7EBF90
(126,191,144)
#73AE83
(115,174,131)
#689D76
(104,157,118)
#5D8C69
(93,140,105)
#527B5C
(82,123,92)
#476A4F
(71,106,79)
#3C5942
(60,89,66)
#314835
(49,72,53)
#263728
(38,55,40)
#1B261B
(27,38,27)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #7EBF90

#7EBF90
(126,191,144)
#89C49A
(137,196,154)
#94C9A4
(148,201,164)
#9FCEAE
(159,206,174)
#AAD3B8
(170,211,184)
#B5D8C2
(181,216,194)
#C0DDCC
(192,221,204)
#CBE2D6
(203,226,214)
#D6E7E0
(214,231,224)
#E1ECEA
(225,236,234)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBF90; }

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

This text font color is #7EBF90.


Background Color

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

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

This div background color is #7EBF90.


Border color

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

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

This div border color is #7EBF90.


Opacity

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

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

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

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

This text has shadow with #7EBF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBF90 on black background.


Color preview on white background

This text has color #7EBF90 on white background.



Black color preview on #7EBF90 background

This text has black color on #7EBF90 background.


White color preview on #7EBF90 background

This text has white color on #7EBF90 background.