COLOR #79AAB7

HEX: #79AAB7
RGB: (121,170,183)

Color info

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

RGB color model

#79AAB7 color RGB value is (121,170,183).

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

RGB channels and saturation

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

121
170
183

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

Portions of RGB colors in percentages

R + G + B =
121 + 170 + 183 = 474 (100%)
R 121 of 474 ~ 25.53%
G 170 of 474 ~ 35.86%
B 183 of 474 ~ 38.61%

%25.53
%35.86
%38.61

CMYK color model

#79AAB7 color CMYK value is (34,7,0,28).

  • cyan value is 33.88%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(34,7,0,28)
C34M7Y0K28 
(34%,7%,0%,28%)
(0.34/0.07/0.00/0.28)	

CMYK percentages

%33.88
%7.1
%0
%28.24

Codes

Color #79AAB7 in popluar color models

79AAB7
RGB121170183
HSL193°30.10%59.61%
HSB/HSV193°33.88%71.76%
CMYK33.88%7.10%0.00%
28.24%

Color #79AAB7 in popluar number systems.

HEX79AAB7
Decimal121170183
Binary11110011010101010110111
Octal171252267

Shades and tints

Shades of #79AAB7

#79AAB7
(121,170,183)
#6E9BA7
(110,155,167)
#638C97
(99,140,151)
#587D87
(88,125,135)
#4D6E77
(77,110,119)
#425F67
(66,95,103)
#375057
(55,80,87)
#2C4147
(44,65,71)
#213237
(33,50,55)
#162327
(22,35,39)
#0B1417
(11,20,23)
#000000
(0,0,0)

Tints of #79AAB7

#79AAB7
(121,170,183)
#85B1BD
(133,177,189)
#91B8C3
(145,184,195)
#9DBFC9
(157,191,201)
#A9C6CF
(169,198,207)
#B5CDD5
(181,205,213)
#C1D4DB
(193,212,219)
#CDDBE1
(205,219,225)
#D9E2E7
(217,226,231)
#E5E9ED
(229,233,237)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AAB7; }

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

This text font color is #79AAB7.


Background Color

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

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

This div background color is #79AAB7.


Border color

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

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

This div border color is #79AAB7.


Opacity

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

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

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

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

This text has shadow with #79AAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AAB7 on black background.


Color preview on white background

This text has color #79AAB7 on white background.



Black color preview on #79AAB7 background

This text has black color on #79AAB7 background.


White color preview on #79AAB7 background

This text has white color on #79AAB7 background.