COLOR #7EB87F

HEX: #7EB87F RGB: (126,184,127)

Color info

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

RGB color model

#7EB87F color RGB value is (126,184,127).

RGB: (126,184,127) (49%, 72%, 50%)

RGB channels and saturation

R 126 of 255 = 49%
G 184 of 255 = 72%
B 127 of 255 = 50%

126
184
127

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

Portions of RGB colors in percentages

R + G + B = 126 + 184 + 127 = 437 (100%)
R 126 of 437 ~ 28.83%
G 184 of 437 ~ 42.11%
B 127 of 437 ~ 29.06'%

%28.83
%42.11
%29.06

CMYK color model

#7EB87F color CMYK value is (32,0,31,28).

  • cyan value is 31.52%
  • magenta value is 0.00%
  • yellow value is 30.98%
  • key color value is 27.84%
CMYK: (32,0,31,28) C32M0Y31K28 (32%,0%,31%,28%) (0.32/0.00/0.31/0.28) 

CMYK percentages

%31.52
%0
%30.98
%27.84

Codes

Color #7EB87F in popluar color models

7E B8 7F
RGB 126 184 127
HSL 121° 29.00% 60.78%
HSB/HSV 121° 31.52% 72.16%
CMYK 31.52% 0.00% 30.98%
27.84%

Color #7EB87F in popluar number systems.

HEX 7E B8 7F
Decimal 126 184 127
Binary 1111110 10111000 1111111
Octal 176 270 177

Shades and tints

Shades of #7EB87F

#7EB87F
(126,184,127)
#73A874
(115,168,116)
#689869
(104,152,105)
#5D885E
(93,136,94)
#527853
(82,120,83)
#476848
(71,104,72)
#3C583D
(60,88,61)
#314832
(49,72,50)
#263827
(38,56,39)
#1B281C
(27,40,28)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #7EB87F

#7EB87F
(126,184,127)
#89BE8A
(137,190,138)
#94C495
(148,196,149)
#9FCAA0
(159,202,160)
#AAD0AB
(170,208,171)
#B5D6B6
(181,214,182)
#C0DCC1
(192,220,193)
#CBE2CC
(203,226,204)
#D6E8D7
(214,232,215)
#E1EEE2
(225,238,226)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB87F color. Also use rgb(126,184,127) instead hex code.

Text Font Color

.myTextColor { color: #7EB87F; }

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

This text font color is #7EB87F.

Background Color

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

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

This div background color is #7EB87F.

Border color

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

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

This div border color is #7EB87F.

Opacity

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

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

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

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

This text has shadow with #7EB87F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EB87F.

Preview

Color preview on black background

This text has color #7EB87F on black background.


Color preview on white background

This text has color #7EB87F on white background.


Black color preview on #7EB87F background

This text has black color on #7EB87F background.


White color preview on #7EB87F background

This text has white color on #7EB87F background.


Related colors

Complementary color

Complementary color for #hex is #814780.


I love getcolorcode.com

Triadic colors

1 #7F7EB8 and #B87F7E with #7EB87F are triadic colors.

2 #7FB87E and #B87E7F with #7EB87F are triadic colors.