COLOR #79ADAB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

121
173
171

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

Portions of RGB colors in percentages

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

%26.02
%37.2
%36.77

CMYK color model

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

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

CMYK percentages

%30.06
%0
%1.16
%32.16

Codes

Color #79ADAB in popluar color models

79ADAB
RGB121173171
HSL178°24.07%57.65%
HSB/HSV178°30.06%67.84%
CMYK30.06%0.00%1.16%
32.16%

Color #79ADAB in popluar number systems.

HEX79ADAB
Decimal121173171
Binary11110011010110110101011
Octal171255253

Shades and tints

Shades of #79ADAB

#79ADAB
(121,173,171)
#6E9E9C
(110,158,156)
#638F8D
(99,143,141)
#58807E
(88,128,126)
#4D716F
(77,113,111)
#426260
(66,98,96)
#375351
(55,83,81)
#2C4442
(44,68,66)
#213533
(33,53,51)
#162624
(22,38,36)
#0B1715
(11,23,21)
#000000
(0,0,0)

Tints of #79ADAB

#79ADAB
(121,173,171)
#85B4B2
(133,180,178)
#91BBB9
(145,187,185)
#9DC2C0
(157,194,192)
#A9C9C7
(169,201,199)
#B5D0CE
(181,208,206)
#C1D7D5
(193,215,213)
#CDDEDC
(205,222,220)
#D9E5E3
(217,229,227)
#E5ECEA
(229,236,234)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79ADAB; }

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

This text font color is #79ADAB.


Background Color

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

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

This div background color is #79ADAB.


Border color

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

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

This div border color is #79ADAB.


Opacity

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

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

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

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

This text has shadow with #79ADAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79ADAB on black background.


Color preview on white background

This text has color #79ADAB on white background.



Black color preview on #79ADAB background

This text has black color on #79ADAB background.


White color preview on #79ADAB background

This text has white color on #79ADAB background.