COLOR #7EACA6

HEX: #7EACA6
RGB: (126,172,166)

Color info

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

RGB color model

#7EACA6 color RGB value is (126,172,166).

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

RGB channels and saturation

R 126 of 255 = 49%
G 172 of 255 = 67%
B 166 of 255 = 65%

126
172
166

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

Portions of RGB colors in percentages

R + G + B =
126 + 172 + 166 = 464 (100%)
R 126 of 464 ~ 27.16%
G 172 of 464 ~ 37.07%
B 166 of 464 ~ 35.78%

%27.16
%37.07
%35.78

CMYK color model

#7EACA6 color CMYK value is (27,0,3,33).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 32.55%
CMYK:
(27,0,3,33)
C27M0Y3K33 
(27%,0%,3%,33%)
(0.27/0.00/0.03/0.33)	

CMYK percentages

%26.74
%0
%3.49
%32.55

Codes

Color #7EACA6 in popluar color models

7EACA6
RGB126172166
HSL172°21.70%58.43%
HSB/HSV172°26.74%67.45%
CMYK26.74%0.00%3.49%
32.55%

Color #7EACA6 in popluar number systems.

HEX7EACA6
Decimal126172166
Binary11111101010110010100110
Octal176254246

Shades and tints

Shades of #7EACA6

#7EACA6
(126,172,166)
#739D97
(115,157,151)
#688E88
(104,142,136)
#5D7F79
(93,127,121)
#52706A
(82,112,106)
#47615B
(71,97,91)
#3C524C
(60,82,76)
#31433D
(49,67,61)
#26342E
(38,52,46)
#1B251F
(27,37,31)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #7EACA6

#7EACA6
(126,172,166)
#89B3AE
(137,179,174)
#94BAB6
(148,186,182)
#9FC1BE
(159,193,190)
#AAC8C6
(170,200,198)
#B5CFCE
(181,207,206)
#C0D6D6
(192,214,214)
#CBDDDE
(203,221,222)
#D6E4E6
(214,228,230)
#E1EBEE
(225,235,238)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EACA6; }

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

This text font color is #7EACA6.


Background Color

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

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

This div background color is #7EACA6.


Border color

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

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

This div border color is #7EACA6.


Opacity

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

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

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

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

This text has shadow with #7EACA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EACA6 on black background.


Color preview on white background

This text has color #7EACA6 on white background.



Black color preview on #7EACA6 background

This text has black color on #7EACA6 background.


White color preview on #7EACA6 background

This text has white color on #7EACA6 background.