COLOR #7EAD7D

HEX: #7EAD7D
RGB: (126,173,125)

Color info

#7EAD7D contains red, green and blue colors in about the same proportion. Web safe color of #7EAD7D is #669966 (or #696).

RGB color model

#7EAD7D color RGB value is (126,173,125).

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

RGB channels and saturation

R 126 of 255 = 49%
G 173 of 255 = 68%
B 125 of 255 = 49%

126
173
125

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

Portions of RGB colors in percentages

R + G + B =
126 + 173 + 125 = 424 (100%)
R 126 of 424 ~ 29.72%
G 173 of 424 ~ 40.8%
B 125 of 424 ~ 29.48%

%29.72
%40.8
%29.48

CMYK color model

#7EAD7D color CMYK value is (27,0,28,32).

  • cyan value is 27.17%
  • magenta value is 0.00%
  • yellow value is 27.75%
  • key color value is 32.16%
CMYK:
(27,0,28,32)
C27M0Y28K32 
(27%,0%,28%,32%)
(0.27/0.00/0.28/0.32)	

CMYK percentages

%27.17
%0
%27.75
%32.16

Codes

Color #7EAD7D in popluar color models

7EAD7D
RGB126173125
HSL119°22.64%58.43%
HSB/HSV119°27.75%67.84%
CMYK27.17%0.00%27.75%
32.16%

Color #7EAD7D in popluar number systems.

HEX7EAD7D
Decimal126173125
Binary1111110101011011111101
Octal176255175

Shades and tints

Shades of #7EAD7D

#7EAD7D
(126,173,125)
#739E72
(115,158,114)
#688F67
(104,143,103)
#5D805C
(93,128,92)
#527151
(82,113,81)
#476246
(71,98,70)
#3C533B
(60,83,59)
#314430
(49,68,48)
#263525
(38,53,37)
#1B261A
(27,38,26)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #7EAD7D

#7EAD7D
(126,173,125)
#89B488
(137,180,136)
#94BB93
(148,187,147)
#9FC29E
(159,194,158)
#AAC9A9
(170,201,169)
#B5D0B4
(181,208,180)
#C0D7BF
(192,215,191)
#CBDECA
(203,222,202)
#D6E5D5
(214,229,213)
#E1ECE0
(225,236,224)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAD7D; }

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

This text font color is #7EAD7D.


Background Color

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

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

This div background color is #7EAD7D.


Border color

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

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

This div border color is #7EAD7D.


Opacity

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

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

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

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

This text has shadow with #7EAD7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAD7D on black background.


Color preview on white background

This text has color #7EAD7D on white background.



Black color preview on #7EAD7D background

This text has black color on #7EAD7D background.


White color preview on #7EAD7D background

This text has white color on #7EAD7D background.