COLOR #7CCA8C

HEX: #7CCA8C RGB: (124,202,140)

Color info

#7CCA8C contains mainly green color. Web safe color of #7CCA8C is #66CC99 (or #6C9).

RGB color model

#7CCA8C color RGB value is (124,202,140).

RGB: (124,202,140) (49%, 79%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 202 of 255 = 79%
B 140 of 255 = 55%

124
202
140

R + G + B ~ 61%. #7CCA8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 202 + 140 = 466 (100%)
R 124 of 466 ~ 26.61%
G 202 of 466 ~ 43.35%
B 140 of 466 ~ 30.04'%

%26.61
%43.35
%30.04

CMYK color model

#7CCA8C color CMYK value is (39,0,31,21).

  • cyan value is 38.61%
  • magenta value is 0.00%
  • yellow value is 30.69%
  • key color value is 20.78%

CMYK: (39,0,31,21)
C39M0Y31K21 (39%, 0%, 31%, 21%)
(0.39 / 0.00 / 0.31 / 0.21)

CMYK percentages

%38.61
%0
%30.69
%20.78

Codes

Color #7CCA8C in popluar color models

7C CA 8C
RGB 124 202 140
HSL 132° 42.39% 63.92%
HSB/HSV 132° 38.61% 79.22%
CMYK 38.61% 0.00% 30.69%
20.78%

Color #7CCA8C in popluar number systems.

HEX 7C CA 8C
Decimal 124 202 140
Binary 1111100 11001010 10001100
Octal 174 312 214

Shades and tints

Shades of #7CCA8C

#7CCA8C
(124,202,140)
#71B880
(113,184,128)
#66A674
(102,166,116)
#5B9468
(91,148,104)
#50825C
(80,130,92)
#457050
(69,112,80)
#3A5E44
(58,94,68)
#2F4C38
(47,76,56)
#243A2C
(36,58,44)
#192820
(25,40,32)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #7CCA8C

#7CCA8C
(124,202,140)
#87CE96
(135,206,150)
#92D2A0
(146,210,160)
#9DD6AA
(157,214,170)
#A8DAB4
(168,218,180)
#B3DEBE
(179,222,190)
#BEE2C8
(190,226,200)
#C9E6D2
(201,230,210)
#D4EADC
(212,234,220)
#DFEEE6
(223,238,230)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CCA8C color. Also use rgb(124,202,140) instead hex code.

Text Font Color

.myTextColor { color: #7CCA8C; }

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

This text font color is #7CCA8C.

Background Color

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

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

This div background color is #7CCA8C.

Border color

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

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

This div border color is #7CCA8C.

Opacity

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

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

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

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

This text has shadow with #7CCA8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CCA8C.

Preview

Color preview on black background

This text has color #7CCA8C on black background.


Color preview on white background

This text has color #7CCA8C on white background.


Black color preview on #7CCA8C background

This text has black color on #7CCA8C background.


White color preview on #7CCA8C background

This text has white color on #7CCA8C background.


Related colors

Complementary color

Complementary color for #hex is #833573.


I love getcolorcode.com

Triadic colors

1 #8C7CCA and #CA8C7C with #7CCA8C are triadic colors.

2 #8CCA7C and #CA7C8C with #7CCA8C are triadic colors.