COLOR #7FC993

HEX: #7FC993 RGB: (127,201,147)

Color info

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

RGB color model

#7FC993 color RGB value is (127,201,147).

RGB: (127,201,147) (50%, 79%, 58%)

RGB channels and saturation

R 127 of 255 = 50%
G 201 of 255 = 79%
B 147 of 255 = 58%

127
201
147

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

Portions of RGB colors in percentages

R + G + B = 127 + 201 + 147 = 475 (100%)
R 127 of 475 ~ 26.74%
G 201 of 475 ~ 42.32%
B 147 of 475 ~ 30.95'%

%26.74
%42.32
%30.95

CMYK color model

#7FC993 color CMYK value is (37,0,27,21).

  • cyan value is 36.82%
  • magenta value is 0.00%
  • yellow value is 26.87%
  • key color value is 21.18%

CMYK: (37,0,27,21)
C37M0Y27K21 (37%, 0%, 27%, 21%)
(0.37 / 0.00 / 0.27 / 0.21)

CMYK percentages

%36.82
%0
%26.87
%21.18

Codes

Color #7FC993 in popluar color models

7F C9 93
RGB 127 201 147
HSL 136° 40.66% 64.31%
HSB/HSV 136° 36.82% 78.82%
CMYK 36.82% 0.00% 26.87%
21.18%

Color #7FC993 in popluar number systems.

HEX 7F C9 93
Decimal 127 201 147
Binary 1111111 11001001 10010011
Octal 177 311 223

Shades and tints

Shades of #7FC993

#7FC993
(127,201,147)
#74B786
(116,183,134)
#69A579
(105,165,121)
#5E936C
(94,147,108)
#53815F
(83,129,95)
#486F52
(72,111,82)
#3D5D45
(61,93,69)
#324B38
(50,75,56)
#27392B
(39,57,43)
#1C271E
(28,39,30)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #7FC993

#7FC993
(127,201,147)
#8ACD9C
(138,205,156)
#95D1A5
(149,209,165)
#A0D5AE
(160,213,174)
#ABD9B7
(171,217,183)
#B6DDC0
(182,221,192)
#C1E1C9
(193,225,201)
#CCE5D2
(204,229,210)
#D7E9DB
(215,233,219)
#E2EDE4
(226,237,228)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC993 color. Also use rgb(127,201,147) instead hex code.

Text Font Color

.myTextColor { color: #7FC993; }

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

This text font color is #7FC993.

Background Color

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

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

This div background color is #7FC993.

Border color

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

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

This div border color is #7FC993.

Opacity

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

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

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

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

This text has shadow with #7FC993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC993.

Preview

Color preview on black background

This text has color #7FC993 on black background.


Color preview on white background

This text has color #7FC993 on white background.


Black color preview on #7FC993 background

This text has black color on #7FC993 background.


White color preview on #7FC993 background

This text has white color on #7FC993 background.


Related colors

Complementary color

Complementary color for #hex is #80366C.


I love getcolorcode.com

Triadic colors

1 #937FC9 and #C9937F with #7FC993 are triadic colors.

2 #93C97F and #C97F93 with #7FC993 are triadic colors.