COLOR #7EBA90

HEX: #7EBA90
RGB: (126,186,144)

Color info

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

RGB color model

#7EBA90 color RGB value is (126,186,144).

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

RGB channels and saturation

R 126 of 255 = 49%
G 186 of 255 = 73%
B 144 of 255 = 56%

126
186
144

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

Portions of RGB colors in percentages

R + G + B =
126 + 186 + 144 = 456 (100%)
R 126 of 456 ~ 27.63%
G 186 of 456 ~ 40.79%
B 144 of 456 ~ 31.58%

%27.63
%40.79
%31.58

CMYK color model

#7EBA90 color CMYK value is (32,0,23,27).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 22.58%
  • key color value is 27.06%
CMYK:
(32,0,23,27)
C32M0Y23K27 
(32%,0%,23%,27%)
(0.32/0.00/0.23/0.27)	

CMYK percentages

%32.26
%0
%22.58
%27.06

Codes

Color #7EBA90 in popluar color models

7EBA90
RGB126186144
HSL138°30.30%61.18%
HSB/HSV138°32.26%72.94%
CMYK32.26%0.00%22.58%
27.06%

Color #7EBA90 in popluar number systems.

HEX7EBA90
Decimal126186144
Binary11111101011101010010000
Octal176272220

Shades and tints

Shades of #7EBA90

#7EBA90
(126,186,144)
#73AA83
(115,170,131)
#689A76
(104,154,118)
#5D8A69
(93,138,105)
#527A5C
(82,122,92)
#476A4F
(71,106,79)
#3C5A42
(60,90,66)
#314A35
(49,74,53)
#263A28
(38,58,40)
#1B2A1B
(27,42,27)
#101A0E
(16,26,14)
#000000
(0,0,0)

Tints of #7EBA90

#7EBA90
(126,186,144)
#89C09A
(137,192,154)
#94C6A4
(148,198,164)
#9FCCAE
(159,204,174)
#AAD2B8
(170,210,184)
#B5D8C2
(181,216,194)
#C0DECC
(192,222,204)
#CBE4D6
(203,228,214)
#D6EAE0
(214,234,224)
#E1F0EA
(225,240,234)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBA90; }

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

This text font color is #7EBA90.


Background Color

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

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

This div background color is #7EBA90.


Border color

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

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

This div border color is #7EBA90.


Opacity

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

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

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

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

This text has shadow with #7EBA90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBA90 on black background.


Color preview on white background

This text has color #7EBA90 on white background.



Black color preview on #7EBA90 background

This text has black color on #7EBA90 background.


White color preview on #7EBA90 background

This text has white color on #7EBA90 background.