COLOR #79A6AA

HEX: #79A6AA
RGB: (121,166,170)

Color info

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

RGB color model

#79A6AA color RGB value is (121,166,170).

  • red value is 121;
  • green value is 166;
  • blue value is 170.
RGB:
(121,166,170)
(47%,65%,67%)

RGB channels and saturation

R 121 of 255 = 47%
G 166 of 255 = 65%
B 170 of 255 = 67%

121
166
170

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

Portions of RGB colors in percentages

R + G + B =
121 + 166 + 170 = 457 (100%)
R 121 of 457 ~ 26.48%
G 166 of 457 ~ 36.32%
B 170 of 457 ~ 37.2%

%26.48
%36.32
%37.2

CMYK color model

#79A6AA color CMYK value is (29,2,0,33).

  • cyan value is 28.82%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(29,2,0,33)
C29M2Y0K33 
(29%,2%,0%,33%)
(0.29/0.02/0.00/0.33)	

CMYK percentages

%28.82
%2.35
%0
%33.33

Codes

Color #79A6AA in popluar color models

79A6AA
RGB121166170
HSL185°22.37%57.06%
HSB/HSV185°28.82%66.67%
CMYK28.82%2.35%0.00%
33.33%

Color #79A6AA in popluar number systems.

HEX79A6AA
Decimal121166170
Binary11110011010011010101010
Octal171246252

Shades and tints

Shades of #79A6AA

#79A6AA
(121,166,170)
#6E979B
(110,151,155)
#63888C
(99,136,140)
#58797D
(88,121,125)
#4D6A6E
(77,106,110)
#425B5F
(66,91,95)
#374C50
(55,76,80)
#2C3D41
(44,61,65)
#212E32
(33,46,50)
#161F23
(22,31,35)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #79A6AA

#79A6AA
(121,166,170)
#85AEB1
(133,174,177)
#91B6B8
(145,182,184)
#9DBEBF
(157,190,191)
#A9C6C6
(169,198,198)
#B5CECD
(181,206,205)
#C1D6D4
(193,214,212)
#CDDEDB
(205,222,219)
#D9E6E2
(217,230,226)
#E5EEE9
(229,238,233)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A6AA; }

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

This text font color is #79A6AA.


Background Color

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

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

This div background color is #79A6AA.


Border color

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

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

This div border color is #79A6AA.


Opacity

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

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

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

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

This text has shadow with #79A6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A6AA on black background.


Color preview on white background

This text has color #79A6AA on white background.



Black color preview on #79A6AA background

This text has black color on #79A6AA background.


White color preview on #79A6AA background

This text has white color on #79A6AA background.