COLOR #79ADA8

HEX: #79ADA8
RGB: (121,173,168)

Color info

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

RGB color model

#79ADA8 color RGB value is (121,173,168).

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

RGB channels and saturation

R 121 of 255 = 47%
G 173 of 255 = 68%
B 168 of 255 = 66%

121
173
168

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

Portions of RGB colors in percentages

R + G + B =
121 + 173 + 168 = 462 (100%)
R 121 of 462 ~ 26.19%
G 173 of 462 ~ 37.45%
B 168 of 462 ~ 36.36%

%26.19
%37.45
%36.36

CMYK color model

#79ADA8 color CMYK value is (30,0,3,32).

  • cyan value is 30.06%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 32.16%
CMYK:
(30,0,3,32)
C30M0Y3K32 
(30%,0%,3%,32%)
(0.30/0.00/0.03/0.32)	

CMYK percentages

%30.06
%0
%2.89
%32.16

Codes

Color #79ADA8 in popluar color models

79ADA8
RGB121173168
HSL174°24.07%57.65%
HSB/HSV174°30.06%67.84%
CMYK30.06%0.00%2.89%
32.16%

Color #79ADA8 in popluar number systems.

HEX79ADA8
Decimal121173168
Binary11110011010110110101000
Octal171255250

Shades and tints

Shades of #79ADA8

#79ADA8
(121,173,168)
#6E9E99
(110,158,153)
#638F8A
(99,143,138)
#58807B
(88,128,123)
#4D716C
(77,113,108)
#42625D
(66,98,93)
#37534E
(55,83,78)
#2C443F
(44,68,63)
#213530
(33,53,48)
#162621
(22,38,33)
#0B1712
(11,23,18)
#000000
(0,0,0)

Tints of #79ADA8

#79ADA8
(121,173,168)
#85B4AF
(133,180,175)
#91BBB6
(145,187,182)
#9DC2BD
(157,194,189)
#A9C9C4
(169,201,196)
#B5D0CB
(181,208,203)
#C1D7D2
(193,215,210)
#CDDED9
(205,222,217)
#D9E5E0
(217,229,224)
#E5ECE7
(229,236,231)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79ADA8; }

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

This text font color is #79ADA8.


Background Color

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

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

This div background color is #79ADA8.


Border color

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

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

This div border color is #79ADA8.


Opacity

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

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

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

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

This text has shadow with #79ADA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79ADA8 on black background.


Color preview on white background

This text has color #79ADA8 on white background.



Black color preview on #79ADA8 background

This text has black color on #79ADA8 background.


White color preview on #79ADA8 background

This text has white color on #79ADA8 background.