COLOR #79CCD6

HEX: #79CCD6
RGB: (121,204,214)

Color info

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

RGB color model

#79CCD6 color RGB value is (121,204,214).

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

RGB channels and saturation

R 121 of 255 = 47%
G 204 of 255 = 80%
B 214 of 255 = 84%

121
204
214

R + G + B ~ 70%. #79CCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 204 + 214 = 539 (100%)
R 121 of 539 ~ 22.45%
G 204 of 539 ~ 37.85%
B 214 of 539 ~ 39.7%

%22.45
%37.85
%39.7

CMYK color model

#79CCD6 color CMYK value is (43,5,0,16).

  • cyan value is 43.46%
  • magenta value is 4.67%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(43,5,0,16)
C43M5Y0K16 
(43%,5%,0%,16%)
(0.43/0.05/0.00/0.16)	

CMYK percentages

%43.46
%4.67
%0
%16.08

Codes

Color #79CCD6 in popluar color models

79CCD6
RGB121204214
HSL186°53.14%65.69%
HSB/HSV186°43.46%83.92%
CMYK43.46%4.67%0.00%
16.08%

Color #79CCD6 in popluar number systems.

HEX79CCD6
Decimal121204214
Binary11110011100110011010110
Octal171314326

Shades and tints

Shades of #79CCD6

#79CCD6
(121,204,214)
#6EBAC3
(110,186,195)
#63A8B0
(99,168,176)
#58969D
(88,150,157)
#4D848A
(77,132,138)
#427277
(66,114,119)
#376064
(55,96,100)
#2C4E51
(44,78,81)
#213C3E
(33,60,62)
#162A2B
(22,42,43)
#0B1818
(11,24,24)
#000000
(0,0,0)

Tints of #79CCD6

#79CCD6
(121,204,214)
#85D0D9
(133,208,217)
#91D4DC
(145,212,220)
#9DD8DF
(157,216,223)
#A9DCE2
(169,220,226)
#B5E0E5
(181,224,229)
#C1E4E8
(193,228,232)
#CDE8EB
(205,232,235)
#D9ECEE
(217,236,238)
#E5F0F1
(229,240,241)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79CCD6; }

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

This text font color is #79CCD6.


Background Color

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

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

This div background color is #79CCD6.


Border color

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

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

This div border color is #79CCD6.


Opacity

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

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

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

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

This text has shadow with #79CCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79CCD6 on black background.


Color preview on white background

This text has color #79CCD6 on white background.



Black color preview on #79CCD6 background

This text has black color on #79CCD6 background.


White color preview on #79CCD6 background

This text has white color on #79CCD6 background.