COLOR #7FCC8D

HEX: #7FCC8D RGB: (127,204,141)

Color info

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

RGB color model

#7FCC8D color RGB value is (127,204,141).

RGB: (127,204,141) (50%, 80%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 204 of 255 = 80%
B 141 of 255 = 55%

127
204
141

R + G + B ~ 62%. #7FCC8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 204 + 141 = 472 (100%)
R 127 of 472 ~ 26.91%
G 204 of 472 ~ 43.22%
B 141 of 472 ~ 29.87'%

%26.91
%43.22
%29.87

CMYK color model

#7FCC8D color CMYK value is (38,0,31,20).

  • cyan value is 37.75%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 20.00%
CMYK: (38,0,31,20) C38M0Y31K20 (38%,0%,31%,20%) (0.38/0.00/0.31/0.20) 

CMYK percentages

%37.75
%0
%30.88
%20

Codes

Color #7FCC8D in popluar color models

7F CC 8D
RGB 127 204 141
HSL 131° 43.02% 64.90%
HSB/HSV 131° 37.75% 80.00%
CMYK 37.75% 0.00% 30.88%
20.00%

Color #7FCC8D in popluar number systems.

HEX 7F CC 8D
Decimal 127 204 141
Binary 1111111 11001100 10001101
Octal 177 314 215

Shades and tints

Shades of #7FCC8D

#7FCC8D
(127,204,141)
#74BA81
(116,186,129)
#69A875
(105,168,117)
#5E9669
(94,150,105)
#53845D
(83,132,93)
#487251
(72,114,81)
#3D6045
(61,96,69)
#324E39
(50,78,57)
#273C2D
(39,60,45)
#1C2A21
(28,42,33)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #7FCC8D

#7FCC8D
(127,204,141)
#8AD097
(138,208,151)
#95D4A1
(149,212,161)
#A0D8AB
(160,216,171)
#ABDCB5
(171,220,181)
#B6E0BF
(182,224,191)
#C1E4C9
(193,228,201)
#CCE8D3
(204,232,211)
#D7ECDD
(215,236,221)
#E2F0E7
(226,240,231)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FCC8D color. Also use rgb(127,204,141) instead hex code.

Text Font Color

.myTextColor { color: #7FCC8D; }

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

This text font color is #7FCC8D.

Background Color

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

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

This div background color is #7FCC8D.

Border color

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

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

This div border color is #7FCC8D.

Opacity

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

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

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

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

This text has shadow with #7FCC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FCC8D.

Preview

Color preview on black background

This text has color #7FCC8D on black background.


Color preview on white background

This text has color #7FCC8D on white background.


Black color preview on #7FCC8D background

This text has black color on #7FCC8D background.


White color preview on #7FCC8D background

This text has white color on #7FCC8D background.


Related colors

Complementary color

Complementary color for #hex is #803372.


I love getcolorcode.com

Triadic colors

1 #8D7FCC and #CC8D7F with #7FCC8D are triadic colors.

2 #8DCC7F and #CC7F8D with #7FCC8D are triadic colors.