COLOR #7EB990

HEX: #7EB990
RGB: (126,185,144)

Color info

#7EB990 contains red, green and blue colors in about the same proportion. Web safe color of #7EB990 is #66CC99 (or #6C9).

RGB color model

#7EB990 color RGB value is (126,185,144).

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

RGB channels and saturation

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

126
185
144

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

Portions of RGB colors in percentages

R + G + B =
126 + 185 + 144 = 455 (100%)
R 126 of 455 ~ 27.69%
G 185 of 455 ~ 40.66%
B 144 of 455 ~ 31.65%

%27.69
%40.66
%31.65

CMYK color model

#7EB990 color CMYK value is (32,0,22,27).

  • cyan value is 31.89%
  • magenta value is 0.00%
  • yellow value is 22.16%
  • key color value is 27.45%
CMYK:
(32,0,22,27)
C32M0Y22K27 
(32%,0%,22%,27%)
(0.32/0.00/0.22/0.27)	

CMYK percentages

%31.89
%0
%22.16
%27.45

Codes

Color #7EB990 in popluar color models

7EB990
RGB126185144
HSL138°29.65%60.98%
HSB/HSV138°31.89%72.55%
CMYK31.89%0.00%22.16%
27.45%

Color #7EB990 in popluar number systems.

HEX7EB990
Decimal126185144
Binary11111101011100110010000
Octal176271220

Shades and tints

Shades of #7EB990

#7EB990
(126,185,144)
#73A983
(115,169,131)
#689976
(104,153,118)
#5D8969
(93,137,105)
#52795C
(82,121,92)
#47694F
(71,105,79)
#3C5942
(60,89,66)
#314935
(49,73,53)
#263928
(38,57,40)
#1B291B
(27,41,27)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #7EB990

#7EB990
(126,185,144)
#89BF9A
(137,191,154)
#94C5A4
(148,197,164)
#9FCBAE
(159,203,174)
#AAD1B8
(170,209,184)
#B5D7C2
(181,215,194)
#C0DDCC
(192,221,204)
#CBE3D6
(203,227,214)
#D6E9E0
(214,233,224)
#E1EFEA
(225,239,234)
#ECF5F4
(236,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB990; }

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

This text font color is #7EB990.


Background Color

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

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

This div background color is #7EB990.


Border color

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

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

This div border color is #7EB990.


Opacity

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

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

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

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

This text has shadow with #7EB990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB990 on black background.


Color preview on white background

This text has color #7EB990 on white background.



Black color preview on #7EB990 background

This text has black color on #7EB990 background.


White color preview on #7EB990 background

This text has white color on #7EB990 background.