COLOR #79C3D6

HEX: #79C3D6
RGB: (121,195,214)

Color info

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

RGB color model

#79C3D6 color RGB value is (121,195,214).

  • red value is 121;
  • green value is 195;
  • blue value is 214.
RGB:
(121,195,214)
(47%,76%,84%)

RGB channels and saturation

R 121 of 255 = 47%
G 195 of 255 = 76%
B 214 of 255 = 84%

121
195
214

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

Portions of RGB colors in percentages

R + G + B =
121 + 195 + 214 = 530 (100%)
R 121 of 530 ~ 22.83%
G 195 of 530 ~ 36.79%
B 214 of 530 ~ 40.38%

%22.83
%36.79
%40.38

CMYK color model

#79C3D6 color CMYK value is (43,9,0,16).

  • cyan value is 43.46%
  • magenta value is 8.88%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(43,9,0,16)
C43M9Y0K16 
(43%,9%,0%,16%)
(0.43/0.09/0.00/0.16)	

CMYK percentages

%43.46
%8.88
%0
%16.08

Codes

Color #79C3D6 in popluar color models

79C3D6
RGB121195214
HSL192°53.14%65.69%
HSB/HSV192°43.46%83.92%
CMYK43.46%8.88%0.00%
16.08%

Color #79C3D6 in popluar number systems.

HEX79C3D6
Decimal121195214
Binary11110011100001111010110
Octal171303326

Shades and tints

Shades of #79C3D6

#79C3D6
(121,195,214)
#6EB2C3
(110,178,195)
#63A1B0
(99,161,176)
#58909D
(88,144,157)
#4D7F8A
(77,127,138)
#426E77
(66,110,119)
#375D64
(55,93,100)
#2C4C51
(44,76,81)
#213B3E
(33,59,62)
#162A2B
(22,42,43)
#0B1918
(11,25,24)
#000000
(0,0,0)

Tints of #79C3D6

#79C3D6
(121,195,214)
#85C8D9
(133,200,217)
#91CDDC
(145,205,220)
#9DD2DF
(157,210,223)
#A9D7E2
(169,215,226)
#B5DCE5
(181,220,229)
#C1E1E8
(193,225,232)
#CDE6EB
(205,230,235)
#D9EBEE
(217,235,238)
#E5F0F1
(229,240,241)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79C3D6 color. Also use rgb(121,195,214) instead hex code.

Text Font Color

.myTextColor { color: #79C3D6; }

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

This text font color is #79C3D6.


Background Color

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

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

This div background color is #79C3D6.


Border color

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

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

This div border color is #79C3D6.


Opacity

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

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

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

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

This text has shadow with #79C3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79C3D6 on black background.


Color preview on white background

This text has color #79C3D6 on white background.



Black color preview on #79C3D6 background

This text has black color on #79C3D6 background.


White color preview on #79C3D6 background

This text has white color on #79C3D6 background.