COLOR #7DA49F

HEX: #7DA49F RGB: (125,164,159)

Color info

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

RGB color model

#7DA49F color RGB value is (125,164,159).

RGB: (125,164,159) (49%, 64%, 62%)

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 159 of 255 = 62%

125
164
159

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

Portions of RGB colors in percentages

R + G + B = 125 + 164 + 159 = 448 (100%)
R 125 of 448 ~ 27.9%
G 164 of 448 ~ 36.61%
B 159 of 448 ~ 35.49'%

%27.9
%36.61
%35.49

CMYK color model

#7DA49F color CMYK value is (24,0,3,36).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 35.69%

CMYK: (24,0,3,36)
C24M0Y3K36 (24%, 0%, 3%, 36%)
(0.24 / 0.00 / 0.03 / 0.36)

CMYK percentages

%23.78
%0
%3.05
%35.69

Codes

Color #7DA49F in popluar color models

7D A4 9F
RGB 125 164 159
HSL 172° 17.65% 56.67%
HSB/HSV 172° 23.78% 64.31%
CMYK 23.78% 0.00% 3.05%
35.69%

Color #7DA49F in popluar number systems.

HEX 7D A4 9F
Decimal 125 164 159
Binary 1111101 10100100 10011111
Octal 175 244 237

Shades and tints

Shades of #7DA49F

#7DA49F
(125,164,159)
#729691
(114,150,145)
#678883
(103,136,131)
#5C7A75
(92,122,117)
#516C67
(81,108,103)
#465E59
(70,94,89)
#3B504B
(59,80,75)
#30423D
(48,66,61)
#25342F
(37,52,47)
#1A2621
(26,38,33)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #7DA49F

#7DA49F
(125,164,159)
#88ACA7
(136,172,167)
#93B4AF
(147,180,175)
#9EBCB7
(158,188,183)
#A9C4BF
(169,196,191)
#B4CCC7
(180,204,199)
#BFD4CF
(191,212,207)
#CADCD7
(202,220,215)
#D5E4DF
(213,228,223)
#E0ECE7
(224,236,231)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA49F color. Also use rgb(125,164,159) instead hex code.

Text Font Color

.myTextColor { color: #7DA49F; }

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

This text font color is #7DA49F.

Background Color

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

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

This div background color is #7DA49F.

Border color

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

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

This div border color is #7DA49F.

Opacity

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

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

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

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

This text has shadow with #7DA49F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA49F.

Preview

Color preview on black background

This text has color #7DA49F on black background.


Color preview on white background

This text has color #7DA49F on white background.


Black color preview on #7DA49F background

This text has black color on #7DA49F background.


White color preview on #7DA49F background

This text has white color on #7DA49F background.


Related colors

Complementary color

Complementary color for #hex is #825B60.


I love getcolorcode.com

Triadic colors

1 #9F7DA4 and #A49F7D with #7DA49F are triadic colors.

2 #9FA47D and #A47D9F with #7DA49F are triadic colors.