COLOR #79AD9C

HEX: #79AD9C
RGB: (121,173,156)

Color info

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

RGB color model

#79AD9C color RGB value is (121,173,156).

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

RGB channels and saturation

R 121 of 255 = 47%
G 173 of 255 = 68%
B 156 of 255 = 61%

121
173
156

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

Portions of RGB colors in percentages

R + G + B =
121 + 173 + 156 = 450 (100%)
R 121 of 450 ~ 26.89%
G 173 of 450 ~ 38.44%
B 156 of 450 ~ 34.67%

%26.89
%38.44
%34.67

CMYK color model

#79AD9C color CMYK value is (30,0,10,32).

  • cyan value is 30.06%
  • magenta value is 0.00%
  • yellow value is 9.83%
  • key color value is 32.16%
CMYK:
(30,0,10,32)
C30M0Y10K32 
(30%,0%,10%,32%)
(0.30/0.00/0.10/0.32)	

CMYK percentages

%30.06
%0
%9.83
%32.16

Codes

Color #79AD9C in popluar color models

79AD9C
RGB121173156
HSL160°24.07%57.65%
HSB/HSV160°30.06%67.84%
CMYK30.06%0.00%9.83%
32.16%

Color #79AD9C in popluar number systems.

HEX79AD9C
Decimal121173156
Binary11110011010110110011100
Octal171255234

Shades and tints

Shades of #79AD9C

#79AD9C
(121,173,156)
#6E9E8E
(110,158,142)
#638F80
(99,143,128)
#588072
(88,128,114)
#4D7164
(77,113,100)
#426256
(66,98,86)
#375348
(55,83,72)
#2C443A
(44,68,58)
#21352C
(33,53,44)
#16261E
(22,38,30)
#0B1710
(11,23,16)
#000000
(0,0,0)

Tints of #79AD9C

#79AD9C
(121,173,156)
#85B4A5
(133,180,165)
#91BBAE
(145,187,174)
#9DC2B7
(157,194,183)
#A9C9C0
(169,201,192)
#B5D0C9
(181,208,201)
#C1D7D2
(193,215,210)
#CDDEDB
(205,222,219)
#D9E5E4
(217,229,228)
#E5ECED
(229,236,237)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AD9C; }

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

This text font color is #79AD9C.


Background Color

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

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

This div background color is #79AD9C.


Border color

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

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

This div border color is #79AD9C.


Opacity

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

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

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

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

This text has shadow with #79AD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AD9C on black background.


Color preview on white background

This text has color #79AD9C on white background.



Black color preview on #79AD9C background

This text has black color on #79AD9C background.


White color preview on #79AD9C background

This text has white color on #79AD9C background.