COLOR #79AAB8

HEX: #79AAB8
RGB: (121,170,184)

Color info

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

RGB color model

#79AAB8 color RGB value is (121,170,184).

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

RGB channels and saturation

R 121 of 255 = 47%
G 170 of 255 = 67%
B 184 of 255 = 72%

121
170
184

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

Portions of RGB colors in percentages

R + G + B =
121 + 170 + 184 = 475 (100%)
R 121 of 475 ~ 25.47%
G 170 of 475 ~ 35.79%
B 184 of 475 ~ 38.74%

%25.47
%35.79
%38.74

CMYK color model

#79AAB8 color CMYK value is (34,8,0,28).

  • cyan value is 34.24%
  • magenta value is 7.61%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(34,8,0,28)
C34M8Y0K28 
(34%,8%,0%,28%)
(0.34/0.08/0.00/0.28)	

CMYK percentages

%34.24
%7.61
%0
%27.84

Codes

Color #79AAB8 in popluar color models

79AAB8
RGB121170184
HSL193°30.73%59.80%
HSB/HSV193°34.24%72.16%
CMYK34.24%7.61%0.00%
27.84%

Color #79AAB8 in popluar number systems.

HEX79AAB8
Decimal121170184
Binary11110011010101010111000
Octal171252270

Shades and tints

Shades of #79AAB8

#79AAB8
(121,170,184)
#6E9BA8
(110,155,168)
#638C98
(99,140,152)
#587D88
(88,125,136)
#4D6E78
(77,110,120)
#425F68
(66,95,104)
#375058
(55,80,88)
#2C4148
(44,65,72)
#213238
(33,50,56)
#162328
(22,35,40)
#0B1418
(11,20,24)
#000000
(0,0,0)

Tints of #79AAB8

#79AAB8
(121,170,184)
#85B1BE
(133,177,190)
#91B8C4
(145,184,196)
#9DBFCA
(157,191,202)
#A9C6D0
(169,198,208)
#B5CDD6
(181,205,214)
#C1D4DC
(193,212,220)
#CDDBE2
(205,219,226)
#D9E2E8
(217,226,232)
#E5E9EE
(229,233,238)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AAB8; }

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

This text font color is #79AAB8.


Background Color

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

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

This div background color is #79AAB8.


Border color

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

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

This div border color is #79AAB8.


Opacity

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

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

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

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

This text has shadow with #79AAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AAB8 on black background.


Color preview on white background

This text has color #79AAB8 on white background.



Black color preview on #79AAB8 background

This text has black color on #79AAB8 background.


White color preview on #79AAB8 background

This text has white color on #79AAB8 background.