COLOR #7FC496

HEX: #7FC496
RGB: (127,196,150)

Color info

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

RGB color model

#7FC496 color RGB value is (127,196,150).

  • red value is 127;
  • green value is 196;
  • blue value is 150.
RGB:
(127,196,150)
(50%,77%,59%)

RGB channels and saturation

R 127 of 255 = 50%
G 196 of 255 = 77%
B 150 of 255 = 59%

127
196
150

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

Portions of RGB colors in percentages

R + G + B =
127 + 196 + 150 = 473 (100%)
R 127 of 473 ~ 26.85%
G 196 of 473 ~ 41.44%
B 150 of 473 ~ 31.71%

%26.85
%41.44
%31.71

CMYK color model

#7FC496 color CMYK value is (35,0,23,23).

  • cyan value is 35.20%
  • magenta value is 0.00%
  • yellow value is 23.47%
  • key color value is 23.14%
CMYK:
(35,0,23,23)
C35M0Y23K23 
(35%,0%,23%,23%)
(0.35/0.00/0.23/0.23)	

CMYK percentages

%35.2
%0
%23.47
%23.14

Codes

Color #7FC496 in popluar color models

7FC496
RGB127196150
HSL140°36.90%63.33%
HSB/HSV140°35.20%76.86%
CMYK35.20%0.00%23.47%
23.14%

Color #7FC496 in popluar number systems.

HEX7FC496
Decimal127196150
Binary11111111100010010010110
Octal177304226

Shades and tints

Shades of #7FC496

#7FC496
(127,196,150)
#74B389
(116,179,137)
#69A27C
(105,162,124)
#5E916F
(94,145,111)
#538062
(83,128,98)
#486F55
(72,111,85)
#3D5E48
(61,94,72)
#324D3B
(50,77,59)
#273C2E
(39,60,46)
#1C2B21
(28,43,33)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #7FC496

#7FC496
(127,196,150)
#8AC99F
(138,201,159)
#95CEA8
(149,206,168)
#A0D3B1
(160,211,177)
#ABD8BA
(171,216,186)
#B6DDC3
(182,221,195)
#C1E2CC
(193,226,204)
#CCE7D5
(204,231,213)
#D7ECDE
(215,236,222)
#E2F1E7
(226,241,231)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC496 color. Also use rgb(127,196,150) instead hex code.

Text Font Color

.myTextColor { color: #7FC496; }

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

This text font color is #7FC496.


Background Color

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

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

This div background color is #7FC496.


Border color

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

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

This div border color is #7FC496.


Opacity

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

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

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

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

This text has shadow with #7FC496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC496 on black background.


Color preview on white background

This text has color #7FC496 on white background.



Black color preview on #7FC496 background

This text has black color on #7FC496 background.


White color preview on #7FC496 background

This text has white color on #7FC496 background.