COLOR #7EA2AA

HEX: #7EA2AA RGB: (126,162,170)

Color info

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

RGB color model

#7EA2AA color RGB value is (126,162,170).

RGB: (126,162,170) (49%, 64%, 67%)

RGB channels and saturation

R 126 of 255 = 49%
G 162 of 255 = 64%
B 170 of 255 = 67%

126
162
170

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

Portions of RGB colors in percentages

R + G + B = 126 + 162 + 170 = 458 (100%)
R 126 of 458 ~ 27.51%
G 162 of 458 ~ 35.37%
B 170 of 458 ~ 37.12'%

%27.51
%35.37
%37.12

CMYK color model

#7EA2AA color CMYK value is (26,5,0,33).

  • cyan value is 25.88%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (26,5,0,33) C26M5Y0K33 (26%,5%,0%,33%) (0.26/0.05/0.00/0.33) 

CMYK percentages

%25.88
%4.71
%0
%33.33

Codes

Color #7EA2AA in popluar color models

7E A2 AA
RGB 126 162 170
HSL 191° 20.56% 58.04%
HSB/HSV 191° 25.88% 66.67%
CMYK 25.88% 4.71% 0.00%
33.33%

Color #7EA2AA in popluar number systems.

HEX 7E A2 AA
Decimal 126 162 170
Binary 1111110 10100010 10101010
Octal 176 242 252

Shades and tints

Shades of #7EA2AA

#7EA2AA
(126,162,170)
#73949B
(115,148,155)
#68868C
(104,134,140)
#5D787D
(93,120,125)
#526A6E
(82,106,110)
#475C5F
(71,92,95)
#3C4E50
(60,78,80)
#314041
(49,64,65)
#263232
(38,50,50)
#1B2423
(27,36,35)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #7EA2AA

#7EA2AA
(126,162,170)
#89AAB1
(137,170,177)
#94B2B8
(148,178,184)
#9FBABF
(159,186,191)
#AAC2C6
(170,194,198)
#B5CACD
(181,202,205)
#C0D2D4
(192,210,212)
#CBDADB
(203,218,219)
#D6E2E2
(214,226,226)
#E1EAE9
(225,234,233)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA2AA color. Also use rgb(126,162,170) instead hex code.

Text Font Color

.myTextColor { color: #7EA2AA; }

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

This text font color is #7EA2AA.

Background Color

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

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

This div background color is #7EA2AA.

Border color

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

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

This div border color is #7EA2AA.

Opacity

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

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

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

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

This text has shadow with #7EA2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA2AA.

Preview

Color preview on black background

This text has color #7EA2AA on black background.


Color preview on white background

This text has color #7EA2AA on white background.


Black color preview on #7EA2AA background

This text has black color on #7EA2AA background.


White color preview on #7EA2AA background

This text has white color on #7EA2AA background.


Related colors

Complementary color

Complementary color for #hex is #815D55.


I love getcolorcode.com

Triadic colors

1 #AA7EA2 and #A2AA7E with #7EA2AA are triadic colors.

2 #AAA27E and #A27EAA with #7EA2AA are triadic colors.