COLOR #79A8A3

HEX: #79A8A3
RGB: (121,168,163)

Color info

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

RGB color model

#79A8A3 color RGB value is (121,168,163).

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

RGB channels and saturation

R 121 of 255 = 47%
G 168 of 255 = 66%
B 163 of 255 = 64%

121
168
163

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

Portions of RGB colors in percentages

R + G + B =
121 + 168 + 163 = 452 (100%)
R 121 of 452 ~ 26.77%
G 168 of 452 ~ 37.17%
B 163 of 452 ~ 36.06%

%26.77
%37.17
%36.06

CMYK color model

#79A8A3 color CMYK value is (28,0,3,34).

  • cyan value is 27.98%
  • magenta value is 0.00%
  • yellow value is 2.98%
  • key color value is 34.12%
CMYK:
(28,0,3,34)
C28M0Y3K34 
(28%,0%,3%,34%)
(0.28/0.00/0.03/0.34)	

CMYK percentages

%27.98
%0
%2.98
%34.12

Codes

Color #79A8A3 in popluar color models

79A8A3
RGB121168163
HSL174°21.27%56.67%
HSB/HSV174°27.98%65.88%
CMYK27.98%0.00%2.98%
34.12%

Color #79A8A3 in popluar number systems.

HEX79A8A3
Decimal121168163
Binary11110011010100010100011
Octal171250243

Shades and tints

Shades of #79A8A3

#79A8A3
(121,168,163)
#6E9995
(110,153,149)
#638A87
(99,138,135)
#587B79
(88,123,121)
#4D6C6B
(77,108,107)
#425D5D
(66,93,93)
#374E4F
(55,78,79)
#2C3F41
(44,63,65)
#213033
(33,48,51)
#162125
(22,33,37)
#0B1217
(11,18,23)
#000000
(0,0,0)

Tints of #79A8A3

#79A8A3
(121,168,163)
#85AFAB
(133,175,171)
#91B6B3
(145,182,179)
#9DBDBB
(157,189,187)
#A9C4C3
(169,196,195)
#B5CBCB
(181,203,203)
#C1D2D3
(193,210,211)
#CDD9DB
(205,217,219)
#D9E0E3
(217,224,227)
#E5E7EB
(229,231,235)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A8A3; }

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

This text font color is #79A8A3.


Background Color

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

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

This div background color is #79A8A3.


Border color

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

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

This div border color is #79A8A3.


Opacity

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

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

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

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

This text has shadow with #79A8A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A8A3 on black background.


Color preview on white background

This text has color #79A8A3 on white background.



Black color preview on #79A8A3 background

This text has black color on #79A8A3 background.


White color preview on #79A8A3 background

This text has white color on #79A8A3 background.