COLOR #79AAB2

HEX: #79AAB2 RGB: (121,170,178)

Color info

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

RGB color model

#79AAB2 color RGB value is (121,170,178).

RGB: (121,170,178) (47%, 67%, 70%)

RGB channels and saturation

R 121 of 255 = 47%
G 170 of 255 = 67%
B 178 of 255 = 70%

121
170
178

R + G + B ~ 61%. #79AAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 170 + 178 = 469 (100%)
R 121 of 469 ~ 25.8%
G 170 of 469 ~ 36.25%
B 178 of 469 ~ 37.95'%

%25.8
%36.25
%37.95

CMYK color model

#79AAB2 color CMYK value is (32,4,0,30).

  • cyan value is 32.02%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (32,4,0,30)
C32M4Y0K30 (32%, 4%, 0%, 30%)
(0.32 / 0.04 / 0.00 / 0.30)

CMYK percentages

%32.02
%4.49
%0
%30.2

Codes

Color #79AAB2 in popluar color models

79 AA B2
RGB 121 170 178
HSL 188° 27.01% 58.63%
HSB/HSV 188° 32.02% 69.80%
CMYK 32.02% 4.49% 0.00%
30.20%

Color #79AAB2 in popluar number systems.

HEX 79 AA B2
Decimal 121 170 178
Binary 1111001 10101010 10110010
Octal 171 252 262

Shades and tints

Shades of #79AAB2

#79AAB2
(121,170,178)
#6E9BA2
(110,155,162)
#638C92
(99,140,146)
#587D82
(88,125,130)
#4D6E72
(77,110,114)
#425F62
(66,95,98)
#375052
(55,80,82)
#2C4142
(44,65,66)
#213232
(33,50,50)
#162322
(22,35,34)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #79AAB2

#79AAB2
(121,170,178)
#85B1B9
(133,177,185)
#91B8C0
(145,184,192)
#9DBFC7
(157,191,199)
#A9C6CE
(169,198,206)
#B5CDD5
(181,205,213)
#C1D4DC
(193,212,220)
#CDDBE3
(205,219,227)
#D9E2EA
(217,226,234)
#E5E9F1
(229,233,241)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AAB2; }

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

This text font color is #79AAB2.

Background Color

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

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

This div background color is #79AAB2.

Border color

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

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

This div border color is #79AAB2.

Opacity

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

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

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

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

This text has shadow with #79AAB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79AAB2.

Preview

Color preview on black background

This text has color #79AAB2 on black background.


Color preview on white background

This text has color #79AAB2 on white background.


Black color preview on #79AAB2 background

This text has black color on #79AAB2 background.


White color preview on #79AAB2 background

This text has white color on #79AAB2 background.


Related colors

Complementary color

Complementary color for #hex is #86554D.


I love getcolorcode.com

Triadic colors

1 #B279AA and #AAB279 with #79AAB2 are triadic colors.

2 #B2AA79 and #AA79B2 with #79AAB2 are triadic colors.