COLOR #79A2AD

HEX: #79A2AD
RGB: (121,162,173)

Color info

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

RGB color model

#79A2AD color RGB value is (121,162,173).

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

RGB channels and saturation

R 121 of 255 = 47%
G 162 of 255 = 64%
B 173 of 255 = 68%

121
162
173

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

Portions of RGB colors in percentages

R + G + B =
121 + 162 + 173 = 456 (100%)
R 121 of 456 ~ 26.54%
G 162 of 456 ~ 35.53%
B 173 of 456 ~ 37.94%

%26.54
%35.53
%37.94

CMYK color model

#79A2AD color CMYK value is (30,6,0,32).

  • cyan value is 30.06%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(30,6,0,32)
C30M6Y0K32 
(30%,6%,0%,32%)
(0.30/0.06/0.00/0.32)	

CMYK percentages

%30.06
%6.36
%0
%32.16

Codes

Color #79A2AD in popluar color models

79A2AD
RGB121162173
HSL193°24.07%57.65%
HSB/HSV193°30.06%67.84%
CMYK30.06%6.36%0.00%
32.16%

Color #79A2AD in popluar number systems.

HEX79A2AD
Decimal121162173
Binary11110011010001010101101
Octal171242255

Shades and tints

Shades of #79A2AD

#79A2AD
(121,162,173)
#6E949E
(110,148,158)
#63868F
(99,134,143)
#587880
(88,120,128)
#4D6A71
(77,106,113)
#425C62
(66,92,98)
#374E53
(55,78,83)
#2C4044
(44,64,68)
#213235
(33,50,53)
#162426
(22,36,38)
#0B1617
(11,22,23)
#000000
(0,0,0)

Tints of #79A2AD

#79A2AD
(121,162,173)
#85AAB4
(133,170,180)
#91B2BB
(145,178,187)
#9DBAC2
(157,186,194)
#A9C2C9
(169,194,201)
#B5CAD0
(181,202,208)
#C1D2D7
(193,210,215)
#CDDADE
(205,218,222)
#D9E2E5
(217,226,229)
#E5EAEC
(229,234,236)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A2AD; }

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

This text font color is #79A2AD.


Background Color

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

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

This div background color is #79A2AD.


Border color

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

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

This div border color is #79A2AD.


Opacity

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

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

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

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

This text has shadow with #79A2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A2AD on black background.


Color preview on white background

This text has color #79A2AD on white background.



Black color preview on #79A2AD background

This text has black color on #79A2AD background.


White color preview on #79A2AD background

This text has white color on #79A2AD background.