COLOR #7EABA2

HEX: #7EABA2 RGB: (126,171,162)

Color info

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

RGB color model

#7EABA2 color RGB value is (126,171,162).

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

RGB channels and saturation

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

126
171
162

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

Portions of RGB colors in percentages

R + G + B = 126 + 171 + 162 = 459 (100%)
R 126 of 459 ~ 27.45%
G 171 of 459 ~ 37.25%
B 162 of 459 ~ 35.29'%

%27.45
%37.25
%35.29

CMYK color model

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

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 32.94%

CMYK: (26,0,5,33)
C26M0Y5K33 (26%, 0%, 5%, 33%)
(0.26 / 0.00 / 0.05 / 0.33)

CMYK percentages

%26.32
%0
%5.26
%32.94

Codes

Color #7EABA2 in popluar color models

7E AB A2
RGB 126 171 162
HSL 168° 21.13% 58.24%
HSB/HSV 168° 26.32% 67.06%
CMYK 26.32% 0.00% 5.26%
32.94%

Color #7EABA2 in popluar number systems.

HEX 7E AB A2
Decimal 126 171 162
Binary 1111110 10101011 10100010
Octal 176 253 242

Shades and tints

Shades of #7EABA2

#7EABA2
(126,171,162)
#739C94
(115,156,148)
#688D86
(104,141,134)
#5D7E78
(93,126,120)
#526F6A
(82,111,106)
#47605C
(71,96,92)
#3C514E
(60,81,78)
#314240
(49,66,64)
#263332
(38,51,50)
#1B2424
(27,36,36)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #7EABA2

#7EABA2
(126,171,162)
#89B2AA
(137,178,170)
#94B9B2
(148,185,178)
#9FC0BA
(159,192,186)
#AAC7C2
(170,199,194)
#B5CECA
(181,206,202)
#C0D5D2
(192,213,210)
#CBDCDA
(203,220,218)
#D6E3E2
(214,227,226)
#E1EAEA
(225,234,234)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EABA2; }

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

This text font color is #7EABA2.

Background Color

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

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

This div background color is #7EABA2.

Border color

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

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

This div border color is #7EABA2.

Opacity

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

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

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

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

This text has shadow with #7EABA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EABA2.

Preview

Color preview on black background

This text has color #7EABA2 on black background.


Color preview on white background

This text has color #7EABA2 on white background.


Black color preview on #7EABA2 background

This text has black color on #7EABA2 background.


White color preview on #7EABA2 background

This text has white color on #7EABA2 background.


Related colors

Complementary color

Complementary color for #hex is #81545D.


I love getcolorcode.com

Triadic colors

1 #A27EAB and #ABA27E with #7EABA2 are triadic colors.

2 #A2AB7E and #AB7EA2 with #7EABA2 are triadic colors.