COLOR #7EAF82

HEX: #7EAF82 RGB: (126,175,130)

Color info

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

RGB color model

#7EAF82 color RGB value is (126,175,130).

RGB: (126,175,130) (49%, 69%, 51%)

RGB channels and saturation

R 126 of 255 = 49%
G 175 of 255 = 69%
B 130 of 255 = 51%

126
175
130

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

Portions of RGB colors in percentages

R + G + B = 126 + 175 + 130 = 431 (100%)
R 126 of 431 ~ 29.23%
G 175 of 431 ~ 40.6%
B 130 of 431 ~ 30.16'%

%29.23
%40.6
%30.16

CMYK color model

#7EAF82 color CMYK value is (28,0,26,31).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 31.37%

CMYK: (28,0,26,31)
C28M0Y26K31 (28%, 0%, 26%, 31%)
(0.28 / 0.00 / 0.26 / 0.31)

CMYK percentages

%28
%0
%25.71
%31.37

Codes

Color #7EAF82 in popluar color models

7E AF 82
RGB 126 175 130
HSL 125° 23.44% 59.02%
HSB/HSV 125° 28.00% 68.63%
CMYK 28.00% 0.00% 25.71%
31.37%

Color #7EAF82 in popluar number systems.

HEX 7E AF 82
Decimal 126 175 130
Binary 1111110 10101111 10000010
Octal 176 257 202

Shades and tints

Shades of #7EAF82

#7EAF82
(126,175,130)
#73A077
(115,160,119)
#68916C
(104,145,108)
#5D8261
(93,130,97)
#527356
(82,115,86)
#47644B
(71,100,75)
#3C5540
(60,85,64)
#314635
(49,70,53)
#26372A
(38,55,42)
#1B281F
(27,40,31)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #7EAF82

#7EAF82
(126,175,130)
#89B68D
(137,182,141)
#94BD98
(148,189,152)
#9FC4A3
(159,196,163)
#AACBAE
(170,203,174)
#B5D2B9
(181,210,185)
#C0D9C4
(192,217,196)
#CBE0CF
(203,224,207)
#D6E7DA
(214,231,218)
#E1EEE5
(225,238,229)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAF82; }

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

This text font color is #7EAF82.

Background Color

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

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

This div background color is #7EAF82.

Border color

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

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

This div border color is #7EAF82.

Opacity

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

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

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

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

This text has shadow with #7EAF82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EAF82.

Preview

Color preview on black background

This text has color #7EAF82 on black background.


Color preview on white background

This text has color #7EAF82 on white background.


Black color preview on #7EAF82 background

This text has black color on #7EAF82 background.


White color preview on #7EAF82 background

This text has white color on #7EAF82 background.


Related colors

Complementary color

Complementary color for #hex is #81507D.


I love getcolorcode.com

Triadic colors

1 #827EAF and #AF827E with #7EAF82 are triadic colors.

2 #82AF7E and #AF7E82 with #7EAF82 are triadic colors.