COLOR #79ABAD

HEX: #79ABAD
RGB: (121,171,173)

Color info

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

RGB color model

#79ABAD color RGB value is (121,171,173).

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

RGB channels and saturation

R 121 of 255 = 47%
G 171 of 255 = 67%
B 173 of 255 = 68%

121
171
173

R + G + B ~ 61%. #79ABAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 171 + 173 = 465 (100%)
R 121 of 465 ~ 26.02%
G 171 of 465 ~ 36.77%
B 173 of 465 ~ 37.2%

%26.02
%36.77
%37.2

CMYK color model

#79ABAD color CMYK value is (30,1,0,32).

  • cyan value is 30.06%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(30,1,0,32)
C30M1Y0K32 
(30%,1%,0%,32%)
(0.30/0.01/0.00/0.32)	

CMYK percentages

%30.06
%1.16
%0
%32.16

Codes

Color #79ABAD in popluar color models

79ABAD
RGB121171173
HSL182°24.07%57.65%
HSB/HSV182°30.06%67.84%
CMYK30.06%1.16%0.00%
32.16%

Color #79ABAD in popluar number systems.

HEX79ABAD
Decimal121171173
Binary11110011010101110101101
Octal171253255

Shades and tints

Shades of #79ABAD

#79ABAD
(121,171,173)
#6E9C9E
(110,156,158)
#638D8F
(99,141,143)
#587E80
(88,126,128)
#4D6F71
(77,111,113)
#426062
(66,96,98)
#375153
(55,81,83)
#2C4244
(44,66,68)
#213335
(33,51,53)
#162426
(22,36,38)
#0B1517
(11,21,23)
#000000
(0,0,0)

Tints of #79ABAD

#79ABAD
(121,171,173)
#85B2B4
(133,178,180)
#91B9BB
(145,185,187)
#9DC0C2
(157,192,194)
#A9C7C9
(169,199,201)
#B5CED0
(181,206,208)
#C1D5D7
(193,213,215)
#CDDCDE
(205,220,222)
#D9E3E5
(217,227,229)
#E5EAEC
(229,234,236)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79ABAD; }

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

This text font color is #79ABAD.


Background Color

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

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

This div background color is #79ABAD.


Border color

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

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

This div border color is #79ABAD.


Opacity

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

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

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

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

This text has shadow with #79ABAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79ABAD on black background.


Color preview on white background

This text has color #79ABAD on white background.



Black color preview on #79ABAD background

This text has black color on #79ABAD background.


White color preview on #79ABAD background

This text has white color on #79ABAD background.