COLOR #79B2D1

HEX: #79B2D1
RGB: (121,178,209)

Color info

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

RGB color model

#79B2D1 color RGB value is (121,178,209).

  • red value is 121;
  • green value is 178;
  • blue value is 209.
RGB:
(121,178,209)
(47%,70%,82%)

RGB channels and saturation

R 121 of 255 = 47%
G 178 of 255 = 70%
B 209 of 255 = 82%

121
178
209

R + G + B ~ 66%. #79B2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 178 + 209 = 508 (100%)
R 121 of 508 ~ 23.82%
G 178 of 508 ~ 35.04%
B 209 of 508 ~ 41.14%

%23.82
%35.04
%41.14

CMYK color model

#79B2D1 color CMYK value is (42,15,0,18).

  • cyan value is 42.11%
  • magenta value is 14.83%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(42,15,0,18)
C42M15Y0K18 
(42%,15%,0%,18%)
(0.42/0.15/0.00/0.18)	

CMYK percentages

%42.11
%14.83
%0
%18.04

Codes

Color #79B2D1 in popluar color models

79B2D1
RGB121178209
HSL201°48.89%64.71%
HSB/HSV201°42.11%81.96%
CMYK42.11%14.83%0.00%
18.04%

Color #79B2D1 in popluar number systems.

HEX79B2D1
Decimal121178209
Binary11110011011001011010001
Octal171262321

Shades and tints

Shades of #79B2D1

#79B2D1
(121,178,209)
#6EA2BE
(110,162,190)
#6392AB
(99,146,171)
#588298
(88,130,152)
#4D7285
(77,114,133)
#426272
(66,98,114)
#37525F
(55,82,95)
#2C424C
(44,66,76)
#213239
(33,50,57)
#162226
(22,34,38)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #79B2D1

#79B2D1
(121,178,209)
#85B9D5
(133,185,213)
#91C0D9
(145,192,217)
#9DC7DD
(157,199,221)
#A9CEE1
(169,206,225)
#B5D5E5
(181,213,229)
#C1DCE9
(193,220,233)
#CDE3ED
(205,227,237)
#D9EAF1
(217,234,241)
#E5F1F5
(229,241,245)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B2D1 color. Also use rgb(121,178,209) instead hex code.

Text Font Color

.myTextColor { color: #79B2D1; }

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

This text font color is #79B2D1.


Background Color

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

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

This div background color is #79B2D1.


Border color

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

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

This div border color is #79B2D1.


Opacity

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

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

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

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

This text has shadow with #79B2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B2D1 on black background.


Color preview on white background

This text has color #79B2D1 on white background.



Black color preview on #79B2D1 background

This text has black color on #79B2D1 background.


White color preview on #79B2D1 background

This text has white color on #79B2D1 background.