COLOR #7DC08A

HEX: #7DC08A RGB: (125,192,138)

Color info

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

RGB color model

#7DC08A color RGB value is (125,192,138).

RGB: (125,192,138) (49%, 75%, 54%)

RGB channels and saturation

R 125 of 255 = 49%
G 192 of 255 = 75%
B 138 of 255 = 54%

125
192
138

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

Portions of RGB colors in percentages

R + G + B = 125 + 192 + 138 = 455 (100%)
R 125 of 455 ~ 27.47%
G 192 of 455 ~ 42.2%
B 138 of 455 ~ 30.33'%

%27.47
%42.2
%30.33

CMYK color model

#7DC08A color CMYK value is (35,0,28,25).

  • cyan value is 34.90%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 24.71%

CMYK: (35,0,28,25)
C35M0Y28K25 (35%, 0%, 28%, 25%)
(0.35 / 0.00 / 0.28 / 0.25)

CMYK percentages

%34.9
%0
%28.13
%24.71

Codes

Color #7DC08A in popluar color models

7D C0 8A
RGB 125 192 138
HSL 132° 34.72% 62.16%
HSB/HSV 132° 34.90% 75.29%
CMYK 34.90% 0.00% 28.13%
24.71%

Color #7DC08A in popluar number systems.

HEX 7D C0 8A
Decimal 125 192 138
Binary 1111101 11000000 10001010
Octal 175 300 212

Shades and tints

Shades of #7DC08A

#7DC08A
(125,192,138)
#72AF7E
(114,175,126)
#679E72
(103,158,114)
#5C8D66
(92,141,102)
#517C5A
(81,124,90)
#466B4E
(70,107,78)
#3B5A42
(59,90,66)
#304936
(48,73,54)
#25382A
(37,56,42)
#1A271E
(26,39,30)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #7DC08A

#7DC08A
(125,192,138)
#88C594
(136,197,148)
#93CA9E
(147,202,158)
#9ECFA8
(158,207,168)
#A9D4B2
(169,212,178)
#B4D9BC
(180,217,188)
#BFDEC6
(191,222,198)
#CAE3D0
(202,227,208)
#D5E8DA
(213,232,218)
#E0EDE4
(224,237,228)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC08A color. Also use rgb(125,192,138) instead hex code.

Text Font Color

.myTextColor { color: #7DC08A; }

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

This text font color is #7DC08A.

Background Color

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

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

This div background color is #7DC08A.

Border color

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

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

This div border color is #7DC08A.

Opacity

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

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

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

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

This text has shadow with #7DC08A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DC08A.

Preview

Color preview on black background

This text has color #7DC08A on black background.


Color preview on white background

This text has color #7DC08A on white background.


Black color preview on #7DC08A background

This text has black color on #7DC08A background.


White color preview on #7DC08A background

This text has white color on #7DC08A background.


Related colors

Complementary color

Complementary color for #hex is #823F75.


I love getcolorcode.com

Triadic colors

1 #8A7DC0 and #C08A7D with #7DC08A are triadic colors.

2 #8AC07D and #C07D8A with #7DC08A are triadic colors.