COLOR #7FC686

HEX: #7FC686 RGB: (127,198,134)

Color info

#7FC686 contains mainly green color. Web safe color of #7FC686 is #66CC99 (or #6C9).

RGB color model

#7FC686 color RGB value is (127,198,134).

RGB: (127,198,134) (50%, 78%, 53%)

RGB channels and saturation

R 127 of 255 = 50%
G 198 of 255 = 78%
B 134 of 255 = 53%

127
198
134

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

Portions of RGB colors in percentages

R + G + B = 127 + 198 + 134 = 459 (100%)
R 127 of 459 ~ 27.67%
G 198 of 459 ~ 43.14%
B 134 of 459 ~ 29.19'%

%27.67
%43.14
%29.19

CMYK color model

#7FC686 color CMYK value is (36,0,32,22).

  • cyan value is 35.86%
  • magenta value is 0.00%
  • yellow value is 32.32%
  • key color value is 22.35%

CMYK: (36,0,32,22)
C36M0Y32K22 (36%, 0%, 32%, 22%)
(0.36 / 0.00 / 0.32 / 0.22)

CMYK percentages

%35.86
%0
%32.32
%22.35

Codes

Color #7FC686 in popluar color models

7F C6 86
RGB 127 198 134
HSL 126° 38.38% 63.73%
HSB/HSV 126° 35.86% 77.65%
CMYK 35.86% 0.00% 32.32%
22.35%

Color #7FC686 in popluar number systems.

HEX 7F C6 86
Decimal 127 198 134
Binary 1111111 11000110 10000110
Octal 177 306 206

Shades and tints

Shades of #7FC686

#7FC686
(127,198,134)
#74B47A
(116,180,122)
#69A26E
(105,162,110)
#5E9062
(94,144,98)
#537E56
(83,126,86)
#486C4A
(72,108,74)
#3D5A3E
(61,90,62)
#324832
(50,72,50)
#273626
(39,54,38)
#1C241A
(28,36,26)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #7FC686

#7FC686
(127,198,134)
#8ACB91
(138,203,145)
#95D09C
(149,208,156)
#A0D5A7
(160,213,167)
#ABDAB2
(171,218,178)
#B6DFBD
(182,223,189)
#C1E4C8
(193,228,200)
#CCE9D3
(204,233,211)
#D7EEDE
(215,238,222)
#E2F3E9
(226,243,233)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC686 color. Also use rgb(127,198,134) instead hex code.

Text Font Color

.myTextColor { color: #7FC686; }

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

This text font color is #7FC686.

Background Color

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

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

This div background color is #7FC686.

Border color

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

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

This div border color is #7FC686.

Opacity

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

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

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

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

This text has shadow with #7FC686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC686.

Preview

Color preview on black background

This text has color #7FC686 on black background.


Color preview on white background

This text has color #7FC686 on white background.


Black color preview on #7FC686 background

This text has black color on #7FC686 background.


White color preview on #7FC686 background

This text has white color on #7FC686 background.


Related colors

Complementary color

Complementary color for #hex is #803979.


I love getcolorcode.com

Triadic colors

1 #867FC6 and #C6867F with #7FC686 are triadic colors.

2 #86C67F and #C67F86 with #7FC686 are triadic colors.