COLOR #79A3AE

HEX: #79A3AE
RGB: (121,163,174)

Color info

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

RGB color model

#79A3AE color RGB value is (121,163,174).

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

RGB channels and saturation

R 121 of 255 = 47%
G 163 of 255 = 64%
B 174 of 255 = 68%

121
163
174

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

Portions of RGB colors in percentages

R + G + B =
121 + 163 + 174 = 458 (100%)
R 121 of 458 ~ 26.42%
G 163 of 458 ~ 35.59%
B 174 of 458 ~ 37.99%

%26.42
%35.59
%37.99

CMYK color model

#79A3AE color CMYK value is (30,6,0,32).

  • cyan value is 30.46%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(30,6,0,32)
C30M6Y0K32 
(30%,6%,0%,32%)
(0.30/0.06/0.00/0.32)	

CMYK percentages

%30.46
%6.32
%0
%31.76

Codes

Color #79A3AE in popluar color models

79A3AE
RGB121163174
HSL192°24.65%57.84%
HSB/HSV192°30.46%68.24%
CMYK30.46%6.32%0.00%
31.76%

Color #79A3AE in popluar number systems.

HEX79A3AE
Decimal121163174
Binary11110011010001110101110
Octal171243256

Shades and tints

Shades of #79A3AE

#79A3AE
(121,163,174)
#6E959F
(110,149,159)
#638790
(99,135,144)
#587981
(88,121,129)
#4D6B72
(77,107,114)
#425D63
(66,93,99)
#374F54
(55,79,84)
#2C4145
(44,65,69)
#213336
(33,51,54)
#162527
(22,37,39)
#0B1718
(11,23,24)
#000000
(0,0,0)

Tints of #79A3AE

#79A3AE
(121,163,174)
#85ABB5
(133,171,181)
#91B3BC
(145,179,188)
#9DBBC3
(157,187,195)
#A9C3CA
(169,195,202)
#B5CBD1
(181,203,209)
#C1D3D8
(193,211,216)
#CDDBDF
(205,219,223)
#D9E3E6
(217,227,230)
#E5EBED
(229,235,237)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A3AE; }

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

This text font color is #79A3AE.


Background Color

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

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

This div background color is #79A3AE.


Border color

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

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

This div border color is #79A3AE.


Opacity

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

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

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

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

This text has shadow with #79A3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A3AE on black background.


Color preview on white background

This text has color #79A3AE on white background.



Black color preview on #79A3AE background

This text has black color on #79A3AE background.


White color preview on #79A3AE background

This text has white color on #79A3AE background.