COLOR #79C6D2

HEX: #79C6D2
RGB: (121,198,210)

Color info

#79C6D2 contains mainly green and blue colors. Web safe color of #79C6D2 is #66CCCC (or #6CC).

RGB color model

#79C6D2 color RGB value is (121,198,210).

  • red value is 121;
  • green value is 198;
  • blue value is 210.
RGB:
(121,198,210)
(47%,78%,82%)

RGB channels and saturation

R 121 of 255 = 47%
G 198 of 255 = 78%
B 210 of 255 = 82%

121
198
210

R + G + B ~ 69%. #79C6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 198 + 210 = 529 (100%)
R 121 of 529 ~ 22.87%
G 198 of 529 ~ 37.43%
B 210 of 529 ~ 39.7%

%22.87
%37.43
%39.7

CMYK color model

#79C6D2 color CMYK value is (42,6,0,18).

  • cyan value is 42.38%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(42,6,0,18)
C42M6Y0K18 
(42%,6%,0%,18%)
(0.42/0.06/0.00/0.18)	

CMYK percentages

%42.38
%5.71
%0
%17.65

Codes

Color #79C6D2 in popluar color models

79C6D2
RGB121198210
HSL188°49.72%64.90%
HSB/HSV188°42.38%82.35%
CMYK42.38%5.71%0.00%
17.65%

Color #79C6D2 in popluar number systems.

HEX79C6D2
Decimal121198210
Binary11110011100011011010010
Octal171306322

Shades and tints

Shades of #79C6D2

#79C6D2
(121,198,210)
#6EB4BF
(110,180,191)
#63A2AC
(99,162,172)
#589099
(88,144,153)
#4D7E86
(77,126,134)
#426C73
(66,108,115)
#375A60
(55,90,96)
#2C484D
(44,72,77)
#21363A
(33,54,58)
#162427
(22,36,39)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #79C6D2

#79C6D2
(121,198,210)
#85CBD6
(133,203,214)
#91D0DA
(145,208,218)
#9DD5DE
(157,213,222)
#A9DAE2
(169,218,226)
#B5DFE6
(181,223,230)
#C1E4EA
(193,228,234)
#CDE9EE
(205,233,238)
#D9EEF2
(217,238,242)
#E5F3F6
(229,243,246)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79C6D2 color. Also use rgb(121,198,210) instead hex code.

Text Font Color

.myTextColor { color: #79C6D2; }

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

This text font color is #79C6D2.


Background Color

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

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

This div background color is #79C6D2.


Border color

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

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

This div border color is #79C6D2.


Opacity

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

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

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

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

This text has shadow with #79C6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79C6D2 on black background.


Color preview on white background

This text has color #79C6D2 on white background.



Black color preview on #79C6D2 background

This text has black color on #79C6D2 background.


White color preview on #79C6D2 background

This text has white color on #79C6D2 background.