COLOR #7EAE8D

HEX: #7EAE8D RGB: (126,174,141)

Color info

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

RGB color model

#7EAE8D color RGB value is (126,174,141).

RGB: (126,174,141) (49%, 68%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 174 of 255 = 68%
B 141 of 255 = 55%

126
174
141

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

Portions of RGB colors in percentages

R + G + B = 126 + 174 + 141 = 441 (100%)
R 126 of 441 ~ 28.57%
G 174 of 441 ~ 39.46%
B 141 of 441 ~ 31.97'%

%28.57
%39.46
%31.97

CMYK color model

#7EAE8D color CMYK value is (28,0,19,32).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 31.76%

CMYK: (28,0,19,32)
C28M0Y19K32 (28%, 0%, 19%, 32%)
(0.28 / 0.00 / 0.19 / 0.32)

CMYK percentages

%27.59
%0
%18.97
%31.76

Codes

Color #7EAE8D in popluar color models

7E AE 8D
RGB 126 174 141
HSL 139° 22.86% 58.82%
HSB/HSV 139° 27.59% 68.24%
CMYK 27.59% 0.00% 18.97%
31.76%

Color #7EAE8D in popluar number systems.

HEX 7E AE 8D
Decimal 126 174 141
Binary 1111110 10101110 10001101
Octal 176 256 215

Shades and tints

Shades of #7EAE8D

#7EAE8D
(126,174,141)
#739F81
(115,159,129)
#689075
(104,144,117)
#5D8169
(93,129,105)
#52725D
(82,114,93)
#476351
(71,99,81)
#3C5445
(60,84,69)
#314539
(49,69,57)
#26362D
(38,54,45)
#1B2721
(27,39,33)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #7EAE8D

#7EAE8D
(126,174,141)
#89B597
(137,181,151)
#94BCA1
(148,188,161)
#9FC3AB
(159,195,171)
#AACAB5
(170,202,181)
#B5D1BF
(181,209,191)
#C0D8C9
(192,216,201)
#CBDFD3
(203,223,211)
#D6E6DD
(214,230,221)
#E1EDE7
(225,237,231)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAE8D; }

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

This text font color is #7EAE8D.

Background Color

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

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

This div background color is #7EAE8D.

Border color

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

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

This div border color is #7EAE8D.

Opacity

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

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

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

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

This text has shadow with #7EAE8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EAE8D.

Preview

Color preview on black background

This text has color #7EAE8D on black background.


Color preview on white background

This text has color #7EAE8D on white background.


Black color preview on #7EAE8D background

This text has black color on #7EAE8D background.


White color preview on #7EAE8D background

This text has white color on #7EAE8D background.


Related colors

Complementary color

Complementary color for #hex is #815172.


I love getcolorcode.com

Triadic colors

1 #8D7EAE and #AE8D7E with #7EAE8D are triadic colors.

2 #8DAE7E and #AE7E8D with #7EAE8D are triadic colors.