COLOR #7FB87E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
184
126

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

Portions of RGB colors in percentages

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

%29.06
%42.11
%28.83

CMYK color model

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

  • cyan value is 30.98%
  • magenta value is 0.00%
  • yellow value is 31.52%
  • key color value is 27.84%

CMYK: (31,0,32,28)
C31M0Y32K28 (31%, 0%, 32%, 28%)
(0.31 / 0.00 / 0.32 / 0.28)

CMYK percentages

%30.98
%0
%31.52
%27.84

Codes

Color #7FB87E in popluar color models

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

Color #7FB87E in popluar number systems.

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

Shades and tints

Shades of #7FB87E

#7FB87E
(127,184,126)
#74A873
(116,168,115)
#699868
(105,152,104)
#5E885D
(94,136,93)
#537852
(83,120,82)
#486847
(72,104,71)
#3D583C
(61,88,60)
#324831
(50,72,49)
#273826
(39,56,38)
#1C281B
(28,40,27)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #7FB87E

#7FB87E
(127,184,126)
#8ABE89
(138,190,137)
#95C494
(149,196,148)
#A0CA9F
(160,202,159)
#ABD0AA
(171,208,170)
#B6D6B5
(182,214,181)
#C1DCC0
(193,220,192)
#CCE2CB
(204,226,203)
#D7E8D6
(215,232,214)
#E2EEE1
(226,238,225)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB87E; }

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

This text font color is #7FB87E.

Background Color

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

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

This div background color is #7FB87E.

Border color

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

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

This div border color is #7FB87E.

Opacity

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

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

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

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

This text has shadow with #7FB87E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB87E.

Preview

Color preview on black background

This text has color #7FB87E on black background.


Color preview on white background

This text has color #7FB87E on white background.


Black color preview on #7FB87E background

This text has black color on #7FB87E background.


White color preview on #7FB87E background

This text has white color on #7FB87E background.


Related colors

Complementary color

Complementary color for #hex is #804781.


I love getcolorcode.com

Triadic colors

1 #7E7FB8 and #B87E7F with #7FB87E are triadic colors.

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