COLOR #79AEA7

HEX: #79AEA7
RGB: (121,174,167)

Color info

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

RGB color model

#79AEA7 color RGB value is (121,174,167).

  • red value is 121;
  • green value is 174;
  • blue value is 167.
RGB:
(121,174,167)
(47%,68%,65%)

RGB channels and saturation

R 121 of 255 = 47%
G 174 of 255 = 68%
B 167 of 255 = 65%

121
174
167

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

Portions of RGB colors in percentages

R + G + B =
121 + 174 + 167 = 462 (100%)
R 121 of 462 ~ 26.19%
G 174 of 462 ~ 37.66%
B 167 of 462 ~ 36.15%

%26.19
%37.66
%36.15

CMYK color model

#79AEA7 color CMYK value is (30,0,4,32).

  • cyan value is 30.46%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 31.76%
CMYK:
(30,0,4,32)
C30M0Y4K32 
(30%,0%,4%,32%)
(0.30/0.00/0.04/0.32)	

CMYK percentages

%30.46
%0
%4.02
%31.76

Codes

Color #79AEA7 in popluar color models

79AEA7
RGB121174167
HSL172°24.65%57.84%
HSB/HSV172°30.46%68.24%
CMYK30.46%0.00%4.02%
31.76%

Color #79AEA7 in popluar number systems.

HEX79AEA7
Decimal121174167
Binary11110011010111010100111
Octal171256247

Shades and tints

Shades of #79AEA7

#79AEA7
(121,174,167)
#6E9F98
(110,159,152)
#639089
(99,144,137)
#58817A
(88,129,122)
#4D726B
(77,114,107)
#42635C
(66,99,92)
#37544D
(55,84,77)
#2C453E
(44,69,62)
#21362F
(33,54,47)
#162720
(22,39,32)
#0B1811
(11,24,17)
#000000
(0,0,0)

Tints of #79AEA7

#79AEA7
(121,174,167)
#85B5AF
(133,181,175)
#91BCB7
(145,188,183)
#9DC3BF
(157,195,191)
#A9CAC7
(169,202,199)
#B5D1CF
(181,209,207)
#C1D8D7
(193,216,215)
#CDDFDF
(205,223,223)
#D9E6E7
(217,230,231)
#E5EDEF
(229,237,239)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79AEA7 color. Also use rgb(121,174,167) instead hex code.

Text Font Color

.myTextColor { color: #79AEA7; }

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

This text font color is #79AEA7.


Background Color

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

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

This div background color is #79AEA7.


Border color

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

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

This div border color is #79AEA7.


Opacity

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

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

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

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

This text has shadow with #79AEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AEA7 on black background.


Color preview on white background

This text has color #79AEA7 on white background.



Black color preview on #79AEA7 background

This text has black color on #79AEA7 background.


White color preview on #79AEA7 background

This text has white color on #79AEA7 background.