COLOR #7EA696

HEX: #7EA696
RGB: (126,166,150)

Color info

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

RGB color model

#7EA696 color RGB value is (126,166,150).

  • red value is 126;
  • green value is 166;
  • blue value is 150.
RGB:
(126,166,150)
(49%,65%,59%)

RGB channels and saturation

R 126 of 255 = 49%
G 166 of 255 = 65%
B 150 of 255 = 59%

126
166
150

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

Portions of RGB colors in percentages

R + G + B =
126 + 166 + 150 = 442 (100%)
R 126 of 442 ~ 28.51%
G 166 of 442 ~ 37.56%
B 150 of 442 ~ 33.94%

%28.51
%37.56
%33.94

CMYK color model

#7EA696 color CMYK value is (24,0,10,35).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 34.90%
CMYK:
(24,0,10,35)
C24M0Y10K35 
(24%,0%,10%,35%)
(0.24/0.00/0.10/0.35)	

CMYK percentages

%24.1
%0
%9.64
%34.9

Codes

Color #7EA696 in popluar color models

7EA696
RGB126166150
HSL156°18.35%57.25%
HSB/HSV156°24.10%65.10%
CMYK24.10%0.00%9.64%
34.90%

Color #7EA696 in popluar number systems.

HEX7EA696
Decimal126166150
Binary11111101010011010010110
Octal176246226

Shades and tints

Shades of #7EA696

#7EA696
(126,166,150)
#739789
(115,151,137)
#68887C
(104,136,124)
#5D796F
(93,121,111)
#526A62
(82,106,98)
#475B55
(71,91,85)
#3C4C48
(60,76,72)
#313D3B
(49,61,59)
#262E2E
(38,46,46)
#1B1F21
(27,31,33)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #7EA696

#7EA696
(126,166,150)
#89AE9F
(137,174,159)
#94B6A8
(148,182,168)
#9FBEB1
(159,190,177)
#AAC6BA
(170,198,186)
#B5CEC3
(181,206,195)
#C0D6CC
(192,214,204)
#CBDED5
(203,222,213)
#D6E6DE
(214,230,222)
#E1EEE7
(225,238,231)
#ECF6F0
(236,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA696 color. Also use rgb(126,166,150) instead hex code.

Text Font Color

.myTextColor { color: #7EA696; }

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

This text font color is #7EA696.


Background Color

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

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

This div background color is #7EA696.


Border color

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

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

This div border color is #7EA696.


Opacity

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

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

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

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

This text has shadow with #7EA696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA696 on black background.


Color preview on white background

This text has color #7EA696 on white background.



Black color preview on #7EA696 background

This text has black color on #7EA696 background.


White color preview on #7EA696 background

This text has white color on #7EA696 background.