COLOR #7EB987

HEX: #7EB987 RGB: (126,185,135)

Color info

#7EB987 contains red, green and blue colors in about the same proportion. Web safe color of #7EB987 is #66CC99 (or #6C9).

RGB color model

#7EB987 color RGB value is (126,185,135).

RGB: (126,185,135) (49%, 73%, 53%)

RGB channels and saturation

R 126 of 255 = 49%
G 185 of 255 = 73%
B 135 of 255 = 53%

126
185
135

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

Portions of RGB colors in percentages

R + G + B = 126 + 185 + 135 = 446 (100%)
R 126 of 446 ~ 28.25%
G 185 of 446 ~ 41.48%
B 135 of 446 ~ 30.27'%

%28.25
%41.48
%30.27

CMYK color model

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

  • cyan value is 31.89%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 27.45%

CMYK: (32,0,27,27)
C32M0Y27K27 (32%, 0%, 27%, 27%)
(0.32 / 0.00 / 0.27 / 0.27)

CMYK percentages

%31.89
%0
%27.03
%27.45

Codes

Color #7EB987 in popluar color models

7E B9 87
RGB 126 185 135
HSL 129° 29.65% 60.98%
HSB/HSV 129° 31.89% 72.55%
CMYK 31.89% 0.00% 27.03%
27.45%

Color #7EB987 in popluar number systems.

HEX 7E B9 87
Decimal 126 185 135
Binary 1111110 10111001 10000111
Octal 176 271 207

Shades and tints

Shades of #7EB987

#7EB987
(126,185,135)
#73A97B
(115,169,123)
#68996F
(104,153,111)
#5D8963
(93,137,99)
#527957
(82,121,87)
#47694B
(71,105,75)
#3C593F
(60,89,63)
#314933
(49,73,51)
#263927
(38,57,39)
#1B291B
(27,41,27)
#10190F
(16,25,15)
#000000
(0,0,0)

Tints of #7EB987

#7EB987
(126,185,135)
#89BF91
(137,191,145)
#94C59B
(148,197,155)
#9FCBA5
(159,203,165)
#AAD1AF
(170,209,175)
#B5D7B9
(181,215,185)
#C0DDC3
(192,221,195)
#CBE3CD
(203,227,205)
#D6E9D7
(214,233,215)
#E1EFE1
(225,239,225)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB987 color. Also use rgb(126,185,135) instead hex code.

Text Font Color

.myTextColor { color: #7EB987; }

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

This text font color is #7EB987.

Background Color

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

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

This div background color is #7EB987.

Border color

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

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

This div border color is #7EB987.

Opacity

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

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

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

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

This text has shadow with #7EB987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EB987.

Preview

Color preview on black background

This text has color #7EB987 on black background.


Color preview on white background

This text has color #7EB987 on white background.


Black color preview on #7EB987 background

This text has black color on #7EB987 background.


White color preview on #7EB987 background

This text has white color on #7EB987 background.


Related colors

Complementary color

Complementary color for #hex is #814678.


I love getcolorcode.com

Triadic colors

1 #877EB9 and #B9877E with #7EB987 are triadic colors.

2 #87B97E and #B97E87 with #7EB987 are triadic colors.