COLOR #7EAAA5

HEX: #7EAAA5
RGB: (126,170,165)

Color info

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

RGB color model

#7EAAA5 color RGB value is (126,170,165).

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

RGB channels and saturation

R 126 of 255 = 49%
G 170 of 255 = 67%
B 165 of 255 = 65%

126
170
165

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

Portions of RGB colors in percentages

R + G + B =
126 + 170 + 165 = 461 (100%)
R 126 of 461 ~ 27.33%
G 170 of 461 ~ 36.88%
B 165 of 461 ~ 35.79%

%27.33
%36.88
%35.79

CMYK color model

#7EAAA5 color CMYK value is (26,0,3,33).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 33.33%
CMYK:
(26,0,3,33)
C26M0Y3K33 
(26%,0%,3%,33%)
(0.26/0.00/0.03/0.33)	

CMYK percentages

%25.88
%0
%2.94
%33.33

Codes

Color #7EAAA5 in popluar color models

7EAAA5
RGB126170165
HSL173°20.56%58.04%
HSB/HSV173°25.88%66.67%
CMYK25.88%0.00%2.94%
33.33%

Color #7EAAA5 in popluar number systems.

HEX7EAAA5
Decimal126170165
Binary11111101010101010100101
Octal176252245

Shades and tints

Shades of #7EAAA5

#7EAAA5
(126,170,165)
#739B96
(115,155,150)
#688C87
(104,140,135)
#5D7D78
(93,125,120)
#526E69
(82,110,105)
#475F5A
(71,95,90)
#3C504B
(60,80,75)
#31413C
(49,65,60)
#26322D
(38,50,45)
#1B231E
(27,35,30)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #7EAAA5

#7EAAA5
(126,170,165)
#89B1AD
(137,177,173)
#94B8B5
(148,184,181)
#9FBFBD
(159,191,189)
#AAC6C5
(170,198,197)
#B5CDCD
(181,205,205)
#C0D4D5
(192,212,213)
#CBDBDD
(203,219,221)
#D6E2E5
(214,226,229)
#E1E9ED
(225,233,237)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAAA5; }

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

This text font color is #7EAAA5.


Background Color

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

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

This div background color is #7EAAA5.


Border color

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

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

This div border color is #7EAAA5.


Opacity

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

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

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

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

This text has shadow with #7EAAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAAA5 on black background.


Color preview on white background

This text has color #7EAAA5 on white background.



Black color preview on #7EAAA5 background

This text has black color on #7EAAA5 background.


White color preview on #7EAAA5 background

This text has white color on #7EAAA5 background.