COLOR #7EBB94

HEX: #7EBB94
RGB: (126,187,148)

Color info

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

RGB color model

#7EBB94 color RGB value is (126,187,148).

  • red value is 126;
  • green value is 187;
  • blue value is 148.
RGB:
(126,187,148)
(49%,73%,58%)

RGB channels and saturation

R 126 of 255 = 49%
G 187 of 255 = 73%
B 148 of 255 = 58%

126
187
148

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

Portions of RGB colors in percentages

R + G + B =
126 + 187 + 148 = 461 (100%)
R 126 of 461 ~ 27.33%
G 187 of 461 ~ 40.56%
B 148 of 461 ~ 32.1%

%27.33
%40.56
%32.1

CMYK color model

#7EBB94 color CMYK value is (33,0,21,27).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 20.86%
  • key color value is 26.67%
CMYK:
(33,0,21,27)
C33M0Y21K27 
(33%,0%,21%,27%)
(0.33/0.00/0.21/0.27)	

CMYK percentages

%32.62
%0
%20.86
%26.67

Codes

Color #7EBB94 in popluar color models

7EBB94
RGB126187148
HSL142°30.96%61.37%
HSB/HSV142°32.62%73.33%
CMYK32.62%0.00%20.86%
26.67%

Color #7EBB94 in popluar number systems.

HEX7EBB94
Decimal126187148
Binary11111101011101110010100
Octal176273224

Shades and tints

Shades of #7EBB94

#7EBB94
(126,187,148)
#73AA87
(115,170,135)
#68997A
(104,153,122)
#5D886D
(93,136,109)
#527760
(82,119,96)
#476653
(71,102,83)
#3C5546
(60,85,70)
#314439
(49,68,57)
#26332C
(38,51,44)
#1B221F
(27,34,31)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #7EBB94

#7EBB94
(126,187,148)
#89C19D
(137,193,157)
#94C7A6
(148,199,166)
#9FCDAF
(159,205,175)
#AAD3B8
(170,211,184)
#B5D9C1
(181,217,193)
#C0DFCA
(192,223,202)
#CBE5D3
(203,229,211)
#D6EBDC
(214,235,220)
#E1F1E5
(225,241,229)
#ECF7EE
(236,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBB94 color. Also use rgb(126,187,148) instead hex code.

Text Font Color

.myTextColor { color: #7EBB94; }

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

This text font color is #7EBB94.


Background Color

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

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

This div background color is #7EBB94.


Border color

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

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

This div border color is #7EBB94.


Opacity

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

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

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

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

This text has shadow with #7EBB94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBB94 on black background.


Color preview on white background

This text has color #7EBB94 on white background.



Black color preview on #7EBB94 background

This text has black color on #7EBB94 background.


White color preview on #7EBB94 background

This text has white color on #7EBB94 background.