COLOR #79B1B5

HEX: #79B1B5
RGB: (121,177,181)

Color info

#79B1B5 contains mainly green and blue colors. Web safe color of #79B1B5 is #6699CC (or #69C).

RGB color model

#79B1B5 color RGB value is (121,177,181).

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

RGB channels and saturation

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

121
177
181

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

Portions of RGB colors in percentages

R + G + B =
121 + 177 + 181 = 479 (100%)
R 121 of 479 ~ 25.26%
G 177 of 479 ~ 36.95%
B 181 of 479 ~ 37.79%

%25.26
%36.95
%37.79

CMYK color model

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

  • cyan value is 33.15%
  • magenta value is 2.21%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(33,2,0,29)
C33M2Y0K29 
(33%,2%,0%,29%)
(0.33/0.02/0.00/0.29)	

CMYK percentages

%33.15
%2.21
%0
%29.02

Codes

Color #79B1B5 in popluar color models

79B1B5
RGB121177181
HSL184°28.85%59.22%
HSB/HSV184°33.15%70.98%
CMYK33.15%2.21%0.00%
29.02%

Color #79B1B5 in popluar number systems.

HEX79B1B5
Decimal121177181
Binary11110011011000110110101
Octal171261265

Shades and tints

Shades of #79B1B5

#79B1B5
(121,177,181)
#6EA1A5
(110,161,165)
#639195
(99,145,149)
#588185
(88,129,133)
#4D7175
(77,113,117)
#426165
(66,97,101)
#375155
(55,81,85)
#2C4145
(44,65,69)
#213135
(33,49,53)
#162125
(22,33,37)
#0B1115
(11,17,21)
#000000
(0,0,0)

Tints of #79B1B5

#79B1B5
(121,177,181)
#85B8BB
(133,184,187)
#91BFC1
(145,191,193)
#9DC6C7
(157,198,199)
#A9CDCD
(169,205,205)
#B5D4D3
(181,212,211)
#C1DBD9
(193,219,217)
#CDE2DF
(205,226,223)
#D9E9E5
(217,233,229)
#E5F0EB
(229,240,235)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79B1B5; }

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

This text font color is #79B1B5.


Background Color

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

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

This div background color is #79B1B5.


Border color

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

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

This div border color is #79B1B5.


Opacity

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

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

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

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

This text has shadow with #79B1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B1B5 on black background.


Color preview on white background

This text has color #79B1B5 on white background.



Black color preview on #79B1B5 background

This text has black color on #79B1B5 background.


White color preview on #79B1B5 background

This text has white color on #79B1B5 background.