COLOR #7CC496

HEX: #7CC496
RGB: (124,196,150)

Color info

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

RGB color model

#7CC496 color RGB value is (124,196,150).

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

RGB channels and saturation

R 124 of 255 = 49%
G 196 of 255 = 77%
B 150 of 255 = 59%

124
196
150

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

Portions of RGB colors in percentages

R + G + B =
124 + 196 + 150 = 470 (100%)
R 124 of 470 ~ 26.38%
G 196 of 470 ~ 41.7%
B 150 of 470 ~ 31.91%

%26.38
%41.7
%31.91

CMYK color model

#7CC496 color CMYK value is (37,0,23,23).

  • cyan value is 36.73%
  • magenta value is 0.00%
  • yellow value is 23.47%
  • key color value is 23.14%
CMYK:
(37,0,23,23)
C37M0Y23K23 
(37%,0%,23%,23%)
(0.37/0.00/0.23/0.23)	

CMYK percentages

%36.73
%0
%23.47
%23.14

Codes

Color #7CC496 in popluar color models

7CC496
RGB124196150
HSL142°37.89%62.75%
HSB/HSV142°36.73%76.86%
CMYK36.73%0.00%23.47%
23.14%

Color #7CC496 in popluar number systems.

HEX7CC496
Decimal124196150
Binary11111001100010010010110
Octal174304226

Shades and tints

Shades of #7CC496

#7CC496
(124,196,150)
#71B389
(113,179,137)
#66A27C
(102,162,124)
#5B916F
(91,145,111)
#508062
(80,128,98)
#456F55
(69,111,85)
#3A5E48
(58,94,72)
#2F4D3B
(47,77,59)
#243C2E
(36,60,46)
#192B21
(25,43,33)
#0E1A14
(14,26,20)
#000000
(0,0,0)

Tints of #7CC496

#7CC496
(124,196,150)
#87C99F
(135,201,159)
#92CEA8
(146,206,168)
#9DD3B1
(157,211,177)
#A8D8BA
(168,216,186)
#B3DDC3
(179,221,195)
#BEE2CC
(190,226,204)
#C9E7D5
(201,231,213)
#D4ECDE
(212,236,222)
#DFF1E7
(223,241,231)
#EAF6F0
(234,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CC496; }

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

This text font color is #7CC496.


Background Color

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

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

This div background color is #7CC496.


Border color

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

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

This div border color is #7CC496.


Opacity

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

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

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

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

This text has shadow with #7CC496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC496 on black background.


Color preview on white background

This text has color #7CC496 on white background.



Black color preview on #7CC496 background

This text has black color on #7CC496 background.


White color preview on #7CC496 background

This text has white color on #7CC496 background.