COLOR #79B4B1

HEX: #79B4B1
RGB: (121,180,177)

Color info

#79B4B1 contains red, green and blue colors in about the same proportion. Web safe color of #79B4B1 is #66CC99 (or #6C9).

RGB color model

#79B4B1 color RGB value is (121,180,177).

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

RGB channels and saturation

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

121
180
177

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

Portions of RGB colors in percentages

R + G + B =
121 + 180 + 177 = 478 (100%)
R 121 of 478 ~ 25.31%
G 180 of 478 ~ 37.66%
B 177 of 478 ~ 37.03%

%25.31
%37.66
%37.03

CMYK color model

#79B4B1 color CMYK value is (33,0,2,29).

  • cyan value is 32.78%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 29.41%
CMYK:
(33,0,2,29)
C33M0Y2K29 
(33%,0%,2%,29%)
(0.33/0.00/0.02/0.29)	

CMYK percentages

%32.78
%0
%1.67
%29.41

Codes

Color #79B4B1 in popluar color models

79B4B1
RGB121180177
HSL177°28.23%59.02%
HSB/HSV177°32.78%70.59%
CMYK32.78%0.00%1.67%
29.41%

Color #79B4B1 in popluar number systems.

HEX79B4B1
Decimal121180177
Binary11110011011010010110001
Octal171264261

Shades and tints

Shades of #79B4B1

#79B4B1
(121,180,177)
#6EA4A1
(110,164,161)
#639491
(99,148,145)
#588481
(88,132,129)
#4D7471
(77,116,113)
#426461
(66,100,97)
#375451
(55,84,81)
#2C4441
(44,68,65)
#213431
(33,52,49)
#162421
(22,36,33)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #79B4B1

#79B4B1
(121,180,177)
#85BAB8
(133,186,184)
#91C0BF
(145,192,191)
#9DC6C6
(157,198,198)
#A9CCCD
(169,204,205)
#B5D2D4
(181,210,212)
#C1D8DB
(193,216,219)
#CDDEE2
(205,222,226)
#D9E4E9
(217,228,233)
#E5EAF0
(229,234,240)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79B4B1; }

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

This text font color is #79B4B1.


Background Color

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

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

This div background color is #79B4B1.


Border color

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

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

This div border color is #79B4B1.


Opacity

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

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

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

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

This text has shadow with #79B4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B4B1 on black background.


Color preview on white background

This text has color #79B4B1 on white background.



Black color preview on #79B4B1 background

This text has black color on #79B4B1 background.


White color preview on #79B4B1 background

This text has white color on #79B4B1 background.