COLOR #7EB98C

HEX: #7EB98C
RGB: (126,185,140)

Color info

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

RGB color model

#7EB98C color RGB value is (126,185,140).

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

RGB channels and saturation

R 126 of 255 = 49%
G 185 of 255 = 73%
B 140 of 255 = 55%

126
185
140

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

Portions of RGB colors in percentages

R + G + B =
126 + 185 + 140 = 451 (100%)
R 126 of 451 ~ 27.94%
G 185 of 451 ~ 41.02%
B 140 of 451 ~ 31.04%

%27.94
%41.02
%31.04

CMYK color model

#7EB98C color CMYK value is (32,0,24,27).

  • cyan value is 31.89%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 27.45%
CMYK:
(32,0,24,27)
C32M0Y24K27 
(32%,0%,24%,27%)
(0.32/0.00/0.24/0.27)	

CMYK percentages

%31.89
%0
%24.32
%27.45

Codes

Color #7EB98C in popluar color models

7EB98C
RGB126185140
HSL134°29.65%60.98%
HSB/HSV134°31.89%72.55%
CMYK31.89%0.00%24.32%
27.45%

Color #7EB98C in popluar number systems.

HEX7EB98C
Decimal126185140
Binary11111101011100110001100
Octal176271214

Shades and tints

Shades of #7EB98C

#7EB98C
(126,185,140)
#73A980
(115,169,128)
#689974
(104,153,116)
#5D8968
(93,137,104)
#52795C
(82,121,92)
#476950
(71,105,80)
#3C5944
(60,89,68)
#314938
(49,73,56)
#26392C
(38,57,44)
#1B2920
(27,41,32)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #7EB98C

#7EB98C
(126,185,140)
#89BF96
(137,191,150)
#94C5A0
(148,197,160)
#9FCBAA
(159,203,170)
#AAD1B4
(170,209,180)
#B5D7BE
(181,215,190)
#C0DDC8
(192,221,200)
#CBE3D2
(203,227,210)
#D6E9DC
(214,233,220)
#E1EFE6
(225,239,230)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB98C; }

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

This text font color is #7EB98C.


Background Color

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

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

This div background color is #7EB98C.


Border color

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

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

This div border color is #7EB98C.


Opacity

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

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

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

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

This text has shadow with #7EB98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB98C on black background.


Color preview on white background

This text has color #7EB98C on white background.



Black color preview on #7EB98C background

This text has black color on #7EB98C background.


White color preview on #7EB98C background

This text has white color on #7EB98C background.