COLOR #79B6B1

HEX: #79B6B1
RGB: (121,182,177)

Color info

#79B6B1 contains mainly green and blue colors. Web safe color of #79B6B1 is #66CC99 (or #6C9).

RGB color model

#79B6B1 color RGB value is (121,182,177).

  • red value is 121;
  • green value is 182;
  • blue value is 177.
RGB:
(121,182,177)
(47%,71%,69%)

RGB channels and saturation

R 121 of 255 = 47%
G 182 of 255 = 71%
B 177 of 255 = 69%

121
182
177

R + G + B ~ 62%. #79B6B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 182 + 177 = 480 (100%)
R 121 of 480 ~ 25.21%
G 182 of 480 ~ 37.92%
B 177 of 480 ~ 36.88%

%25.21
%37.92
%36.88

CMYK color model

#79B6B1 color CMYK value is (34,0,3,29).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 2.75%
  • key color value is 28.63%
CMYK:
(34,0,3,29)
C34M0Y3K29 
(34%,0%,3%,29%)
(0.34/0.00/0.03/0.29)	

CMYK percentages

%33.52
%0
%2.75
%28.63

Codes

Color #79B6B1 in popluar color models

79B6B1
RGB121182177
HSL175°29.47%59.41%
HSB/HSV175°33.52%71.37%
CMYK33.52%0.00%2.75%
28.63%

Color #79B6B1 in popluar number systems.

HEX79B6B1
Decimal121182177
Binary11110011011011010110001
Octal171266261

Shades and tints

Shades of #79B6B1

#79B6B1
(121,182,177)
#6EA6A1
(110,166,161)
#639691
(99,150,145)
#588681
(88,134,129)
#4D7671
(77,118,113)
#426661
(66,102,97)
#375651
(55,86,81)
#2C4641
(44,70,65)
#213631
(33,54,49)
#162621
(22,38,33)
#0B1611
(11,22,17)
#000000
(0,0,0)

Tints of #79B6B1

#79B6B1
(121,182,177)
#85BCB8
(133,188,184)
#91C2BF
(145,194,191)
#9DC8C6
(157,200,198)
#A9CECD
(169,206,205)
#B5D4D4
(181,212,212)
#C1DADB
(193,218,219)
#CDE0E2
(205,224,226)
#D9E6E9
(217,230,233)
#E5ECF0
(229,236,240)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B6B1 color. Also use rgb(121,182,177) instead hex code.

Text Font Color

.myTextColor { color: #79B6B1; }

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

This text font color is #79B6B1.


Background Color

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

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

This div background color is #79B6B1.


Border color

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

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

This div border color is #79B6B1.


Opacity

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

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

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

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

This text has shadow with #79B6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B6B1 on black background.


Color preview on white background

This text has color #79B6B1 on white background.



Black color preview on #79B6B1 background

This text has black color on #79B6B1 background.


White color preview on #79B6B1 background

This text has white color on #79B6B1 background.