COLOR #7EAE89

HEX: #7EAE89 RGB: (126,174,137)

Color info

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

RGB color model

#7EAE89 color RGB value is (126,174,137).

RGB: (126,174,137) (49%, 68%, 54%)

RGB channels and saturation

R 126 of 255 = 49%
G 174 of 255 = 68%
B 137 of 255 = 54%

126
174
137

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

Portions of RGB colors in percentages

R + G + B = 126 + 174 + 137 = 437 (100%)
R 126 of 437 ~ 28.83%
G 174 of 437 ~ 39.82%
B 137 of 437 ~ 31.35'%

%28.83
%39.82
%31.35

CMYK color model

#7EAE89 color CMYK value is (28,0,21,32).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 31.76%
CMYK: (28,0,21,32) C28M0Y21K32 (28%,0%,21%,32%) (0.28/0.00/0.21/0.32) 

CMYK percentages

%27.59
%0
%21.26
%31.76

Codes

Color #7EAE89 in popluar color models

7E AE 89
RGB 126 174 137
HSL 134° 22.86% 58.82%
HSB/HSV 134° 27.59% 68.24%
CMYK 27.59% 0.00% 21.26%
31.76%

Color #7EAE89 in popluar number systems.

HEX 7E AE 89
Decimal 126 174 137
Binary 1111110 10101110 10001001
Octal 176 256 211

Shades and tints

Shades of #7EAE89

#7EAE89
(126,174,137)
#739F7D
(115,159,125)
#689071
(104,144,113)
#5D8165
(93,129,101)
#527259
(82,114,89)
#47634D
(71,99,77)
#3C5441
(60,84,65)
#314535
(49,69,53)
#263629
(38,54,41)
#1B271D
(27,39,29)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #7EAE89

#7EAE89
(126,174,137)
#89B593
(137,181,147)
#94BC9D
(148,188,157)
#9FC3A7
(159,195,167)
#AACAB1
(170,202,177)
#B5D1BB
(181,209,187)
#C0D8C5
(192,216,197)
#CBDFCF
(203,223,207)
#D6E6D9
(214,230,217)
#E1EDE3
(225,237,227)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAE89 color. Also use rgb(126,174,137) instead hex code.

Text Font Color

.myTextColor { color: #7EAE89; }

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

This text font color is #7EAE89.

Background Color

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

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

This div background color is #7EAE89.

Border color

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

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

This div border color is #7EAE89.

Opacity

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

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

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

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

This text has shadow with #7EAE89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EAE89.

Preview

Color preview on black background

This text has color #7EAE89 on black background.


Color preview on white background

This text has color #7EAE89 on white background.


Black color preview on #7EAE89 background

This text has black color on #7EAE89 background.


White color preview on #7EAE89 background

This text has white color on #7EAE89 background.


Related colors

Complementary color

Complementary color for #hex is #815176.


I love getcolorcode.com

Triadic colors

1 #897EAE and #AE897E with #7EAE89 are triadic colors.

2 #89AE7E and #AE7E89 with #7EAE89 are triadic colors.