COLOR #7DAA8F

HEX: #7DAA8F RGB: (125,170,143)

Color info

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

RGB color model

#7DAA8F color RGB value is (125,170,143).

RGB: (125,170,143) (49%, 67%, 56%)

RGB channels and saturation

R 125 of 255 = 49%
G 170 of 255 = 67%
B 143 of 255 = 56%

125
170
143

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

Portions of RGB colors in percentages

R + G + B = 125 + 170 + 143 = 438 (100%)
R 125 of 438 ~ 28.54%
G 170 of 438 ~ 38.81%
B 143 of 438 ~ 32.65'%

%28.54
%38.81
%32.65

CMYK color model

#7DAA8F color CMYK value is (26,0,16,33).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 15.88%
  • key color value is 33.33%
CMYK: (26,0,16,33) C26M0Y16K33 (26%,0%,16%,33%) (0.26/0.00/0.16/0.33) 

CMYK percentages

%26.47
%0
%15.88
%33.33

Codes

Color #7DAA8F in popluar color models

7D AA 8F
RGB 125 170 143
HSL 144° 20.93% 57.84%
HSB/HSV 144° 26.47% 66.67%
CMYK 26.47% 0.00% 15.88%
33.33%

Color #7DAA8F in popluar number systems.

HEX 7D AA 8F
Decimal 125 170 143
Binary 1111101 10101010 10001111
Octal 175 252 217

Shades and tints

Shades of #7DAA8F

#7DAA8F
(125,170,143)
#729B82
(114,155,130)
#678C75
(103,140,117)
#5C7D68
(92,125,104)
#516E5B
(81,110,91)
#465F4E
(70,95,78)
#3B5041
(59,80,65)
#304134
(48,65,52)
#253227
(37,50,39)
#1A231A
(26,35,26)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #7DAA8F

#7DAA8F
(125,170,143)
#88B199
(136,177,153)
#93B8A3
(147,184,163)
#9EBFAD
(158,191,173)
#A9C6B7
(169,198,183)
#B4CDC1
(180,205,193)
#BFD4CB
(191,212,203)
#CADBD5
(202,219,213)
#D5E2DF
(213,226,223)
#E0E9E9
(224,233,233)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DAA8F color. Also use rgb(125,170,143) instead hex code.

Text Font Color

.myTextColor { color: #7DAA8F; }

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

This text font color is #7DAA8F.

Background Color

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

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

This div background color is #7DAA8F.

Border color

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

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

This div border color is #7DAA8F.

Opacity

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

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

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

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

This text has shadow with #7DAA8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DAA8F.

Preview

Color preview on black background

This text has color #7DAA8F on black background.


Color preview on white background

This text has color #7DAA8F on white background.


Black color preview on #7DAA8F background

This text has black color on #7DAA8F background.


White color preview on #7DAA8F background

This text has white color on #7DAA8F background.


Related colors

Complementary color

Complementary color for #hex is #825570.


I love getcolorcode.com

Triadic colors

1 #8F7DAA and #AA8F7D with #7DAA8F are triadic colors.

2 #8FAA7D and #AA7D8F with #7DAA8F are triadic colors.