COLOR #7DB57E

HEX: #7DB57E
RGB: (125,181,126)

Color info

#7DB57E contains red, green and blue colors in about the same proportion. Web safe color of #7DB57E is #66CC66 (or #6C6).

RGB color model

#7DB57E color RGB value is (125,181,126).

  • red value is 125;
  • green value is 181;
  • blue value is 126.
RGB:
(125,181,126)
(49%,71%,49%)

RGB channels and saturation

R 125 of 255 = 49%
G 181 of 255 = 71%
B 126 of 255 = 49%

125
181
126

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

Portions of RGB colors in percentages

R + G + B =
125 + 181 + 126 = 432 (100%)
R 125 of 432 ~ 28.94%
G 181 of 432 ~ 41.9%
B 126 of 432 ~ 29.17%

%28.94
%41.9
%29.17

CMYK color model

#7DB57E color CMYK value is (31,0,30,29).

  • cyan value is 30.94%
  • magenta value is 0.00%
  • yellow value is 30.39%
  • key color value is 29.02%
CMYK:
(31,0,30,29)
C31M0Y30K29 
(31%,0%,30%,29%)
(0.31/0.00/0.30/0.29)	

CMYK percentages

%30.94
%0
%30.39
%29.02

Codes

Color #7DB57E in popluar color models

7DB57E
RGB125181126
HSL121°27.45%60.00%
HSB/HSV121°30.94%70.98%
CMYK30.94%0.00%30.39%
29.02%

Color #7DB57E in popluar number systems.

HEX7DB57E
Decimal125181126
Binary1111101101101011111110
Octal175265176

Shades and tints

Shades of #7DB57E

#7DB57E
(125,181,126)
#72A573
(114,165,115)
#679568
(103,149,104)
#5C855D
(92,133,93)
#517552
(81,117,82)
#466547
(70,101,71)
#3B553C
(59,85,60)
#304531
(48,69,49)
#253526
(37,53,38)
#1A251B
(26,37,27)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #7DB57E

#7DB57E
(125,181,126)
#88BB89
(136,187,137)
#93C194
(147,193,148)
#9EC79F
(158,199,159)
#A9CDAA
(169,205,170)
#B4D3B5
(180,211,181)
#BFD9C0
(191,217,192)
#CADFCB
(202,223,203)
#D5E5D6
(213,229,214)
#E0EBE1
(224,235,225)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB57E color. Also use rgb(125,181,126) instead hex code.

Text Font Color

.myTextColor { color: #7DB57E; }

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

This text font color is #7DB57E.


Background Color

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

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

This div background color is #7DB57E.


Border color

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

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

This div border color is #7DB57E.


Opacity

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

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

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

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

This text has shadow with #7DB57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB57E on black background.


Color preview on white background

This text has color #7DB57E on white background.



Black color preview on #7DB57E background

This text has black color on #7DB57E background.


White color preview on #7DB57E background

This text has white color on #7DB57E background.