COLOR #7FC29B

HEX: #7FC29B RGB: (127,194,155)

Color info

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

RGB color model

#7FC29B color RGB value is (127,194,155).

RGB: (127,194,155) (50%, 76%, 61%)

RGB channels and saturation

R 127 of 255 = 50%
G 194 of 255 = 76%
B 155 of 255 = 61%

127
194
155

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

Portions of RGB colors in percentages

R + G + B = 127 + 194 + 155 = 476 (100%)
R 127 of 476 ~ 26.68%
G 194 of 476 ~ 40.76%
B 155 of 476 ~ 32.56'%

%26.68
%40.76
%32.56

CMYK color model

#7FC29B color CMYK value is (35,0,20,24).

  • cyan value is 34.54%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 23.92%

CMYK: (35,0,20,24)
C35M0Y20K24 (35%, 0%, 20%, 24%)
(0.35 / 0.00 / 0.20 / 0.24)

CMYK percentages

%34.54
%0
%20.1
%23.92

Codes

Color #7FC29B in popluar color models

7F C2 9B
RGB 127 194 155
HSL 145° 35.45% 62.94%
HSB/HSV 145° 34.54% 76.08%
CMYK 34.54% 0.00% 20.10%
23.92%

Color #7FC29B in popluar number systems.

HEX 7F C2 9B
Decimal 127 194 155
Binary 1111111 11000010 10011011
Octal 177 302 233

Shades and tints

Shades of #7FC29B

#7FC29B
(127,194,155)
#74B18D
(116,177,141)
#69A07F
(105,160,127)
#5E8F71
(94,143,113)
#537E63
(83,126,99)
#486D55
(72,109,85)
#3D5C47
(61,92,71)
#324B39
(50,75,57)
#273A2B
(39,58,43)
#1C291D
(28,41,29)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #7FC29B

#7FC29B
(127,194,155)
#8AC7A4
(138,199,164)
#95CCAD
(149,204,173)
#A0D1B6
(160,209,182)
#ABD6BF
(171,214,191)
#B6DBC8
(182,219,200)
#C1E0D1
(193,224,209)
#CCE5DA
(204,229,218)
#D7EAE3
(215,234,227)
#E2EFEC
(226,239,236)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC29B color. Also use rgb(127,194,155) instead hex code.

Text Font Color

.myTextColor { color: #7FC29B; }

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

This text font color is #7FC29B.

Background Color

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

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

This div background color is #7FC29B.

Border color

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

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

This div border color is #7FC29B.

Opacity

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

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

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

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

This text has shadow with #7FC29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC29B.

Preview

Color preview on black background

This text has color #7FC29B on black background.


Color preview on white background

This text has color #7FC29B on white background.


Black color preview on #7FC29B background

This text has black color on #7FC29B background.


White color preview on #7FC29B background

This text has white color on #7FC29B background.


Related colors

Complementary color

Complementary color for #hex is #803D64.


I love getcolorcode.com

Triadic colors

1 #9B7FC2 and #C29B7F with #7FC29B are triadic colors.

2 #9BC27F and #C27F9B with #7FC29B are triadic colors.