COLOR #7EAA95

HEX: #7EAA95
RGB: (126,170,149)

Color info

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

RGB color model

#7EAA95 color RGB value is (126,170,149).

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

RGB channels and saturation

R 126 of 255 = 49%
G 170 of 255 = 67%
B 149 of 255 = 58%

126
170
149

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

Portions of RGB colors in percentages

R + G + B =
126 + 170 + 149 = 445 (100%)
R 126 of 445 ~ 28.31%
G 170 of 445 ~ 38.2%
B 149 of 445 ~ 33.48%

%28.31
%38.2
%33.48

CMYK color model

#7EAA95 color CMYK value is (26,0,12,33).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 33.33%
CMYK:
(26,0,12,33)
C26M0Y12K33 
(26%,0%,12%,33%)
(0.26/0.00/0.12/0.33)	

CMYK percentages

%25.88
%0
%12.35
%33.33

Codes

Color #7EAA95 in popluar color models

7EAA95
RGB126170149
HSL151°20.56%58.04%
HSB/HSV151°25.88%66.67%
CMYK25.88%0.00%12.35%
33.33%

Color #7EAA95 in popluar number systems.

HEX7EAA95
Decimal126170149
Binary11111101010101010010101
Octal176252225

Shades and tints

Shades of #7EAA95

#7EAA95
(126,170,149)
#739B88
(115,155,136)
#688C7B
(104,140,123)
#5D7D6E
(93,125,110)
#526E61
(82,110,97)
#475F54
(71,95,84)
#3C5047
(60,80,71)
#31413A
(49,65,58)
#26322D
(38,50,45)
#1B2320
(27,35,32)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #7EAA95

#7EAA95
(126,170,149)
#89B19E
(137,177,158)
#94B8A7
(148,184,167)
#9FBFB0
(159,191,176)
#AAC6B9
(170,198,185)
#B5CDC2
(181,205,194)
#C0D4CB
(192,212,203)
#CBDBD4
(203,219,212)
#D6E2DD
(214,226,221)
#E1E9E6
(225,233,230)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAA95; }

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

This text font color is #7EAA95.


Background Color

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

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

This div background color is #7EAA95.


Border color

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

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

This div border color is #7EAA95.


Opacity

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

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

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

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

This text has shadow with #7EAA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAA95 on black background.


Color preview on white background

This text has color #7EAA95 on white background.



Black color preview on #7EAA95 background

This text has black color on #7EAA95 background.


White color preview on #7EAA95 background

This text has white color on #7EAA95 background.