COLOR #7EAA9D

HEX: #7EAA9D
RGB: (126,170,157)

Color info

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

RGB color model

#7EAA9D color RGB value is (126,170,157).

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

RGB channels and saturation

R 126 of 255 = 49%
G 170 of 255 = 67%
B 157 of 255 = 62%

126
170
157

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

Portions of RGB colors in percentages

R + G + B =
126 + 170 + 157 = 453 (100%)
R 126 of 453 ~ 27.81%
G 170 of 453 ~ 37.53%
B 157 of 453 ~ 34.66%

%27.81
%37.53
%34.66

CMYK color model

#7EAA9D color CMYK value is (26,0,8,33).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 7.65%
  • key color value is 33.33%
CMYK:
(26,0,8,33)
C26M0Y8K33 
(26%,0%,8%,33%)
(0.26/0.00/0.08/0.33)	

CMYK percentages

%25.88
%0
%7.65
%33.33

Codes

Color #7EAA9D in popluar color models

7EAA9D
RGB126170157
HSL162°20.56%58.04%
HSB/HSV162°25.88%66.67%
CMYK25.88%0.00%7.65%
33.33%

Color #7EAA9D in popluar number systems.

HEX7EAA9D
Decimal126170157
Binary11111101010101010011101
Octal176252235

Shades and tints

Shades of #7EAA9D

#7EAA9D
(126,170,157)
#739B8F
(115,155,143)
#688C81
(104,140,129)
#5D7D73
(93,125,115)
#526E65
(82,110,101)
#475F57
(71,95,87)
#3C5049
(60,80,73)
#31413B
(49,65,59)
#26322D
(38,50,45)
#1B231F
(27,35,31)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #7EAA9D

#7EAA9D
(126,170,157)
#89B1A5
(137,177,165)
#94B8AD
(148,184,173)
#9FBFB5
(159,191,181)
#AAC6BD
(170,198,189)
#B5CDC5
(181,205,197)
#C0D4CD
(192,212,205)
#CBDBD5
(203,219,213)
#D6E2DD
(214,226,221)
#E1E9E5
(225,233,229)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAA9D; }

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

This text font color is #7EAA9D.


Background Color

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

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

This div background color is #7EAA9D.


Border color

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

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

This div border color is #7EAA9D.


Opacity

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

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

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

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

This text has shadow with #7EAA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAA9D on black background.


Color preview on white background

This text has color #7EAA9D on white background.



Black color preview on #7EAA9D background

This text has black color on #7EAA9D background.


White color preview on #7EAA9D background

This text has white color on #7EAA9D background.