COLOR #79A6AD

HEX: #79A6AD
RGB: (121,166,173)

Color info

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

RGB color model

#79A6AD color RGB value is (121,166,173).

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

RGB channels and saturation

R 121 of 255 = 47%
G 166 of 255 = 65%
B 173 of 255 = 68%

121
166
173

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

Portions of RGB colors in percentages

R + G + B =
121 + 166 + 173 = 460 (100%)
R 121 of 460 ~ 26.3%
G 166 of 460 ~ 36.09%
B 173 of 460 ~ 37.61%

%26.3
%36.09
%37.61

CMYK color model

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

  • cyan value is 30.06%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(30,4,0,32)
C30M4Y0K32 
(30%,4%,0%,32%)
(0.30/0.04/0.00/0.32)	

CMYK percentages

%30.06
%4.05
%0
%32.16

Codes

Color #79A6AD in popluar color models

79A6AD
RGB121166173
HSL188°24.07%57.65%
HSB/HSV188°30.06%67.84%
CMYK30.06%4.05%0.00%
32.16%

Color #79A6AD in popluar number systems.

HEX79A6AD
Decimal121166173
Binary11110011010011010101101
Octal171246255

Shades and tints

Shades of #79A6AD

#79A6AD
(121,166,173)
#6E979E
(110,151,158)
#63888F
(99,136,143)
#587980
(88,121,128)
#4D6A71
(77,106,113)
#425B62
(66,91,98)
#374C53
(55,76,83)
#2C3D44
(44,61,68)
#212E35
(33,46,53)
#161F26
(22,31,38)
#0B1017
(11,16,23)
#000000
(0,0,0)

Tints of #79A6AD

#79A6AD
(121,166,173)
#85AEB4
(133,174,180)
#91B6BB
(145,182,187)
#9DBEC2
(157,190,194)
#A9C6C9
(169,198,201)
#B5CED0
(181,206,208)
#C1D6D7
(193,214,215)
#CDDEDE
(205,222,222)
#D9E6E5
(217,230,229)
#E5EEEC
(229,238,236)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A6AD; }

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

This text font color is #79A6AD.


Background Color

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

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

This div background color is #79A6AD.


Border color

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

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

This div border color is #79A6AD.


Opacity

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

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

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

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

This text has shadow with #79A6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A6AD on black background.


Color preview on white background

This text has color #79A6AD on white background.



Black color preview on #79A6AD background

This text has black color on #79A6AD background.


White color preview on #79A6AD background

This text has white color on #79A6AD background.