COLOR #79A8DC

HEX: #79A8DC
RGB: (121,168,220)

Color info

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

RGB color model

#79A8DC color RGB value is (121,168,220).

  • red value is 121;
  • green value is 168;
  • blue value is 220.
RGB:
(121,168,220)
(47%,66%,86%)

RGB channels and saturation

R 121 of 255 = 47%
G 168 of 255 = 66%
B 220 of 255 = 86%

121
168
220

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

Portions of RGB colors in percentages

R + G + B =
121 + 168 + 220 = 509 (100%)
R 121 of 509 ~ 23.77%
G 168 of 509 ~ 33.01%
B 220 of 509 ~ 43.22%

%23.77
%33.01
%43.22

CMYK color model

#79A8DC color CMYK value is (45,24,0,14).

  • cyan value is 45.00%
  • magenta value is 23.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(45,24,0,14)
C45M24Y0K14 
(45%,24%,0%,14%)
(0.45/0.24/0.00/0.14)	

CMYK percentages

%45
%23.64
%0
%13.73

Codes

Color #79A8DC in popluar color models

79A8DC
RGB121168220
HSL212°58.58%66.86%
HSB/HSV212°45.00%86.27%
CMYK45.00%23.64%0.00%
13.73%

Color #79A8DC in popluar number systems.

HEX79A8DC
Decimal121168220
Binary11110011010100011011100
Octal171250334

Shades and tints

Shades of #79A8DC

#79A8DC
(121,168,220)
#6E99C8
(110,153,200)
#638AB4
(99,138,180)
#587BA0
(88,123,160)
#4D6C8C
(77,108,140)
#425D78
(66,93,120)
#374E64
(55,78,100)
#2C3F50
(44,63,80)
#21303C
(33,48,60)
#162128
(22,33,40)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #79A8DC

#79A8DC
(121,168,220)
#85AFDF
(133,175,223)
#91B6E2
(145,182,226)
#9DBDE5
(157,189,229)
#A9C4E8
(169,196,232)
#B5CBEB
(181,203,235)
#C1D2EE
(193,210,238)
#CDD9F1
(205,217,241)
#D9E0F4
(217,224,244)
#E5E7F7
(229,231,247)
#F1EEFA
(241,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A8DC color. Also use rgb(121,168,220) instead hex code.

Text Font Color

.myTextColor { color: #79A8DC; }

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

This text font color is #79A8DC.


Background Color

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

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

This div background color is #79A8DC.


Border color

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

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

This div border color is #79A8DC.


Opacity

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

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

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

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

This text has shadow with #79A8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A8DC on black background.


Color preview on white background

This text has color #79A8DC on white background.



Black color preview on #79A8DC background

This text has black color on #79A8DC background.


White color preview on #79A8DC background

This text has white color on #79A8DC background.