COLOR #79CACD

HEX: #79CACD
RGB: (121,202,205)

Color info

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

RGB color model

#79CACD color RGB value is (121,202,205).

  • red value is 121;
  • green value is 202;
  • blue value is 205.
RGB:
(121,202,205)
(47%,79%,80%)

RGB channels and saturation

R 121 of 255 = 47%
G 202 of 255 = 79%
B 205 of 255 = 80%

121
202
205

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

Portions of RGB colors in percentages

R + G + B =
121 + 202 + 205 = 528 (100%)
R 121 of 528 ~ 22.92%
G 202 of 528 ~ 38.26%
B 205 of 528 ~ 38.83%

%22.92
%38.26
%38.83

CMYK color model

#79CACD color CMYK value is (41,1,0,20).

  • cyan value is 40.98%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(41,1,0,20)
C41M1Y0K20 
(41%,1%,0%,20%)
(0.41/0.01/0.00/0.20)	

CMYK percentages

%40.98
%1.46
%0
%19.61

Codes

Color #79CACD in popluar color models

79CACD
RGB121202205
HSL182°45.65%63.92%
HSB/HSV182°40.98%80.39%
CMYK40.98%1.46%0.00%
19.61%

Color #79CACD in popluar number systems.

HEX79CACD
Decimal121202205
Binary11110011100101011001101
Octal171312315

Shades and tints

Shades of #79CACD

#79CACD
(121,202,205)
#6EB8BB
(110,184,187)
#63A6A9
(99,166,169)
#589497
(88,148,151)
#4D8285
(77,130,133)
#427073
(66,112,115)
#375E61
(55,94,97)
#2C4C4F
(44,76,79)
#213A3D
(33,58,61)
#16282B
(22,40,43)
#0B1619
(11,22,25)
#000000
(0,0,0)

Tints of #79CACD

#79CACD
(121,202,205)
#85CED1
(133,206,209)
#91D2D5
(145,210,213)
#9DD6D9
(157,214,217)
#A9DADD
(169,218,221)
#B5DEE1
(181,222,225)
#C1E2E5
(193,226,229)
#CDE6E9
(205,230,233)
#D9EAED
(217,234,237)
#E5EEF1
(229,238,241)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79CACD color. Also use rgb(121,202,205) instead hex code.

Text Font Color

.myTextColor { color: #79CACD; }

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

This text font color is #79CACD.


Background Color

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

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

This div background color is #79CACD.


Border color

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

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

This div border color is #79CACD.


Opacity

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

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

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

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

This text has shadow with #79CACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79CACD on black background.


Color preview on white background

This text has color #79CACD on white background.



Black color preview on #79CACD background

This text has black color on #79CACD background.


White color preview on #79CACD background

This text has white color on #79CACD background.