COLOR #7EAF84

HEX: #7EAF84 RGB: (126,175,132)

Color info

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

RGB color model

#7EAF84 color RGB value is (126,175,132).

RGB: (126,175,132) (49%, 69%, 52%)

RGB channels and saturation

R 126 of 255 = 49%
G 175 of 255 = 69%
B 132 of 255 = 52%

126
175
132

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

Portions of RGB colors in percentages

R + G + B = 126 + 175 + 132 = 433 (100%)
R 126 of 433 ~ 29.1%
G 175 of 433 ~ 40.42%
B 132 of 433 ~ 30.48'%

%29.1
%40.42
%30.48

CMYK color model

#7EAF84 color CMYK value is (28,0,25,31).

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

CMYK: (28,0,25,31)
C28M0Y25K31 (28%, 0%, 25%, 31%)
(0.28 / 0.00 / 0.25 / 0.31)

CMYK percentages

%28
%0
%24.57
%31.37

Codes

Color #7EAF84 in popluar color models

7E AF 84
RGB 126 175 132
HSL 127° 23.44% 59.02%
HSB/HSV 127° 28.00% 68.63%
CMYK 28.00% 0.00% 24.57%
31.37%

Color #7EAF84 in popluar number systems.

HEX 7E AF 84
Decimal 126 175 132
Binary 1111110 10101111 10000100
Octal 176 257 204

Shades and tints

Shades of #7EAF84

#7EAF84
(126,175,132)
#73A078
(115,160,120)
#68916C
(104,145,108)
#5D8260
(93,130,96)
#527354
(82,115,84)
#476448
(71,100,72)
#3C553C
(60,85,60)
#314630
(49,70,48)
#263724
(38,55,36)
#1B2818
(27,40,24)
#10190C
(16,25,12)
#000000
(0,0,0)

Tints of #7EAF84

#7EAF84
(126,175,132)
#89B68F
(137,182,143)
#94BD9A
(148,189,154)
#9FC4A5
(159,196,165)
#AACBB0
(170,203,176)
#B5D2BB
(181,210,187)
#C0D9C6
(192,217,198)
#CBE0D1
(203,224,209)
#D6E7DC
(214,231,220)
#E1EEE7
(225,238,231)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAF84; }

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

This text font color is #7EAF84.

Background Color

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

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

This div background color is #7EAF84.

Border color

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

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

This div border color is #7EAF84.

Opacity

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

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

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

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

This text has shadow with #7EAF84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EAF84.

Preview

Color preview on black background

This text has color #7EAF84 on black background.


Color preview on white background

This text has color #7EAF84 on white background.


Black color preview on #7EAF84 background

This text has black color on #7EAF84 background.


White color preview on #7EAF84 background

This text has white color on #7EAF84 background.


Related colors

Complementary color

Complementary color for #hex is #81507B.


I love getcolorcode.com

Triadic colors

1 #847EAF and #AF847E with #7EAF84 are triadic colors.

2 #84AF7E and #AF7E84 with #7EAF84 are triadic colors.