COLOR #7CCC96

HEX: #7CCC96 RGB: (124,204,150)

Color info

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

RGB color model

#7CCC96 color RGB value is (124,204,150).

RGB: (124,204,150) (49%, 80%, 59%)

RGB channels and saturation

R 124 of 255 = 49%
G 204 of 255 = 80%
B 150 of 255 = 59%

124
204
150

R + G + B ~ 63%. #7CCC96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 204 + 150 = 478 (100%)
R 124 of 478 ~ 25.94%
G 204 of 478 ~ 42.68%
B 150 of 478 ~ 31.38'%

%25.94
%42.68
%31.38

CMYK color model

#7CCC96 color CMYK value is (39,0,26,20).

  • cyan value is 39.22%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 20.00%

CMYK: (39,0,26,20)
C39M0Y26K20 (39%, 0%, 26%, 20%)
(0.39 / 0.00 / 0.26 / 0.20)

CMYK percentages

%39.22
%0
%26.47
%20

Codes

Color #7CCC96 in popluar color models

7C CC 96
RGB 124 204 150
HSL 140° 43.96% 64.31%
HSB/HSV 140° 39.22% 80.00%
CMYK 39.22% 0.00% 26.47%
20.00%

Color #7CCC96 in popluar number systems.

HEX 7C CC 96
Decimal 124 204 150
Binary 1111100 11001100 10010110
Octal 174 314 226

Shades and tints

Shades of #7CCC96

#7CCC96
(124,204,150)
#71BA89
(113,186,137)
#66A87C
(102,168,124)
#5B966F
(91,150,111)
#508462
(80,132,98)
#457255
(69,114,85)
#3A6048
(58,96,72)
#2F4E3B
(47,78,59)
#243C2E
(36,60,46)
#192A21
(25,42,33)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #7CCC96

#7CCC96
(124,204,150)
#87D09F
(135,208,159)
#92D4A8
(146,212,168)
#9DD8B1
(157,216,177)
#A8DCBA
(168,220,186)
#B3E0C3
(179,224,195)
#BEE4CC
(190,228,204)
#C9E8D5
(201,232,213)
#D4ECDE
(212,236,222)
#DFF0E7
(223,240,231)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CCC96; }

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

This text font color is #7CCC96.

Background Color

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

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

This div background color is #7CCC96.

Border color

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

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

This div border color is #7CCC96.

Opacity

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

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

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

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

This text has shadow with #7CCC96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CCC96.

Preview

Color preview on black background

This text has color #7CCC96 on black background.


Color preview on white background

This text has color #7CCC96 on white background.


Black color preview on #7CCC96 background

This text has black color on #7CCC96 background.


White color preview on #7CCC96 background

This text has white color on #7CCC96 background.


Related colors

Complementary color

Complementary color for #hex is #833369.


I love getcolorcode.com

Triadic colors

1 #967CCC and #CC967C with #7CCC96 are triadic colors.

2 #96CC7C and #CC7C96 with #7CCC96 are triadic colors.