COLOR #79ABE7

HEX: #79ABE7
RGB: (121,171,231)

Color info

#79ABE7 contains mainly blue color. Web safe color of #79ABE7 is #6699FF (or #69F).

RGB color model

#79ABE7 color RGB value is (121,171,231).

  • red value is 121;
  • green value is 171;
  • blue value is 231.
RGB:
(121,171,231)
(47%,67%,91%)

RGB channels and saturation

R 121 of 255 = 47%
G 171 of 255 = 67%
B 231 of 255 = 91%

121
171
231

R + G + B ~ 68%. #79ABE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 171 + 231 = 523 (100%)
R 121 of 523 ~ 23.14%
G 171 of 523 ~ 32.7%
B 231 of 523 ~ 44.17%

%23.14
%32.7
%44.17

CMYK color model

#79ABE7 color CMYK value is (48,26,0,9).

  • cyan value is 47.62%
  • magenta value is 25.97%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(48,26,0,9)
C48M26Y0K9 
(48%,26%,0%,9%)
(0.48/0.26/0.00/0.09)	

CMYK percentages

%47.62
%25.97
%0
%9.41

Codes

Color #79ABE7 in popluar color models

79ABE7
RGB121171231
HSL213°69.62%69.02%
HSB/HSV213°47.62%90.59%
CMYK47.62%25.97%0.00%
9.41%

Color #79ABE7 in popluar number systems.

HEX79ABE7
Decimal121171231
Binary11110011010101111100111
Octal171253347

Shades and tints

Shades of #79ABE7

#79ABE7
(121,171,231)
#6E9CD2
(110,156,210)
#638DBD
(99,141,189)
#587EA8
(88,126,168)
#4D6F93
(77,111,147)
#42607E
(66,96,126)
#375169
(55,81,105)
#2C4254
(44,66,84)
#21333F
(33,51,63)
#16242A
(22,36,42)
#0B1515
(11,21,21)
#000000
(0,0,0)

Tints of #79ABE7

#79ABE7
(121,171,231)
#85B2E9
(133,178,233)
#91B9EB
(145,185,235)
#9DC0ED
(157,192,237)
#A9C7EF
(169,199,239)
#B5CEF1
(181,206,241)
#C1D5F3
(193,213,243)
#CDDCF5
(205,220,245)
#D9E3F7
(217,227,247)
#E5EAF9
(229,234,249)
#F1F1FB
(241,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79ABE7 color. Also use rgb(121,171,231) instead hex code.

Text Font Color

.myTextColor { color: #79ABE7; }

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

This text font color is #79ABE7.


Background Color

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

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

This div background color is #79ABE7.


Border color

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

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

This div border color is #79ABE7.


Opacity

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

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

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

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

This text has shadow with #79ABE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79ABE7 on black background.


Color preview on white background

This text has color #79ABE7 on white background.



Black color preview on #79ABE7 background

This text has black color on #79ABE7 background.


White color preview on #79ABE7 background

This text has white color on #79ABE7 background.