COLOR #7EAA9A

HEX: #7EAA9A
RGB: (126,170,154)

Color info

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

RGB color model

#7EAA9A color RGB value is (126,170,154).

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

RGB channels and saturation

R 126 of 255 = 49%
G 170 of 255 = 67%
B 154 of 255 = 60%

126
170
154

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

Portions of RGB colors in percentages

R + G + B =
126 + 170 + 154 = 450 (100%)
R 126 of 450 ~ 28%
G 170 of 450 ~ 37.78%
B 154 of 450 ~ 34.22%

%28
%37.78
%34.22

CMYK color model

#7EAA9A color CMYK value is (26,0,9,33).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(26,0,9,33)
C26M0Y9K33 
(26%,0%,9%,33%)
(0.26/0.00/0.09/0.33)	

CMYK percentages

%25.88
%0
%9.41
%33.33

Codes

Color #7EAA9A in popluar color models

7EAA9A
RGB126170154
HSL158°20.56%58.04%
HSB/HSV158°25.88%66.67%
CMYK25.88%0.00%9.41%
33.33%

Color #7EAA9A in popluar number systems.

HEX7EAA9A
Decimal126170154
Binary11111101010101010011010
Octal176252232

Shades and tints

Shades of #7EAA9A

#7EAA9A
(126,170,154)
#739B8C
(115,155,140)
#688C7E
(104,140,126)
#5D7D70
(93,125,112)
#526E62
(82,110,98)
#475F54
(71,95,84)
#3C5046
(60,80,70)
#314138
(49,65,56)
#26322A
(38,50,42)
#1B231C
(27,35,28)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #7EAA9A

#7EAA9A
(126,170,154)
#89B1A3
(137,177,163)
#94B8AC
(148,184,172)
#9FBFB5
(159,191,181)
#AAC6BE
(170,198,190)
#B5CDC7
(181,205,199)
#C0D4D0
(192,212,208)
#CBDBD9
(203,219,217)
#D6E2E2
(214,226,226)
#E1E9EB
(225,233,235)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAA9A; }

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

This text font color is #7EAA9A.


Background Color

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

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

This div background color is #7EAA9A.


Border color

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

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

This div border color is #7EAA9A.


Opacity

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

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

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

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

This text has shadow with #7EAA9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAA9A on black background.


Color preview on white background

This text has color #7EAA9A on white background.



Black color preview on #7EAA9A background

This text has black color on #7EAA9A background.


White color preview on #7EAA9A background

This text has white color on #7EAA9A background.