COLOR #7DA18B

HEX: #7DA18B
RGB: (125,161,139)

Color info

#7DA18B contains red, green and blue colors in about the same proportion. Web safe color of #7DA18B is #669999 (or #699).

RGB color model

#7DA18B color RGB value is (125,161,139).

  • red value is 125;
  • green value is 161;
  • blue value is 139.
RGB:
(125,161,139)
(49%,63%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 161 of 255 = 63%
B 139 of 255 = 55%

125
161
139

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

Portions of RGB colors in percentages

R + G + B =
125 + 161 + 139 = 425 (100%)
R 125 of 425 ~ 29.41%
G 161 of 425 ~ 37.88%
B 139 of 425 ~ 32.71%

%29.41
%37.88
%32.71

CMYK color model

#7DA18B color CMYK value is (22,0,14,37).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 36.86%
CMYK:
(22,0,14,37)
C22M0Y14K37 
(22%,0%,14%,37%)
(0.22/0.00/0.14/0.37)	

CMYK percentages

%22.36
%0
%13.66
%36.86

Codes

Color #7DA18B in popluar color models

7DA18B
RGB125161139
HSL143°16.07%56.08%
HSB/HSV143°22.36%63.14%
CMYK22.36%0.00%13.66%
36.86%

Color #7DA18B in popluar number systems.

HEX7DA18B
Decimal125161139
Binary11111011010000110001011
Octal175241213

Shades and tints

Shades of #7DA18B

#7DA18B
(125,161,139)
#72937F
(114,147,127)
#678573
(103,133,115)
#5C7767
(92,119,103)
#51695B
(81,105,91)
#465B4F
(70,91,79)
#3B4D43
(59,77,67)
#303F37
(48,63,55)
#25312B
(37,49,43)
#1A231F
(26,35,31)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #7DA18B

#7DA18B
(125,161,139)
#88A995
(136,169,149)
#93B19F
(147,177,159)
#9EB9A9
(158,185,169)
#A9C1B3
(169,193,179)
#B4C9BD
(180,201,189)
#BFD1C7
(191,209,199)
#CAD9D1
(202,217,209)
#D5E1DB
(213,225,219)
#E0E9E5
(224,233,229)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA18B color. Also use rgb(125,161,139) instead hex code.

Text Font Color

.myTextColor { color: #7DA18B; }

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

This text font color is #7DA18B.


Background Color

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

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

This div background color is #7DA18B.


Border color

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

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

This div border color is #7DA18B.


Opacity

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

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

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

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

This text has shadow with #7DA18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA18B on black background.


Color preview on white background

This text has color #7DA18B on white background.



Black color preview on #7DA18B background

This text has black color on #7DA18B background.


White color preview on #7DA18B background

This text has white color on #7DA18B background.