COLOR #7DA79D

HEX: #7DA79D RGB: (125,167,157)

Color info

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

RGB color model

#7DA79D color RGB value is (125,167,157).

RGB: (125,167,157) (49%, 65%, 62%)

RGB channels and saturation

R 125 of 255 = 49%
G 167 of 255 = 65%
B 157 of 255 = 62%

125
167
157

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

Portions of RGB colors in percentages

R + G + B = 125 + 167 + 157 = 449 (100%)
R 125 of 449 ~ 27.84%
G 167 of 449 ~ 37.19%
B 157 of 449 ~ 34.97'%

%27.84
%37.19
%34.97

CMYK color model

#7DA79D color CMYK value is (25,0,6,35).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 34.51%

CMYK: (25,0,6,35)
C25M0Y6K35 (25%, 0%, 6%, 35%)
(0.25 / 0.00 / 0.06 / 0.35)

CMYK percentages

%25.15
%0
%5.99
%34.51

Codes

Color #7DA79D in popluar color models

7D A7 9D
RGB 125 167 157
HSL 166° 19.27% 57.25%
HSB/HSV 166° 25.15% 65.49%
CMYK 25.15% 0.00% 5.99%
34.51%

Color #7DA79D in popluar number systems.

HEX 7D A7 9D
Decimal 125 167 157
Binary 1111101 10100111 10011101
Octal 175 247 235

Shades and tints

Shades of #7DA79D

#7DA79D
(125,167,157)
#72988F
(114,152,143)
#678981
(103,137,129)
#5C7A73
(92,122,115)
#516B65
(81,107,101)
#465C57
(70,92,87)
#3B4D49
(59,77,73)
#303E3B
(48,62,59)
#252F2D
(37,47,45)
#1A201F
(26,32,31)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #7DA79D

#7DA79D
(125,167,157)
#88AFA5
(136,175,165)
#93B7AD
(147,183,173)
#9EBFB5
(158,191,181)
#A9C7BD
(169,199,189)
#B4CFC5
(180,207,197)
#BFD7CD
(191,215,205)
#CADFD5
(202,223,213)
#D5E7DD
(213,231,221)
#E0EFE5
(224,239,229)
#EBF7ED
(235,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA79D; }

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

This text font color is #7DA79D.

Background Color

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

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

This div background color is #7DA79D.

Border color

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

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

This div border color is #7DA79D.

Opacity

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

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

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

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

This text has shadow with #7DA79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA79D.

Preview

Color preview on black background

This text has color #7DA79D on black background.


Color preview on white background

This text has color #7DA79D on white background.


Black color preview on #7DA79D background

This text has black color on #7DA79D background.


White color preview on #7DA79D background

This text has white color on #7DA79D background.


Related colors

Complementary color

Complementary color for #hex is #825862.


I love getcolorcode.com

Triadic colors

1 #9D7DA7 and #A79D7D with #7DA79D are triadic colors.

2 #9DA77D and #A77D9D with #7DA79D are triadic colors.