COLOR #7EAA8C

HEX: #7EAA8C
RGB: (126,170,140)

Color info

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

RGB color model

#7EAA8C color RGB value is (126,170,140).

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

RGB channels and saturation

R 126 of 255 = 49%
G 170 of 255 = 67%
B 140 of 255 = 55%

126
170
140

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

Portions of RGB colors in percentages

R + G + B =
126 + 170 + 140 = 436 (100%)
R 126 of 436 ~ 28.9%
G 170 of 436 ~ 38.99%
B 140 of 436 ~ 32.11%

%28.9
%38.99
%32.11

CMYK color model

#7EAA8C color CMYK value is (26,0,18,33).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 33.33%
CMYK:
(26,0,18,33)
C26M0Y18K33 
(26%,0%,18%,33%)
(0.26/0.00/0.18/0.33)	

CMYK percentages

%25.88
%0
%17.65
%33.33

Codes

Color #7EAA8C in popluar color models

7EAA8C
RGB126170140
HSL139°20.56%58.04%
HSB/HSV139°25.88%66.67%
CMYK25.88%0.00%17.65%
33.33%

Color #7EAA8C in popluar number systems.

HEX7EAA8C
Decimal126170140
Binary11111101010101010001100
Octal176252214

Shades and tints

Shades of #7EAA8C

#7EAA8C
(126,170,140)
#739B80
(115,155,128)
#688C74
(104,140,116)
#5D7D68
(93,125,104)
#526E5C
(82,110,92)
#475F50
(71,95,80)
#3C5044
(60,80,68)
#314138
(49,65,56)
#26322C
(38,50,44)
#1B2320
(27,35,32)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #7EAA8C

#7EAA8C
(126,170,140)
#89B196
(137,177,150)
#94B8A0
(148,184,160)
#9FBFAA
(159,191,170)
#AAC6B4
(170,198,180)
#B5CDBE
(181,205,190)
#C0D4C8
(192,212,200)
#CBDBD2
(203,219,210)
#D6E2DC
(214,226,220)
#E1E9E6
(225,233,230)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAA8C; }

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

This text font color is #7EAA8C.


Background Color

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

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

This div background color is #7EAA8C.


Border color

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

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

This div border color is #7EAA8C.


Opacity

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

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

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

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

This text has shadow with #7EAA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAA8C on black background.


Color preview on white background

This text has color #7EAA8C on white background.



Black color preview on #7EAA8C background

This text has black color on #7EAA8C background.


White color preview on #7EAA8C background

This text has white color on #7EAA8C background.