COLOR #7EACA5

HEX: #7EACA5 RGB: (126,172,165)

Color info

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

RGB color model

#7EACA5 color RGB value is (126,172,165).

RGB: (126,172,165) (49%, 67%, 65%)

RGB channels and saturation

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

126
172
165

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

Portions of RGB colors in percentages

R + G + B = 126 + 172 + 165 = 463 (100%)
R 126 of 463 ~ 27.21%
G 172 of 463 ~ 37.15%
B 165 of 463 ~ 35.64'%

%27.21
%37.15
%35.64

CMYK color model

#7EACA5 color CMYK value is (27,0,4,33).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 32.55%

CMYK: (27,0,4,33)
C27M0Y4K33 (27%, 0%, 4%, 33%)
(0.27 / 0.00 / 0.04 / 0.33)

CMYK percentages

%26.74
%0
%4.07
%32.55

Codes

Color #7EACA5 in popluar color models

7E AC A5
RGB 126 172 165
HSL 171° 21.70% 58.43%
HSB/HSV 171° 26.74% 67.45%
CMYK 26.74% 0.00% 4.07%
32.55%

Color #7EACA5 in popluar number systems.

HEX 7E AC A5
Decimal 126 172 165
Binary 1111110 10101100 10100101
Octal 176 254 245

Shades and tints

Shades of #7EACA5

#7EACA5
(126,172,165)
#739D96
(115,157,150)
#688E87
(104,142,135)
#5D7F78
(93,127,120)
#527069
(82,112,105)
#47615A
(71,97,90)
#3C524B
(60,82,75)
#31433C
(49,67,60)
#26342D
(38,52,45)
#1B251E
(27,37,30)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #7EACA5

#7EACA5
(126,172,165)
#89B3AD
(137,179,173)
#94BAB5
(148,186,181)
#9FC1BD
(159,193,189)
#AAC8C5
(170,200,197)
#B5CFCD
(181,207,205)
#C0D6D5
(192,214,213)
#CBDDDD
(203,221,221)
#D6E4E5
(214,228,229)
#E1EBED
(225,235,237)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EACA5; }

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

This text font color is #7EACA5.

Background Color

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

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

This div background color is #7EACA5.

Border color

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

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

This div border color is #7EACA5.

Opacity

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

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

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

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

This text has shadow with #7EACA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EACA5.

Preview

Color preview on black background

This text has color #7EACA5 on black background.


Color preview on white background

This text has color #7EACA5 on white background.


Black color preview on #7EACA5 background

This text has black color on #7EACA5 background.


White color preview on #7EACA5 background

This text has white color on #7EACA5 background.


Related colors

Complementary color

Complementary color for #hex is #81535A.


I love getcolorcode.com

Triadic colors

1 #A57EAC and #ACA57E with #7EACA5 are triadic colors.

2 #A5AC7E and #AC7EA5 with #7EACA5 are triadic colors.