COLOR #7DB59B

HEX: #7DB59B
RGB: (125,181,155)

Color info

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

RGB color model

#7DB59B color RGB value is (125,181,155).

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

RGB channels and saturation

R 125 of 255 = 49%
G 181 of 255 = 71%
B 155 of 255 = 61%

125
181
155

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

Portions of RGB colors in percentages

R + G + B =
125 + 181 + 155 = 461 (100%)
R 125 of 461 ~ 27.11%
G 181 of 461 ~ 39.26%
B 155 of 461 ~ 33.62%

%27.11
%39.26
%33.62

CMYK color model

#7DB59B color CMYK value is (31,0,14,29).

  • cyan value is 30.94%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 29.02%
CMYK:
(31,0,14,29)
C31M0Y14K29 
(31%,0%,14%,29%)
(0.31/0.00/0.14/0.29)	

CMYK percentages

%30.94
%0
%14.36
%29.02

Codes

Color #7DB59B in popluar color models

7DB59B
RGB125181155
HSL152°27.45%60.00%
HSB/HSV152°30.94%70.98%
CMYK30.94%0.00%14.36%
29.02%

Color #7DB59B in popluar number systems.

HEX7DB59B
Decimal125181155
Binary11111011011010110011011
Octal175265233

Shades and tints

Shades of #7DB59B

#7DB59B
(125,181,155)
#72A58D
(114,165,141)
#67957F
(103,149,127)
#5C8571
(92,133,113)
#517563
(81,117,99)
#466555
(70,101,85)
#3B5547
(59,85,71)
#304539
(48,69,57)
#25352B
(37,53,43)
#1A251D
(26,37,29)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #7DB59B

#7DB59B
(125,181,155)
#88BBA4
(136,187,164)
#93C1AD
(147,193,173)
#9EC7B6
(158,199,182)
#A9CDBF
(169,205,191)
#B4D3C8
(180,211,200)
#BFD9D1
(191,217,209)
#CADFDA
(202,223,218)
#D5E5E3
(213,229,227)
#E0EBEC
(224,235,236)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB59B; }

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

This text font color is #7DB59B.


Background Color

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

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

This div background color is #7DB59B.


Border color

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

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

This div border color is #7DB59B.


Opacity

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

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

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

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

This text has shadow with #7DB59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB59B on black background.


Color preview on white background

This text has color #7DB59B on white background.



Black color preview on #7DB59B background

This text has black color on #7DB59B background.


White color preview on #7DB59B background

This text has white color on #7DB59B background.