COLOR #79AABA

HEX: #79AABA
RGB: (121,170,186)

Color info

#79AABA contains mainly green and blue colors. Web safe color of #79AABA is #6699CC (or #69C).

RGB color model

#79AABA color RGB value is (121,170,186).

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

RGB channels and saturation

R 121 of 255 = 47%
G 170 of 255 = 67%
B 186 of 255 = 73%

121
170
186

R + G + B ~ 62%. #79AABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 170 + 186 = 477 (100%)
R 121 of 477 ~ 25.37%
G 170 of 477 ~ 35.64%
B 186 of 477 ~ 38.99%

%25.37
%35.64
%38.99

CMYK color model

#79AABA color CMYK value is (35,9,0,27).

  • cyan value is 34.95%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(35,9,0,27)
C35M9Y0K27 
(35%,9%,0%,27%)
(0.35/0.09/0.00/0.27)	

CMYK percentages

%34.95
%8.6
%0
%27.06

Codes

Color #79AABA in popluar color models

79AABA
RGB121170186
HSL195°32.02%60.20%
HSB/HSV195°34.95%72.94%
CMYK34.95%8.60%0.00%
27.06%

Color #79AABA in popluar number systems.

HEX79AABA
Decimal121170186
Binary11110011010101010111010
Octal171252272

Shades and tints

Shades of #79AABA

#79AABA
(121,170,186)
#6E9BAA
(110,155,170)
#638C9A
(99,140,154)
#587D8A
(88,125,138)
#4D6E7A
(77,110,122)
#425F6A
(66,95,106)
#37505A
(55,80,90)
#2C414A
(44,65,74)
#21323A
(33,50,58)
#16232A
(22,35,42)
#0B141A
(11,20,26)
#000000
(0,0,0)

Tints of #79AABA

#79AABA
(121,170,186)
#85B1C0
(133,177,192)
#91B8C6
(145,184,198)
#9DBFCC
(157,191,204)
#A9C6D2
(169,198,210)
#B5CDD8
(181,205,216)
#C1D4DE
(193,212,222)
#CDDBE4
(205,219,228)
#D9E2EA
(217,226,234)
#E5E9F0
(229,233,240)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AABA; }

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

This text font color is #79AABA.


Background Color

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

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

This div background color is #79AABA.


Border color

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

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

This div border color is #79AABA.


Opacity

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

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

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

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

This text has shadow with #79AABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AABA on black background.


Color preview on white background

This text has color #79AABA on white background.



Black color preview on #79AABA background

This text has black color on #79AABA background.


White color preview on #79AABA background

This text has white color on #79AABA background.