COLOR #7CC4A6

HEX: #7CC4A6
RGB: (124,196,166)

Color info

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

RGB color model

#7CC4A6 color RGB value is (124,196,166).

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

RGB channels and saturation

R 124 of 255 = 49%
G 196 of 255 = 77%
B 166 of 255 = 65%

124
196
166

R + G + B ~ 64%. #7CC4A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 196 + 166 = 486 (100%)
R 124 of 486 ~ 25.51%
G 196 of 486 ~ 40.33%
B 166 of 486 ~ 34.16%

%25.51
%40.33
%34.16

CMYK color model

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

  • cyan value is 36.73%
  • magenta value is 0.00%
  • yellow value is 15.31%
  • key color value is 23.14%
CMYK:
(37,0,15,23)
C37M0Y15K23 
(37%,0%,15%,23%)
(0.37/0.00/0.15/0.23)	

CMYK percentages

%36.73
%0
%15.31
%23.14

Codes

Color #7CC4A6 in popluar color models

7CC4A6
RGB124196166
HSL155°37.89%62.75%
HSB/HSV155°36.73%76.86%
CMYK36.73%0.00%15.31%
23.14%

Color #7CC4A6 in popluar number systems.

HEX7CC4A6
Decimal124196166
Binary11111001100010010100110
Octal174304246

Shades and tints

Shades of #7CC4A6

#7CC4A6
(124,196,166)
#71B397
(113,179,151)
#66A288
(102,162,136)
#5B9179
(91,145,121)
#50806A
(80,128,106)
#456F5B
(69,111,91)
#3A5E4C
(58,94,76)
#2F4D3D
(47,77,61)
#243C2E
(36,60,46)
#192B1F
(25,43,31)
#0E1A10
(14,26,16)
#000000
(0,0,0)

Tints of #7CC4A6

#7CC4A6
(124,196,166)
#87C9AE
(135,201,174)
#92CEB6
(146,206,182)
#9DD3BE
(157,211,190)
#A8D8C6
(168,216,198)
#B3DDCE
(179,221,206)
#BEE2D6
(190,226,214)
#C9E7DE
(201,231,222)
#D4ECE6
(212,236,230)
#DFF1EE
(223,241,238)
#EAF6F6
(234,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CC4A6; }

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

This text font color is #7CC4A6.


Background Color

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

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

This div background color is #7CC4A6.


Border color

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

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

This div border color is #7CC4A6.


Opacity

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

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

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

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

This text has shadow with #7CC4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC4A6 on black background.


Color preview on white background

This text has color #7CC4A6 on white background.



Black color preview on #7CC4A6 background

This text has black color on #7CC4A6 background.


White color preview on #7CC4A6 background

This text has white color on #7CC4A6 background.