COLOR #7DC69E

HEX: #7DC69E RGB: (125,198,158)

Color info

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

RGB color model

#7DC69E color RGB value is (125,198,158).

RGB: (125,198,158) (49%, 78%, 62%)

RGB channels and saturation

R 125 of 255 = 49%
G 198 of 255 = 78%
B 158 of 255 = 62%

125
198
158

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

Portions of RGB colors in percentages

R + G + B = 125 + 198 + 158 = 481 (100%)
R 125 of 481 ~ 25.99%
G 198 of 481 ~ 41.16%
B 158 of 481 ~ 32.85'%

%25.99
%41.16
%32.85

CMYK color model

#7DC69E color CMYK value is (37,0,20,22).

  • cyan value is 36.87%
  • magenta value is 0.00%
  • yellow value is 20.20%
  • key color value is 22.35%

CMYK: (37,0,20,22)
C37M0Y20K22 (37%, 0%, 20%, 22%)
(0.37 / 0.00 / 0.20 / 0.22)

CMYK percentages

%36.87
%0
%20.2
%22.35

Codes

Color #7DC69E in popluar color models

7D C6 9E
RGB 125 198 158
HSL 147° 39.04% 63.33%
HSB/HSV 147° 36.87% 77.65%
CMYK 36.87% 0.00% 20.20%
22.35%

Color #7DC69E in popluar number systems.

HEX 7D C6 9E
Decimal 125 198 158
Binary 1111101 11000110 10011110
Octal 175 306 236

Shades and tints

Shades of #7DC69E

#7DC69E
(125,198,158)
#72B490
(114,180,144)
#67A282
(103,162,130)
#5C9074
(92,144,116)
#517E66
(81,126,102)
#466C58
(70,108,88)
#3B5A4A
(59,90,74)
#30483C
(48,72,60)
#25362E
(37,54,46)
#1A2420
(26,36,32)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #7DC69E

#7DC69E
(125,198,158)
#88CBA6
(136,203,166)
#93D0AE
(147,208,174)
#9ED5B6
(158,213,182)
#A9DABE
(169,218,190)
#B4DFC6
(180,223,198)
#BFE4CE
(191,228,206)
#CAE9D6
(202,233,214)
#D5EEDE
(213,238,222)
#E0F3E6
(224,243,230)
#EBF8EE
(235,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC69E color. Also use rgb(125,198,158) instead hex code.

Text Font Color

.myTextColor { color: #7DC69E; }

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

This text font color is #7DC69E.

Background Color

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

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

This div background color is #7DC69E.

Border color

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

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

This div border color is #7DC69E.

Opacity

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

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

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

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

This text has shadow with #7DC69E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DC69E.

Preview

Color preview on black background

This text has color #7DC69E on black background.


Color preview on white background

This text has color #7DC69E on white background.


Black color preview on #7DC69E background

This text has black color on #7DC69E background.


White color preview on #7DC69E background

This text has white color on #7DC69E background.


Related colors

Complementary color

Complementary color for #hex is #823961.


I love getcolorcode.com

Triadic colors

1 #9E7DC6 and #C69E7D with #7DC69E are triadic colors.

2 #9EC67D and #C67D9E with #7DC69E are triadic colors.