COLOR #7EACA7

HEX: #7EACA7
RGB: (126,172,167)

Color info

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

RGB color model

#7EACA7 color RGB value is (126,172,167).

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

RGB channels and saturation

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

126
172
167

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

Portions of RGB colors in percentages

R + G + B =
126 + 172 + 167 = 465 (100%)
R 126 of 465 ~ 27.1%
G 172 of 465 ~ 36.99%
B 167 of 465 ~ 35.91%

%27.1
%36.99
%35.91

CMYK color model

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

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 2.91%
  • 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
%2.91
%32.55

Codes

Color #7EACA7 in popluar color models

7EACA7
RGB126172167
HSL173°21.70%58.43%
HSB/HSV173°26.74%67.45%
CMYK26.74%0.00%2.91%
32.55%

Color #7EACA7 in popluar number systems.

HEX7EACA7
Decimal126172167
Binary11111101010110010100111
Octal176254247

Shades and tints

Shades of #7EACA7

#7EACA7
(126,172,167)
#739D98
(115,157,152)
#688E89
(104,142,137)
#5D7F7A
(93,127,122)
#52706B
(82,112,107)
#47615C
(71,97,92)
#3C524D
(60,82,77)
#31433E
(49,67,62)
#26342F
(38,52,47)
#1B2520
(27,37,32)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #7EACA7

#7EACA7
(126,172,167)
#89B3AF
(137,179,175)
#94BAB7
(148,186,183)
#9FC1BF
(159,193,191)
#AAC8C7
(170,200,199)
#B5CFCF
(181,207,207)
#C0D6D7
(192,214,215)
#CBDDDF
(203,221,223)
#D6E4E7
(214,228,231)
#E1EBEF
(225,235,239)
#ECF2F7
(236,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EACA7; }

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

This text font color is #7EACA7.


Background Color

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

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

This div background color is #7EACA7.


Border color

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

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

This div border color is #7EACA7.


Opacity

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

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

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

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

This text has shadow with #7EACA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EACA7 on black background.


Color preview on white background

This text has color #7EACA7 on white background.



Black color preview on #7EACA7 background

This text has black color on #7EACA7 background.


White color preview on #7EACA7 background

This text has white color on #7EACA7 background.