COLOR #7EA7AC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
167
172

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

Portions of RGB colors in percentages

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

%27.1
%35.91
%36.99

CMYK color model

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

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

CMYK percentages

%26.74
%2.91
%0
%32.55

Codes

Color #7EA7AC in popluar color models

7E A7 AC
RGB 126 167 172
HSL 187° 21.70% 58.43%
HSB/HSV 187° 26.74% 67.45%
CMYK 26.74% 2.91% 0.00%
32.55%

Color #7EA7AC in popluar number systems.

HEX 7E A7 AC
Decimal 126 167 172
Binary 1111110 10100111 10101100
Octal 176 247 254

Shades and tints

Shades of #7EA7AC

#7EA7AC
(126,167,172)
#73989D
(115,152,157)
#68898E
(104,137,142)
#5D7A7F
(93,122,127)
#526B70
(82,107,112)
#475C61
(71,92,97)
#3C4D52
(60,77,82)
#313E43
(49,62,67)
#262F34
(38,47,52)
#1B2025
(27,32,37)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #7EA7AC

#7EA7AC
(126,167,172)
#89AFB3
(137,175,179)
#94B7BA
(148,183,186)
#9FBFC1
(159,191,193)
#AAC7C8
(170,199,200)
#B5CFCF
(181,207,207)
#C0D7D6
(192,215,214)
#CBDFDD
(203,223,221)
#D6E7E4
(214,231,228)
#E1EFEB
(225,239,235)
#ECF7F2
(236,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA7AC; }

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

This text font color is #7EA7AC.

Background Color

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

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

This div background color is #7EA7AC.

Border color

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

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

This div border color is #7EA7AC.

Opacity

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

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

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

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

This text has shadow with #7EA7AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA7AC.

Preview

Color preview on black background

This text has color #7EA7AC on black background.


Color preview on white background

This text has color #7EA7AC on white background.


Black color preview on #7EA7AC background

This text has black color on #7EA7AC background.


White color preview on #7EA7AC background

This text has white color on #7EA7AC background.


Related colors

Complementary color

Complementary color for #hex is #815853.


I love getcolorcode.com

Triadic colors

1 #AC7EA7 and #A7AC7E with #7EA7AC are triadic colors.

2 #ACA77E and #A77EAC with #7EA7AC are triadic colors.