COLOR #7FC08C

HEX: #7FC08C RGB: (127,192,140)

Color info

#7FC08C contains mainly green and blue colors. Web safe color of #7FC08C is #66CC99 (or #6C9).

RGB color model

#7FC08C color RGB value is (127,192,140).

RGB: (127,192,140) (50%, 75%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 192 of 255 = 75%
B 140 of 255 = 55%

127
192
140

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

Portions of RGB colors in percentages

R + G + B = 127 + 192 + 140 = 459 (100%)
R 127 of 459 ~ 27.67%
G 192 of 459 ~ 41.83%
B 140 of 459 ~ 30.5'%

%27.67
%41.83
%30.5

CMYK color model

#7FC08C color CMYK value is (34,0,27,25).

  • cyan value is 33.85%
  • magenta value is 0.00%
  • yellow value is 27.08%
  • key color value is 24.71%

CMYK: (34,0,27,25)
C34M0Y27K25 (34%, 0%, 27%, 25%)
(0.34 / 0.00 / 0.27 / 0.25)

CMYK percentages

%33.85
%0
%27.08
%24.71

Codes

Color #7FC08C in popluar color models

7F C0 8C
RGB 127 192 140
HSL 132° 34.03% 62.55%
HSB/HSV 132° 33.85% 75.29%
CMYK 33.85% 0.00% 27.08%
24.71%

Color #7FC08C in popluar number systems.

HEX 7F C0 8C
Decimal 127 192 140
Binary 1111111 11000000 10001100
Octal 177 300 214

Shades and tints

Shades of #7FC08C

#7FC08C
(127,192,140)
#74AF80
(116,175,128)
#699E74
(105,158,116)
#5E8D68
(94,141,104)
#537C5C
(83,124,92)
#486B50
(72,107,80)
#3D5A44
(61,90,68)
#324938
(50,73,56)
#27382C
(39,56,44)
#1C2720
(28,39,32)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #7FC08C

#7FC08C
(127,192,140)
#8AC596
(138,197,150)
#95CAA0
(149,202,160)
#A0CFAA
(160,207,170)
#ABD4B4
(171,212,180)
#B6D9BE
(182,217,190)
#C1DEC8
(193,222,200)
#CCE3D2
(204,227,210)
#D7E8DC
(215,232,220)
#E2EDE6
(226,237,230)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC08C color. Also use rgb(127,192,140) instead hex code.

Text Font Color

.myTextColor { color: #7FC08C; }

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

This text font color is #7FC08C.

Background Color

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

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

This div background color is #7FC08C.

Border color

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

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

This div border color is #7FC08C.

Opacity

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

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

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

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

This text has shadow with #7FC08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC08C.

Preview

Color preview on black background

This text has color #7FC08C on black background.


Color preview on white background

This text has color #7FC08C on white background.


Black color preview on #7FC08C background

This text has black color on #7FC08C background.


White color preview on #7FC08C background

This text has white color on #7FC08C background.


Related colors

Complementary color

Complementary color for #hex is #803F73.


I love getcolorcode.com

Triadic colors

1 #8C7FC0 and #C08C7F with #7FC08C are triadic colors.

2 #8CC07F and #C07F8C with #7FC08C are triadic colors.