COLOR #7DA19D

HEX: #7DA19D
RGB: (125,161,157)

Color info

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

RGB color model

#7DA19D color RGB value is (125,161,157).

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

RGB channels and saturation

R 125 of 255 = 49%
G 161 of 255 = 63%
B 157 of 255 = 62%

125
161
157

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

Portions of RGB colors in percentages

R + G + B =
125 + 161 + 157 = 443 (100%)
R 125 of 443 ~ 28.22%
G 161 of 443 ~ 36.34%
B 157 of 443 ~ 35.44%

%28.22
%36.34
%35.44

CMYK color model

#7DA19D color CMYK value is (22,0,2,37).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 36.86%
CMYK:
(22,0,2,37)
C22M0Y2K37 
(22%,0%,2%,37%)
(0.22/0.00/0.02/0.37)	

CMYK percentages

%22.36
%0
%2.48
%36.86

Codes

Color #7DA19D in popluar color models

7DA19D
RGB125161157
HSL173°16.07%56.08%
HSB/HSV173°22.36%63.14%
CMYK22.36%0.00%2.48%
36.86%

Color #7DA19D in popluar number systems.

HEX7DA19D
Decimal125161157
Binary11111011010000110011101
Octal175241235

Shades and tints

Shades of #7DA19D

#7DA19D
(125,161,157)
#72938F
(114,147,143)
#678581
(103,133,129)
#5C7773
(92,119,115)
#516965
(81,105,101)
#465B57
(70,91,87)
#3B4D49
(59,77,73)
#303F3B
(48,63,59)
#25312D
(37,49,45)
#1A231F
(26,35,31)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #7DA19D

#7DA19D
(125,161,157)
#88A9A5
(136,169,165)
#93B1AD
(147,177,173)
#9EB9B5
(158,185,181)
#A9C1BD
(169,193,189)
#B4C9C5
(180,201,197)
#BFD1CD
(191,209,205)
#CAD9D5
(202,217,213)
#D5E1DD
(213,225,221)
#E0E9E5
(224,233,229)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA19D; }

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

This text font color is #7DA19D.


Background Color

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

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

This div background color is #7DA19D.


Border color

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

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

This div border color is #7DA19D.


Opacity

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

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

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

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

This text has shadow with #7DA19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA19D on black background.


Color preview on white background

This text has color #7DA19D on white background.



Black color preview on #7DA19D background

This text has black color on #7DA19D background.


White color preview on #7DA19D background

This text has white color on #7DA19D background.