COLOR #7FCA83

HEX: #7FCA83
RGB: (127,202,131)

Color info

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

RGB color model

#7FCA83 color RGB value is (127,202,131).

  • red value is 127;
  • green value is 202;
  • blue value is 131.
RGB:
(127,202,131)
(50%,79%,51%)

RGB channels and saturation

R 127 of 255 = 50%
G 202 of 255 = 79%
B 131 of 255 = 51%

127
202
131

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

Portions of RGB colors in percentages

R + G + B =
127 + 202 + 131 = 460 (100%)
R 127 of 460 ~ 27.61%
G 202 of 460 ~ 43.91%
B 131 of 460 ~ 28.48%

%27.61
%43.91
%28.48

CMYK color model

#7FCA83 color CMYK value is (37,0,35,21).

  • cyan value is 37.13%
  • magenta value is 0.00%
  • yellow value is 35.15%
  • key color value is 20.78%
CMYK:
(37,0,35,21)
C37M0Y35K21 
(37%,0%,35%,21%)
(0.37/0.00/0.35/0.21)	

CMYK percentages

%37.13
%0
%35.15
%20.78

Codes

Color #7FCA83 in popluar color models

7FCA83
RGB127202131
HSL123°41.44%64.51%
HSB/HSV123°37.13%79.22%
CMYK37.13%0.00%35.15%
20.78%

Color #7FCA83 in popluar number systems.

HEX7FCA83
Decimal127202131
Binary11111111100101010000011
Octal177312203

Shades and tints

Shades of #7FCA83

#7FCA83
(127,202,131)
#74B878
(116,184,120)
#69A66D
(105,166,109)
#5E9462
(94,148,98)
#538257
(83,130,87)
#48704C
(72,112,76)
#3D5E41
(61,94,65)
#324C36
(50,76,54)
#273A2B
(39,58,43)
#1C2820
(28,40,32)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #7FCA83

#7FCA83
(127,202,131)
#8ACE8E
(138,206,142)
#95D299
(149,210,153)
#A0D6A4
(160,214,164)
#ABDAAF
(171,218,175)
#B6DEBA
(182,222,186)
#C1E2C5
(193,226,197)
#CCE6D0
(204,230,208)
#D7EADB
(215,234,219)
#E2EEE6
(226,238,230)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FCA83 color. Also use rgb(127,202,131) instead hex code.

Text Font Color

.myTextColor { color: #7FCA83; }

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

This text font color is #7FCA83.


Background Color

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

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

This div background color is #7FCA83.


Border color

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

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

This div border color is #7FCA83.


Opacity

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

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

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

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

This text has shadow with #7FCA83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FCA83 on black background.


Color preview on white background

This text has color #7FCA83 on white background.



Black color preview on #7FCA83 background

This text has black color on #7FCA83 background.


White color preview on #7FCA83 background

This text has white color on #7FCA83 background.