COLOR #7DEB87

HEX: #7DEB87 RGB: (125,235,135)

Color info

#7DEB87 contains mainly green color. Web safe color of #7DEB87 is #66FF99 (or #6F9).

RGB color model

#7DEB87 color RGB value is (125,235,135).

RGB: (125,235,135) (49%, 92%, 53%)

RGB channels and saturation

R 125 of 255 = 49%
G 235 of 255 = 92%
B 135 of 255 = 53%

125
235
135

R + G + B ~ 65%. #7DEB87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 235 + 135 = 495 (100%)
R 125 of 495 ~ 25.25%
G 235 of 495 ~ 47.47%
B 135 of 495 ~ 27.27'%

%25.25
%47.47
%27.27

CMYK color model

#7DEB87 color CMYK value is (47,0,43,8).

  • cyan value is 46.81%
  • magenta value is 0.00%
  • yellow value is 42.55%
  • key color value is 7.84%
CMYK: (47,0,43,8) C47M0Y43K8 (47%,0%,43%,8%) (0.47/0.00/0.43/0.08) 

CMYK percentages

%46.81
%0
%42.55
%7.84

Codes

Color #7DEB87 in popluar color models

7D EB 87
RGB 125 235 135
HSL 125° 73.33% 70.59%
HSB/HSV 125° 46.81% 92.16%
CMYK 46.81% 0.00% 42.55%
7.84%

Color #7DEB87 in popluar number systems.

HEX 7D EB 87
Decimal 125 235 135
Binary 1111101 11101011 10000111
Octal 175 353 207

Shades and tints

Shades of #7DEB87

#7DEB87
(125,235,135)
#72D67B
(114,214,123)
#67C16F
(103,193,111)
#5CAC63
(92,172,99)
#519757
(81,151,87)
#46824B
(70,130,75)
#3B6D3F
(59,109,63)
#305833
(48,88,51)
#254327
(37,67,39)
#1A2E1B
(26,46,27)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #7DEB87

#7DEB87
(125,235,135)
#88EC91
(136,236,145)
#93ED9B
(147,237,155)
#9EEEA5
(158,238,165)
#A9EFAF
(169,239,175)
#B4F0B9
(180,240,185)
#BFF1C3
(191,241,195)
#CAF2CD
(202,242,205)
#D5F3D7
(213,243,215)
#E0F4E1
(224,244,225)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DEB87 color. Also use rgb(125,235,135) instead hex code.

Text Font Color

.myTextColor { color: #7DEB87; }

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

This text font color is #7DEB87.

Background Color

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

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

This div background color is #7DEB87.

Border color

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

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

This div border color is #7DEB87.

Opacity

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

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

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

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

This text has shadow with #7DEB87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DEB87.

Preview

Color preview on black background

This text has color #7DEB87 on black background.


Color preview on white background

This text has color #7DEB87 on white background.


Black color preview on #7DEB87 background

This text has black color on #7DEB87 background.


White color preview on #7DEB87 background

This text has white color on #7DEB87 background.


Related colors

Complementary color

Complementary color for #hex is #821478.


I love getcolorcode.com

Triadic colors

1 #877DEB and #EB877D with #7DEB87 are triadic colors.

2 #87EB7D and #EB7D87 with #7DEB87 are triadic colors.