COLOR #7EAF80

HEX: #7EAF80
RGB: (126,175,128)

Color info

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

RGB color model

#7EAF80 color RGB value is (126,175,128).

  • red value is 126;
  • green value is 175;
  • blue value is 128.
RGB:
(126,175,128)
(49%,69%,50%)

RGB channels and saturation

R 126 of 255 = 49%
G 175 of 255 = 69%
B 128 of 255 = 50%

126
175
128

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

Portions of RGB colors in percentages

R + G + B =
126 + 175 + 128 = 429 (100%)
R 126 of 429 ~ 29.37%
G 175 of 429 ~ 40.79%
B 128 of 429 ~ 29.84%

%29.37
%40.79
%29.84

CMYK color model

#7EAF80 color CMYK value is (28,0,27,31).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 26.86%
  • key color value is 31.37%
CMYK:
(28,0,27,31)
C28M0Y27K31 
(28%,0%,27%,31%)
(0.28/0.00/0.27/0.31)	

CMYK percentages

%28
%0
%26.86
%31.37

Codes

Color #7EAF80 in popluar color models

7EAF80
RGB126175128
HSL122°23.44%59.02%
HSB/HSV122°28.00%68.63%
CMYK28.00%0.00%26.86%
31.37%

Color #7EAF80 in popluar number systems.

HEX7EAF80
Decimal126175128
Binary11111101010111110000000
Octal176257200

Shades and tints

Shades of #7EAF80

#7EAF80
(126,175,128)
#73A075
(115,160,117)
#68916A
(104,145,106)
#5D825F
(93,130,95)
#527354
(82,115,84)
#476449
(71,100,73)
#3C553E
(60,85,62)
#314633
(49,70,51)
#263728
(38,55,40)
#1B281D
(27,40,29)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #7EAF80

#7EAF80
(126,175,128)
#89B68B
(137,182,139)
#94BD96
(148,189,150)
#9FC4A1
(159,196,161)
#AACBAC
(170,203,172)
#B5D2B7
(181,210,183)
#C0D9C2
(192,217,194)
#CBE0CD
(203,224,205)
#D6E7D8
(214,231,216)
#E1EEE3
(225,238,227)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAF80 color. Also use rgb(126,175,128) instead hex code.

Text Font Color

.myTextColor { color: #7EAF80; }

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

This text font color is #7EAF80.


Background Color

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

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

This div background color is #7EAF80.


Border color

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

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

This div border color is #7EAF80.


Opacity

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

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

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

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

This text has shadow with #7EAF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAF80 on black background.


Color preview on white background

This text has color #7EAF80 on white background.



Black color preview on #7EAF80 background

This text has black color on #7EAF80 background.


White color preview on #7EAF80 background

This text has white color on #7EAF80 background.