COLOR #79AAD1

HEX: #79AAD1
RGB: (121,170,209)

Color info

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

RGB color model

#79AAD1 color RGB value is (121,170,209).

  • red value is 121;
  • green value is 170;
  • blue value is 209.
RGB:
(121,170,209)
(47%,67%,82%)

RGB channels and saturation

R 121 of 255 = 47%
G 170 of 255 = 67%
B 209 of 255 = 82%

121
170
209

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

Portions of RGB colors in percentages

R + G + B =
121 + 170 + 209 = 500 (100%)
R 121 of 500 ~ 24.2%
G 170 of 500 ~ 34%
B 209 of 500 ~ 41.8%

%24.2
%34
%41.8

CMYK color model

#79AAD1 color CMYK value is (42,19,0,18).

  • cyan value is 42.11%
  • magenta value is 18.66%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(42,19,0,18)
C42M19Y0K18 
(42%,19%,0%,18%)
(0.42/0.19/0.00/0.18)	

CMYK percentages

%42.11
%18.66
%0
%18.04

Codes

Color #79AAD1 in popluar color models

79AAD1
RGB121170209
HSL207°48.89%64.71%
HSB/HSV207°42.11%81.96%
CMYK42.11%18.66%0.00%
18.04%

Color #79AAD1 in popluar number systems.

HEX79AAD1
Decimal121170209
Binary11110011010101011010001
Octal171252321

Shades and tints

Shades of #79AAD1

#79AAD1
(121,170,209)
#6E9BBE
(110,155,190)
#638CAB
(99,140,171)
#587D98
(88,125,152)
#4D6E85
(77,110,133)
#425F72
(66,95,114)
#37505F
(55,80,95)
#2C414C
(44,65,76)
#213239
(33,50,57)
#162326
(22,35,38)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #79AAD1

#79AAD1
(121,170,209)
#85B1D5
(133,177,213)
#91B8D9
(145,184,217)
#9DBFDD
(157,191,221)
#A9C6E1
(169,198,225)
#B5CDE5
(181,205,229)
#C1D4E9
(193,212,233)
#CDDBED
(205,219,237)
#D9E2F1
(217,226,241)
#E5E9F5
(229,233,245)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79AAD1 color. Also use rgb(121,170,209) instead hex code.

Text Font Color

.myTextColor { color: #79AAD1; }

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

This text font color is #79AAD1.


Background Color

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

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

This div background color is #79AAD1.


Border color

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

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

This div border color is #79AAD1.


Opacity

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

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

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

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

This text has shadow with #79AAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AAD1 on black background.


Color preview on white background

This text has color #79AAD1 on white background.



Black color preview on #79AAD1 background

This text has black color on #79AAD1 background.


White color preview on #79AAD1 background

This text has white color on #79AAD1 background.