COLOR #7DC97C

HEX: #7DC97C
RGB: (125,201,124)

Color info

#7DC97C contains mainly green color. Web safe color of #7DC97C is #66CC66 (or #6C6).

RGB color model

#7DC97C color RGB value is (125,201,124).

  • red value is 125;
  • green value is 201;
  • blue value is 124.
RGB:
(125,201,124)
(49%,79%,49%)

RGB channels and saturation

R 125 of 255 = 49%
G 201 of 255 = 79%
B 124 of 255 = 49%

125
201
124

R + G + B ~ 59%. #7DC97C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 201 + 124 = 450 (100%)
R 125 of 450 ~ 27.78%
G 201 of 450 ~ 44.67%
B 124 of 450 ~ 27.56%

%27.78
%44.67
%27.56

CMYK color model

#7DC97C color CMYK value is (38,0,38,21).

  • cyan value is 37.81%
  • magenta value is 0.00%
  • yellow value is 38.31%
  • key color value is 21.18%
CMYK:
(38,0,38,21)
C38M0Y38K21 
(38%,0%,38%,21%)
(0.38/0.00/0.38/0.21)	

CMYK percentages

%37.81
%0
%38.31
%21.18

Codes

Color #7DC97C in popluar color models

7DC97C
RGB125201124
HSL119°41.62%63.73%
HSB/HSV119°38.31%78.82%
CMYK37.81%0.00%38.31%
21.18%

Color #7DC97C in popluar number systems.

HEX7DC97C
Decimal125201124
Binary1111101110010011111100
Octal175311174

Shades and tints

Shades of #7DC97C

#7DC97C
(125,201,124)
#72B771
(114,183,113)
#67A566
(103,165,102)
#5C935B
(92,147,91)
#518150
(81,129,80)
#466F45
(70,111,69)
#3B5D3A
(59,93,58)
#304B2F
(48,75,47)
#253924
(37,57,36)
#1A2719
(26,39,25)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #7DC97C

#7DC97C
(125,201,124)
#88CD87
(136,205,135)
#93D192
(147,209,146)
#9ED59D
(158,213,157)
#A9D9A8
(169,217,168)
#B4DDB3
(180,221,179)
#BFE1BE
(191,225,190)
#CAE5C9
(202,229,201)
#D5E9D4
(213,233,212)
#E0EDDF
(224,237,223)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC97C color. Also use rgb(125,201,124) instead hex code.

Text Font Color

.myTextColor { color: #7DC97C; }

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

This text font color is #7DC97C.


Background Color

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

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

This div background color is #7DC97C.


Border color

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

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

This div border color is #7DC97C.


Opacity

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

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

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

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

This text has shadow with #7DC97C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC97C on black background.


Color preview on white background

This text has color #7DC97C on white background.



Black color preview on #7DC97C background

This text has black color on #7DC97C background.


White color preview on #7DC97C background

This text has white color on #7DC97C background.