COLOR #7DC18E

HEX: #7DC18E RGB: (125,193,142)

Color info

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

RGB color model

#7DC18E color RGB value is (125,193,142).

RGB: (125,193,142) (49%, 76%, 56%)

RGB channels and saturation

R 125 of 255 = 49%
G 193 of 255 = 76%
B 142 of 255 = 56%

125
193
142

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

Portions of RGB colors in percentages

R + G + B = 125 + 193 + 142 = 460 (100%)
R 125 of 460 ~ 27.17%
G 193 of 460 ~ 41.96%
B 142 of 460 ~ 30.87'%

%27.17
%41.96
%30.87

CMYK color model

#7DC18E color CMYK value is (35,0,26,24).

  • cyan value is 35.23%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 24.31%

CMYK: (35,0,26,24)
C35M0Y26K24 (35%, 0%, 26%, 24%)
(0.35 / 0.00 / 0.26 / 0.24)

CMYK percentages

%35.23
%0
%26.42
%24.31

Codes

Color #7DC18E in popluar color models

7D C1 8E
RGB 125 193 142
HSL 135° 35.42% 62.35%
HSB/HSV 135° 35.23% 75.69%
CMYK 35.23% 0.00% 26.42%
24.31%

Color #7DC18E in popluar number systems.

HEX 7D C1 8E
Decimal 125 193 142
Binary 1111101 11000001 10001110
Octal 175 301 216

Shades and tints

Shades of #7DC18E

#7DC18E
(125,193,142)
#72B082
(114,176,130)
#679F76
(103,159,118)
#5C8E6A
(92,142,106)
#517D5E
(81,125,94)
#466C52
(70,108,82)
#3B5B46
(59,91,70)
#304A3A
(48,74,58)
#25392E
(37,57,46)
#1A2822
(26,40,34)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #7DC18E

#7DC18E
(125,193,142)
#88C698
(136,198,152)
#93CBA2
(147,203,162)
#9ED0AC
(158,208,172)
#A9D5B6
(169,213,182)
#B4DAC0
(180,218,192)
#BFDFCA
(191,223,202)
#CAE4D4
(202,228,212)
#D5E9DE
(213,233,222)
#E0EEE8
(224,238,232)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DC18E; }

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

This text font color is #7DC18E.

Background Color

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

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

This div background color is #7DC18E.

Border color

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

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

This div border color is #7DC18E.

Opacity

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

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

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

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

This text has shadow with #7DC18E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DC18E.

Preview

Color preview on black background

This text has color #7DC18E on black background.


Color preview on white background

This text has color #7DC18E on white background.


Black color preview on #7DC18E background

This text has black color on #7DC18E background.


White color preview on #7DC18E background

This text has white color on #7DC18E background.


Related colors

Complementary color

Complementary color for #hex is #823E71.


I love getcolorcode.com

Triadic colors

1 #8E7DC1 and #C18E7D with #7DC18E are triadic colors.

2 #8EC17D and #C17D8E with #7DC18E are triadic colors.