COLOR #7EAA91

HEX: #7EAA91
RGB: (126,170,145)

Color info

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

RGB color model

#7EAA91 color RGB value is (126,170,145).

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

RGB channels and saturation

R 126 of 255 = 49%
G 170 of 255 = 67%
B 145 of 255 = 57%

126
170
145

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

Portions of RGB colors in percentages

R + G + B =
126 + 170 + 145 = 441 (100%)
R 126 of 441 ~ 28.57%
G 170 of 441 ~ 38.55%
B 145 of 441 ~ 32.88%

%28.57
%38.55
%32.88

CMYK color model

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

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 33.33%
CMYK:
(26,0,15,33)
C26M0Y15K33 
(26%,0%,15%,33%)
(0.26/0.00/0.15/0.33)	

CMYK percentages

%25.88
%0
%14.71
%33.33

Codes

Color #7EAA91 in popluar color models

7EAA91
RGB126170145
HSL146°20.56%58.04%
HSB/HSV146°25.88%66.67%
CMYK25.88%0.00%14.71%
33.33%

Color #7EAA91 in popluar number systems.

HEX7EAA91
Decimal126170145
Binary11111101010101010010001
Octal176252221

Shades and tints

Shades of #7EAA91

#7EAA91
(126,170,145)
#739B84
(115,155,132)
#688C77
(104,140,119)
#5D7D6A
(93,125,106)
#526E5D
(82,110,93)
#475F50
(71,95,80)
#3C5043
(60,80,67)
#314136
(49,65,54)
#263229
(38,50,41)
#1B231C
(27,35,28)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #7EAA91

#7EAA91
(126,170,145)
#89B19B
(137,177,155)
#94B8A5
(148,184,165)
#9FBFAF
(159,191,175)
#AAC6B9
(170,198,185)
#B5CDC3
(181,205,195)
#C0D4CD
(192,212,205)
#CBDBD7
(203,219,215)
#D6E2E1
(214,226,225)
#E1E9EB
(225,233,235)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAA91; }

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

This text font color is #7EAA91.


Background Color

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

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

This div background color is #7EAA91.


Border color

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

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

This div border color is #7EAA91.


Opacity

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

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

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

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

This text has shadow with #7EAA91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAA91 on black background.


Color preview on white background

This text has color #7EAA91 on white background.



Black color preview on #7EAA91 background

This text has black color on #7EAA91 background.


White color preview on #7EAA91 background

This text has white color on #7EAA91 background.