COLOR #79AA8D

HEX: #79AA8D RGB: (121,170,141)

Color info

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

RGB color model

#79AA8D color RGB value is (121,170,141).

RGB: (121,170,141) (47%, 67%, 55%)

RGB channels and saturation

R 121 of 255 = 47%
G 170 of 255 = 67%
B 141 of 255 = 55%

121
170
141

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

Portions of RGB colors in percentages

R + G + B = 121 + 170 + 141 = 432 (100%)
R 121 of 432 ~ 28.01%
G 170 of 432 ~ 39.35%
B 141 of 432 ~ 32.64'%

%28.01
%39.35
%32.64

CMYK color model

#79AA8D color CMYK value is (29,0,17,33).

  • cyan value is 28.82%
  • magenta value is 0.00%
  • yellow value is 17.06%
  • key color value is 33.33%

CMYK: (29,0,17,33)
C29M0Y17K33 (29%, 0%, 17%, 33%)
(0.29 / 0.00 / 0.17 / 0.33)

CMYK percentages

%28.82
%0
%17.06
%33.33

Codes

Color #79AA8D in popluar color models

79 AA 8D
RGB 121 170 141
HSL 144° 22.37% 57.06%
HSB/HSV 144° 28.82% 66.67%
CMYK 28.82% 0.00% 17.06%
33.33%

Color #79AA8D in popluar number systems.

HEX 79 AA 8D
Decimal 121 170 141
Binary 1111001 10101010 10001101
Octal 171 252 215

Shades and tints

Shades of #79AA8D

#79AA8D
(121,170,141)
#6E9B81
(110,155,129)
#638C75
(99,140,117)
#587D69
(88,125,105)
#4D6E5D
(77,110,93)
#425F51
(66,95,81)
#375045
(55,80,69)
#2C4139
(44,65,57)
#21322D
(33,50,45)
#162321
(22,35,33)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #79AA8D

#79AA8D
(121,170,141)
#85B197
(133,177,151)
#91B8A1
(145,184,161)
#9DBFAB
(157,191,171)
#A9C6B5
(169,198,181)
#B5CDBF
(181,205,191)
#C1D4C9
(193,212,201)
#CDDBD3
(205,219,211)
#D9E2DD
(217,226,221)
#E5E9E7
(229,233,231)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79AA8D color. Also use rgb(121,170,141) instead hex code.

Text Font Color

.myTextColor { color: #79AA8D; }

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

This text font color is #79AA8D.

Background Color

.myBgColor { background-color: #79AA8D; }

<div style="background-color:#79AA8D">Inner text</div>

This div background color is #79AA8D.

Border color

.myBorderColor { border: 1px solid #79AA8D; }

<div style="border:3px solid #79AA8D">Div</div>

This div border color is #79AA8D.

Opacity

.myOpacity80 { color: #79AA8D; opacity: 0.8; }

<p style="color:#79AA8D;opacity:0.8;">80%</p>

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

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

This text has shadow with #79AA8D color.


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

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

This text has shadow with #79AA8D primary color and red secondary color.


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

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

This text has shadow with #79AA8D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79AA8D.

Preview

Color preview on black background

This text has color #79AA8D on black background.


Color preview on white background

This text has color #79AA8D on white background.


Black color preview on #79AA8D background

This text has black color on #79AA8D background.


White color preview on #79AA8D background

This text has white color on #79AA8D background.


Related colors

Complementary color

Complementary color for #hex is #865572.


I love getcolorcode.com

Triadic colors

1 #8D79AA and #AA8D79 with #79AA8D are triadic colors.

2 #8DAA79 and #AA798D with #79AA8D are triadic colors.