COLOR #79A8DF

HEX: #79A8DF
RGB: (121,168,223)

Color info

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

RGB color model

#79A8DF color RGB value is (121,168,223).

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

RGB channels and saturation

R 121 of 255 = 47%
G 168 of 255 = 66%
B 223 of 255 = 87%

121
168
223

R + G + B ~ 67%. #79A8DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 168 + 223 = 512 (100%)
R 121 of 512 ~ 23.63%
G 168 of 512 ~ 32.81%
B 223 of 512 ~ 43.55%

%23.63
%32.81
%43.55

CMYK color model

#79A8DF color CMYK value is (46,25,0,13).

  • cyan value is 45.74%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(46,25,0,13)
C46M25Y0K13 
(46%,25%,0%,13%)
(0.46/0.25/0.00/0.13)	

CMYK percentages

%45.74
%24.66
%0
%12.55

Codes

Color #79A8DF in popluar color models

79A8DF
RGB121168223
HSL212°61.45%67.45%
HSB/HSV212°45.74%87.45%
CMYK45.74%24.66%0.00%
12.55%

Color #79A8DF in popluar number systems.

HEX79A8DF
Decimal121168223
Binary11110011010100011011111
Octal171250337

Shades and tints

Shades of #79A8DF

#79A8DF
(121,168,223)
#6E99CB
(110,153,203)
#638AB7
(99,138,183)
#587BA3
(88,123,163)
#4D6C8F
(77,108,143)
#425D7B
(66,93,123)
#374E67
(55,78,103)
#2C3F53
(44,63,83)
#21303F
(33,48,63)
#16212B
(22,33,43)
#0B1217
(11,18,23)
#000000
(0,0,0)

Tints of #79A8DF

#79A8DF
(121,168,223)
#85AFE1
(133,175,225)
#91B6E3
(145,182,227)
#9DBDE5
(157,189,229)
#A9C4E7
(169,196,231)
#B5CBE9
(181,203,233)
#C1D2EB
(193,210,235)
#CDD9ED
(205,217,237)
#D9E0EF
(217,224,239)
#E5E7F1
(229,231,241)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A8DF; }

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

This text font color is #79A8DF.


Background Color

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

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

This div background color is #79A8DF.


Border color

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

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

This div border color is #79A8DF.


Opacity

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

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

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

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

This text has shadow with #79A8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A8DF on black background.


Color preview on white background

This text has color #79A8DF on white background.



Black color preview on #79A8DF background

This text has black color on #79A8DF background.


White color preview on #79A8DF background

This text has white color on #79A8DF background.