COLOR #7EAA94

HEX: #7EAA94
RGB: (126,170,148)

Color info

#7EAA94 contains red, green and blue colors in about the same proportion. Web safe color of #7EAA94 is #669999 (or #699).

RGB color model

#7EAA94 color RGB value is (126,170,148).

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

RGB channels and saturation

R 126 of 255 = 49%
G 170 of 255 = 67%
B 148 of 255 = 58%

126
170
148

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

Portions of RGB colors in percentages

R + G + B =
126 + 170 + 148 = 444 (100%)
R 126 of 444 ~ 28.38%
G 170 of 444 ~ 38.29%
B 148 of 444 ~ 33.33%

%28.38
%38.29
%33.33

CMYK color model

#7EAA94 color CMYK value is (26,0,13,33).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 33.33%
CMYK:
(26,0,13,33)
C26M0Y13K33 
(26%,0%,13%,33%)
(0.26/0.00/0.13/0.33)	

CMYK percentages

%25.88
%0
%12.94
%33.33

Codes

Color #7EAA94 in popluar color models

7EAA94
RGB126170148
HSL150°20.56%58.04%
HSB/HSV150°25.88%66.67%
CMYK25.88%0.00%12.94%
33.33%

Color #7EAA94 in popluar number systems.

HEX7EAA94
Decimal126170148
Binary11111101010101010010100
Octal176252224

Shades and tints

Shades of #7EAA94

#7EAA94
(126,170,148)
#739B87
(115,155,135)
#688C7A
(104,140,122)
#5D7D6D
(93,125,109)
#526E60
(82,110,96)
#475F53
(71,95,83)
#3C5046
(60,80,70)
#314139
(49,65,57)
#26322C
(38,50,44)
#1B231F
(27,35,31)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #7EAA94

#7EAA94
(126,170,148)
#89B19D
(137,177,157)
#94B8A6
(148,184,166)
#9FBFAF
(159,191,175)
#AAC6B8
(170,198,184)
#B5CDC1
(181,205,193)
#C0D4CA
(192,212,202)
#CBDBD3
(203,219,211)
#D6E2DC
(214,226,220)
#E1E9E5
(225,233,229)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAA94; }

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

This text font color is #7EAA94.


Background Color

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

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

This div background color is #7EAA94.


Border color

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

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

This div border color is #7EAA94.


Opacity

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

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

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

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

This text has shadow with #7EAA94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAA94 on black background.


Color preview on white background

This text has color #7EAA94 on white background.



Black color preview on #7EAA94 background

This text has black color on #7EAA94 background.


White color preview on #7EAA94 background

This text has white color on #7EAA94 background.