COLOR #79A5D4

HEX: #79A5D4
RGB: (121,165,212)

Color info

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

RGB color model

#79A5D4 color RGB value is (121,165,212).

  • red value is 121;
  • green value is 165;
  • blue value is 212.
RGB:
(121,165,212)
(47%,65%,83%)

RGB channels and saturation

R 121 of 255 = 47%
G 165 of 255 = 65%
B 212 of 255 = 83%

121
165
212

R + G + B ~ 65%. #79A5D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 165 + 212 = 498 (100%)
R 121 of 498 ~ 24.3%
G 165 of 498 ~ 33.13%
B 212 of 498 ~ 42.57%

%24.3
%33.13
%42.57

CMYK color model

#79A5D4 color CMYK value is (43,22,0,17).

  • cyan value is 42.92%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(43,22,0,17)
C43M22Y0K17 
(43%,22%,0%,17%)
(0.43/0.22/0.00/0.17)	

CMYK percentages

%42.92
%22.17
%0
%16.86

Codes

Color #79A5D4 in popluar color models

79A5D4
RGB121165212
HSL211°51.41%65.29%
HSB/HSV211°42.92%83.14%
CMYK42.92%22.17%0.00%
16.86%

Color #79A5D4 in popluar number systems.

HEX79A5D4
Decimal121165212
Binary11110011010010111010100
Octal171245324

Shades and tints

Shades of #79A5D4

#79A5D4
(121,165,212)
#6E96C1
(110,150,193)
#6387AE
(99,135,174)
#58789B
(88,120,155)
#4D6988
(77,105,136)
#425A75
(66,90,117)
#374B62
(55,75,98)
#2C3C4F
(44,60,79)
#212D3C
(33,45,60)
#161E29
(22,30,41)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #79A5D4

#79A5D4
(121,165,212)
#85ADD7
(133,173,215)
#91B5DA
(145,181,218)
#9DBDDD
(157,189,221)
#A9C5E0
(169,197,224)
#B5CDE3
(181,205,227)
#C1D5E6
(193,213,230)
#CDDDE9
(205,221,233)
#D9E5EC
(217,229,236)
#E5EDEF
(229,237,239)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A5D4 color. Also use rgb(121,165,212) instead hex code.

Text Font Color

.myTextColor { color: #79A5D4; }

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

This text font color is #79A5D4.


Background Color

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

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

This div background color is #79A5D4.


Border color

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

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

This div border color is #79A5D4.


Opacity

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

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

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

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

This text has shadow with #79A5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A5D4 on black background.


Color preview on white background

This text has color #79A5D4 on white background.



Black color preview on #79A5D4 background

This text has black color on #79A5D4 background.


White color preview on #79A5D4 background

This text has white color on #79A5D4 background.