COLOR #7EB49F

HEX: #7EB49F
RGB: (126,180,159)

Color info

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

RGB color model

#7EB49F color RGB value is (126,180,159).

  • red value is 126;
  • green value is 180;
  • blue value is 159.
RGB:
(126,180,159)
(49%,71%,62%)

RGB channels and saturation

R 126 of 255 = 49%
G 180 of 255 = 71%
B 159 of 255 = 62%

126
180
159

R + G + B ~ 61%. #7EB49F is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 180 + 159 = 465 (100%)
R 126 of 465 ~ 27.1%
G 180 of 465 ~ 38.71%
B 159 of 465 ~ 34.19%

%27.1
%38.71
%34.19

CMYK color model

#7EB49F color CMYK value is (30,0,12,29).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(30,0,12,29)
C30M0Y12K29 
(30%,0%,12%,29%)
(0.30/0.00/0.12/0.29)	

CMYK percentages

%30
%0
%11.67
%29.41

Codes

Color #7EB49F in popluar color models

7EB49F
RGB126180159
HSL157°26.47%60.00%
HSB/HSV157°30.00%70.59%
CMYK30.00%0.00%11.67%
29.41%

Color #7EB49F in popluar number systems.

HEX7EB49F
Decimal126180159
Binary11111101011010010011111
Octal176264237

Shades and tints

Shades of #7EB49F

#7EB49F
(126,180,159)
#73A491
(115,164,145)
#689483
(104,148,131)
#5D8475
(93,132,117)
#527467
(82,116,103)
#476459
(71,100,89)
#3C544B
(60,84,75)
#31443D
(49,68,61)
#26342F
(38,52,47)
#1B2421
(27,36,33)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #7EB49F

#7EB49F
(126,180,159)
#89BAA7
(137,186,167)
#94C0AF
(148,192,175)
#9FC6B7
(159,198,183)
#AACCBF
(170,204,191)
#B5D2C7
(181,210,199)
#C0D8CF
(192,216,207)
#CBDED7
(203,222,215)
#D6E4DF
(214,228,223)
#E1EAE7
(225,234,231)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB49F color. Also use rgb(126,180,159) instead hex code.

Text Font Color

.myTextColor { color: #7EB49F; }

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

This text font color is #7EB49F.


Background Color

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

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

This div background color is #7EB49F.


Border color

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

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

This div border color is #7EB49F.


Opacity

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

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

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

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

This text has shadow with #7EB49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB49F on black background.


Color preview on white background

This text has color #7EB49F on white background.



Black color preview on #7EB49F background

This text has black color on #7EB49F background.


White color preview on #7EB49F background

This text has white color on #7EB49F background.