COLOR #7DE686

HEX: #7DE686 RGB: (125,230,134)

Color info

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

RGB color model

#7DE686 color RGB value is (125,230,134).

RGB: (125,230,134) (49%, 90%, 53%)

RGB channels and saturation

R 125 of 255 = 49%
G 230 of 255 = 90%
B 134 of 255 = 53%

125
230
134

R + G + B ~ 64%. #7DE686 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 230 + 134 = 489 (100%)
R 125 of 489 ~ 25.56%
G 230 of 489 ~ 47.03%
B 134 of 489 ~ 27.4'%

%25.56
%47.03
%27.4

CMYK color model

#7DE686 color CMYK value is (46,0,42,10).

  • cyan value is 45.65%
  • magenta value is 0.00%
  • yellow value is 41.74%
  • key color value is 9.80%

CMYK: (46,0,42,10)
C46M0Y42K10 (46%, 0%, 42%, 10%)
(0.46 / 0.00 / 0.42 / 0.10)

CMYK percentages

%45.65
%0
%41.74
%9.8

Codes

Color #7DE686 in popluar color models

7D E6 86
RGB 125 230 134
HSL 125° 67.74% 69.61%
HSB/HSV 125° 45.65% 90.20%
CMYK 45.65% 0.00% 41.74%
9.80%

Color #7DE686 in popluar number systems.

HEX 7D E6 86
Decimal 125 230 134
Binary 1111101 11100110 10000110
Octal 175 346 206

Shades and tints

Shades of #7DE686

#7DE686
(125,230,134)
#72D27A
(114,210,122)
#67BE6E
(103,190,110)
#5CAA62
(92,170,98)
#519656
(81,150,86)
#46824A
(70,130,74)
#3B6E3E
(59,110,62)
#305A32
(48,90,50)
#254626
(37,70,38)
#1A321A
(26,50,26)
#0F1E0E
(15,30,14)
#000000
(0,0,0)

Tints of #7DE686

#7DE686
(125,230,134)
#88E891
(136,232,145)
#93EA9C
(147,234,156)
#9EECA7
(158,236,167)
#A9EEB2
(169,238,178)
#B4F0BD
(180,240,189)
#BFF2C8
(191,242,200)
#CAF4D3
(202,244,211)
#D5F6DE
(213,246,222)
#E0F8E9
(224,248,233)
#EBFAF4
(235,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DE686; }

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

This text font color is #7DE686.

Background Color

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

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

This div background color is #7DE686.

Border color

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

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

This div border color is #7DE686.

Opacity

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

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

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

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

This text has shadow with #7DE686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DE686.

Preview

Color preview on black background

This text has color #7DE686 on black background.


Color preview on white background

This text has color #7DE686 on white background.


Black color preview on #7DE686 background

This text has black color on #7DE686 background.


White color preview on #7DE686 background

This text has white color on #7DE686 background.


Related colors

Complementary color

Complementary color for #hex is #821979.


I love getcolorcode.com

Triadic colors

1 #867DE6 and #E6867D with #7DE686 are triadic colors.

2 #86E67D and #E67D86 with #7DE686 are triadic colors.