COLOR #7EBC9F

HEX: #7EBC9F
RGB: (126,188,159)

Color info

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

RGB color model

#7EBC9F color RGB value is (126,188,159).

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

RGB channels and saturation

R 126 of 255 = 49%
G 188 of 255 = 74%
B 159 of 255 = 62%

126
188
159

R + G + B ~ 62%. #7EBC9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 188 + 159 = 473 (100%)
R 126 of 473 ~ 26.64%
G 188 of 473 ~ 39.75%
B 159 of 473 ~ 33.62%

%26.64
%39.75
%33.62

CMYK color model

#7EBC9F color CMYK value is (33,0,15,26).

  • cyan value is 32.98%
  • magenta value is 0.00%
  • yellow value is 15.43%
  • key color value is 26.27%
CMYK:
(33,0,15,26)
C33M0Y15K26 
(33%,0%,15%,26%)
(0.33/0.00/0.15/0.26)	

CMYK percentages

%32.98
%0
%15.43
%26.27

Codes

Color #7EBC9F in popluar color models

7EBC9F
RGB126188159
HSL152°31.63%61.57%
HSB/HSV152°32.98%73.73%
CMYK32.98%0.00%15.43%
26.27%

Color #7EBC9F in popluar number systems.

HEX7EBC9F
Decimal126188159
Binary11111101011110010011111
Octal176274237

Shades and tints

Shades of #7EBC9F

#7EBC9F
(126,188,159)
#73AB91
(115,171,145)
#689A83
(104,154,131)
#5D8975
(93,137,117)
#527867
(82,120,103)
#476759
(71,103,89)
#3C564B
(60,86,75)
#31453D
(49,69,61)
#26342F
(38,52,47)
#1B2321
(27,35,33)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #7EBC9F

#7EBC9F
(126,188,159)
#89C2A7
(137,194,167)
#94C8AF
(148,200,175)
#9FCEB7
(159,206,183)
#AAD4BF
(170,212,191)
#B5DAC7
(181,218,199)
#C0E0CF
(192,224,207)
#CBE6D7
(203,230,215)
#D6ECDF
(214,236,223)
#E1F2E7
(225,242,231)
#ECF8EF
(236,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBC9F; }

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

This text font color is #7EBC9F.


Background Color

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

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

This div background color is #7EBC9F.


Border color

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

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

This div border color is #7EBC9F.


Opacity

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

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

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

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

This text has shadow with #7EBC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBC9F on black background.


Color preview on white background

This text has color #7EBC9F on white background.



Black color preview on #7EBC9F background

This text has black color on #7EBC9F background.


White color preview on #7EBC9F background

This text has white color on #7EBC9F background.