COLOR #79ACA0

HEX: #79ACA0
RGB: (121,172,160)

Color info

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

RGB color model

#79ACA0 color RGB value is (121,172,160).

  • red value is 121;
  • green value is 172;
  • blue value is 160.
RGB:
(121,172,160)
(47%,67%,63%)

RGB channels and saturation

R 121 of 255 = 47%
G 172 of 255 = 67%
B 160 of 255 = 63%

121
172
160

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

Portions of RGB colors in percentages

R + G + B =
121 + 172 + 160 = 453 (100%)
R 121 of 453 ~ 26.71%
G 172 of 453 ~ 37.97%
B 160 of 453 ~ 35.32%

%26.71
%37.97
%35.32

CMYK color model

#79ACA0 color CMYK value is (30,0,7,33).

  • cyan value is 29.65%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 32.55%
CMYK:
(30,0,7,33)
C30M0Y7K33 
(30%,0%,7%,33%)
(0.30/0.00/0.07/0.33)	

CMYK percentages

%29.65
%0
%6.98
%32.55

Codes

Color #79ACA0 in popluar color models

79ACA0
RGB121172160
HSL166°23.50%57.45%
HSB/HSV166°29.65%67.45%
CMYK29.65%0.00%6.98%
32.55%

Color #79ACA0 in popluar number systems.

HEX79ACA0
Decimal121172160
Binary11110011010110010100000
Octal171254240

Shades and tints

Shades of #79ACA0

#79ACA0
(121,172,160)
#6E9D92
(110,157,146)
#638E84
(99,142,132)
#587F76
(88,127,118)
#4D7068
(77,112,104)
#42615A
(66,97,90)
#37524C
(55,82,76)
#2C433E
(44,67,62)
#213430
(33,52,48)
#162522
(22,37,34)
#0B1614
(11,22,20)
#000000
(0,0,0)

Tints of #79ACA0

#79ACA0
(121,172,160)
#85B3A8
(133,179,168)
#91BAB0
(145,186,176)
#9DC1B8
(157,193,184)
#A9C8C0
(169,200,192)
#B5CFC8
(181,207,200)
#C1D6D0
(193,214,208)
#CDDDD8
(205,221,216)
#D9E4E0
(217,228,224)
#E5EBE8
(229,235,232)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79ACA0 color. Also use rgb(121,172,160) instead hex code.

Text Font Color

.myTextColor { color: #79ACA0; }

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

This text font color is #79ACA0.


Background Color

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

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

This div background color is #79ACA0.


Border color

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

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

This div border color is #79ACA0.


Opacity

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

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

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

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

This text has shadow with #79ACA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79ACA0 on black background.


Color preview on white background

This text has color #79ACA0 on white background.



Black color preview on #79ACA0 background

This text has black color on #79ACA0 background.


White color preview on #79ACA0 background

This text has white color on #79ACA0 background.