COLOR #7DC18C

HEX: #7DC18C
RGB: (125,193,140)

Color info

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

RGB color model

#7DC18C color RGB value is (125,193,140).

  • red value is 125;
  • green value is 193;
  • blue value is 140.
RGB:
(125,193,140)
(49%,76%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 193 of 255 = 76%
B 140 of 255 = 55%

125
193
140

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

Portions of RGB colors in percentages

R + G + B =
125 + 193 + 140 = 458 (100%)
R 125 of 458 ~ 27.29%
G 193 of 458 ~ 42.14%
B 140 of 458 ~ 30.57%

%27.29
%42.14
%30.57

CMYK color model

#7DC18C color CMYK value is (35,0,27,24).

  • cyan value is 35.23%
  • magenta value is 0.00%
  • yellow value is 27.46%
  • key color value is 24.31%
CMYK:
(35,0,27,24)
C35M0Y27K24 
(35%,0%,27%,24%)
(0.35/0.00/0.27/0.24)	

CMYK percentages

%35.23
%0
%27.46
%24.31

Codes

Color #7DC18C in popluar color models

7DC18C
RGB125193140
HSL133°35.42%62.35%
HSB/HSV133°35.23%75.69%
CMYK35.23%0.00%27.46%
24.31%

Color #7DC18C in popluar number systems.

HEX7DC18C
Decimal125193140
Binary11111011100000110001100
Octal175301214

Shades and tints

Shades of #7DC18C

#7DC18C
(125,193,140)
#72B080
(114,176,128)
#679F74
(103,159,116)
#5C8E68
(92,142,104)
#517D5C
(81,125,92)
#466C50
(70,108,80)
#3B5B44
(59,91,68)
#304A38
(48,74,56)
#25392C
(37,57,44)
#1A2820
(26,40,32)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #7DC18C

#7DC18C
(125,193,140)
#88C696
(136,198,150)
#93CBA0
(147,203,160)
#9ED0AA
(158,208,170)
#A9D5B4
(169,213,180)
#B4DABE
(180,218,190)
#BFDFC8
(191,223,200)
#CAE4D2
(202,228,210)
#D5E9DC
(213,233,220)
#E0EEE6
(224,238,230)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC18C color. Also use rgb(125,193,140) instead hex code.

Text Font Color

.myTextColor { color: #7DC18C; }

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

This text font color is #7DC18C.


Background Color

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

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

This div background color is #7DC18C.


Border color

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

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

This div border color is #7DC18C.


Opacity

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

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

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

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

This text has shadow with #7DC18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC18C on black background.


Color preview on white background

This text has color #7DC18C on white background.



Black color preview on #7DC18C background

This text has black color on #7DC18C background.


White color preview on #7DC18C background

This text has white color on #7DC18C background.