COLOR #7EAD7B

HEX: #7EAD7B
RGB: (126,173,123)

Color info

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

RGB color model

#7EAD7B color RGB value is (126,173,123).

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

RGB channels and saturation

R 126 of 255 = 49%
G 173 of 255 = 68%
B 123 of 255 = 48%

126
173
123

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

Portions of RGB colors in percentages

R + G + B =
126 + 173 + 123 = 422 (100%)
R 126 of 422 ~ 29.86%
G 173 of 422 ~ 41%
B 123 of 422 ~ 29.15%

%29.86
%41
%29.15

CMYK color model

#7EAD7B color CMYK value is (27,0,29,32).

  • cyan value is 27.17%
  • magenta value is 0.00%
  • yellow value is 28.90%
  • key color value is 32.16%
CMYK:
(27,0,29,32)
C27M0Y29K32 
(27%,0%,29%,32%)
(0.27/0.00/0.29/0.32)	

CMYK percentages

%27.17
%0
%28.9
%32.16

Codes

Color #7EAD7B in popluar color models

7EAD7B
RGB126173123
HSL116°23.36%58.04%
HSB/HSV116°28.90%67.84%
CMYK27.17%0.00%28.90%
32.16%

Color #7EAD7B in popluar number systems.

HEX7EAD7B
Decimal126173123
Binary1111110101011011111011
Octal176255173

Shades and tints

Shades of #7EAD7B

#7EAD7B
(126,173,123)
#739E70
(115,158,112)
#688F65
(104,143,101)
#5D805A
(93,128,90)
#52714F
(82,113,79)
#476244
(71,98,68)
#3C5339
(60,83,57)
#31442E
(49,68,46)
#263523
(38,53,35)
#1B2618
(27,38,24)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #7EAD7B

#7EAD7B
(126,173,123)
#89B487
(137,180,135)
#94BB93
(148,187,147)
#9FC29F
(159,194,159)
#AAC9AB
(170,201,171)
#B5D0B7
(181,208,183)
#C0D7C3
(192,215,195)
#CBDECF
(203,222,207)
#D6E5DB
(214,229,219)
#E1ECE7
(225,236,231)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAD7B; }

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

This text font color is #7EAD7B.


Background Color

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

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

This div background color is #7EAD7B.


Border color

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

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

This div border color is #7EAD7B.


Opacity

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

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

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

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

This text has shadow with #7EAD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAD7B on black background.


Color preview on white background

This text has color #7EAD7B on white background.



Black color preview on #7EAD7B background

This text has black color on #7EAD7B background.


White color preview on #7EAD7B background

This text has white color on #7EAD7B background.