COLOR #7EAD8C

HEX: #7EAD8C
RGB: (126,173,140)

Color info

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

RGB color model

#7EAD8C color RGB value is (126,173,140).

  • red value is 126;
  • green value is 173;
  • blue value is 140.
RGB:
(126,173,140)
(49%,68%,55%)

RGB channels and saturation

R 126 of 255 = 49%
G 173 of 255 = 68%
B 140 of 255 = 55%

126
173
140

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

Portions of RGB colors in percentages

R + G + B =
126 + 173 + 140 = 439 (100%)
R 126 of 439 ~ 28.7%
G 173 of 439 ~ 39.41%
B 140 of 439 ~ 31.89%

%28.7
%39.41
%31.89

CMYK color model

#7EAD8C color CMYK value is (27,0,19,32).

  • cyan value is 27.17%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 32.16%
CMYK:
(27,0,19,32)
C27M0Y19K32 
(27%,0%,19%,32%)
(0.27/0.00/0.19/0.32)	

CMYK percentages

%27.17
%0
%19.08
%32.16

Codes

Color #7EAD8C in popluar color models

7EAD8C
RGB126173140
HSL138°22.27%58.63%
HSB/HSV138°27.17%67.84%
CMYK27.17%0.00%19.08%
32.16%

Color #7EAD8C in popluar number systems.

HEX7EAD8C
Decimal126173140
Binary11111101010110110001100
Octal176255214

Shades and tints

Shades of #7EAD8C

#7EAD8C
(126,173,140)
#739E80
(115,158,128)
#688F74
(104,143,116)
#5D8068
(93,128,104)
#52715C
(82,113,92)
#476250
(71,98,80)
#3C5344
(60,83,68)
#314438
(49,68,56)
#26352C
(38,53,44)
#1B2620
(27,38,32)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #7EAD8C

#7EAD8C
(126,173,140)
#89B496
(137,180,150)
#94BBA0
(148,187,160)
#9FC2AA
(159,194,170)
#AAC9B4
(170,201,180)
#B5D0BE
(181,208,190)
#C0D7C8
(192,215,200)
#CBDED2
(203,222,210)
#D6E5DC
(214,229,220)
#E1ECE6
(225,236,230)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAD8C color. Also use rgb(126,173,140) instead hex code.

Text Font Color

.myTextColor { color: #7EAD8C; }

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

This text font color is #7EAD8C.


Background Color

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

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

This div background color is #7EAD8C.


Border color

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

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

This div border color is #7EAD8C.


Opacity

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

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

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

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

This text has shadow with #7EAD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAD8C on black background.


Color preview on white background

This text has color #7EAD8C on white background.



Black color preview on #7EAD8C background

This text has black color on #7EAD8C background.


White color preview on #7EAD8C background

This text has white color on #7EAD8C background.