COLOR #7DC786

HEX: #7DC786
RGB: (125,199,134)

Color info

#7DC786 contains mainly green color. Web safe color of #7DC786 is #66CC99 (or #6C9).

RGB color model

#7DC786 color RGB value is (125,199,134).

  • red value is 125;
  • green value is 199;
  • blue value is 134.
RGB:
(125,199,134)
(49%,78%,53%)

RGB channels and saturation

R 125 of 255 = 49%
G 199 of 255 = 78%
B 134 of 255 = 53%

125
199
134

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

Portions of RGB colors in percentages

R + G + B =
125 + 199 + 134 = 458 (100%)
R 125 of 458 ~ 27.29%
G 199 of 458 ~ 43.45%
B 134 of 458 ~ 29.26%

%27.29
%43.45
%29.26

CMYK color model

#7DC786 color CMYK value is (37,0,33,22).

  • cyan value is 37.19%
  • magenta value is 0.00%
  • yellow value is 32.66%
  • key color value is 21.96%
CMYK:
(37,0,33,22)
C37M0Y33K22 
(37%,0%,33%,22%)
(0.37/0.00/0.33/0.22)	

CMYK percentages

%37.19
%0
%32.66
%21.96

Codes

Color #7DC786 in popluar color models

7DC786
RGB125199134
HSL127°39.78%63.53%
HSB/HSV127°37.19%78.04%
CMYK37.19%0.00%32.66%
21.96%

Color #7DC786 in popluar number systems.

HEX7DC786
Decimal125199134
Binary11111011100011110000110
Octal175307206

Shades and tints

Shades of #7DC786

#7DC786
(125,199,134)
#72B57A
(114,181,122)
#67A36E
(103,163,110)
#5C9162
(92,145,98)
#517F56
(81,127,86)
#466D4A
(70,109,74)
#3B5B3E
(59,91,62)
#304932
(48,73,50)
#253726
(37,55,38)
#1A251A
(26,37,26)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #7DC786

#7DC786
(125,199,134)
#88CC91
(136,204,145)
#93D19C
(147,209,156)
#9ED6A7
(158,214,167)
#A9DBB2
(169,219,178)
#B4E0BD
(180,224,189)
#BFE5C8
(191,229,200)
#CAEAD3
(202,234,211)
#D5EFDE
(213,239,222)
#E0F4E9
(224,244,233)
#EBF9F4
(235,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC786 color. Also use rgb(125,199,134) instead hex code.

Text Font Color

.myTextColor { color: #7DC786; }

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

This text font color is #7DC786.


Background Color

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

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

This div background color is #7DC786.


Border color

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

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

This div border color is #7DC786.


Opacity

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

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

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

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

This text has shadow with #7DC786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC786 on black background.


Color preview on white background

This text has color #7DC786 on white background.



Black color preview on #7DC786 background

This text has black color on #7DC786 background.


White color preview on #7DC786 background

This text has white color on #7DC786 background.