COLOR #79A1EB

HEX: #79A1EB
RGB: (121,161,235)

Color info

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

RGB color model

#79A1EB color RGB value is (121,161,235).

  • red value is 121;
  • green value is 161;
  • blue value is 235.
RGB:
(121,161,235)
(47%,63%,92%)

RGB channels and saturation

R 121 of 255 = 47%
G 161 of 255 = 63%
B 235 of 255 = 92%

121
161
235

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

Portions of RGB colors in percentages

R + G + B =
121 + 161 + 235 = 517 (100%)
R 121 of 517 ~ 23.4%
G 161 of 517 ~ 31.14%
B 235 of 517 ~ 45.45%

%23.4
%31.14
%45.45

CMYK color model

#79A1EB color CMYK value is (49,31,0,8).

  • cyan value is 48.51%
  • magenta value is 31.49%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(49,31,0,8)
C49M31Y0K8 
(49%,31%,0%,8%)
(0.49/0.31/0.00/0.08)	

CMYK percentages

%48.51
%31.49
%0
%7.84

Codes

Color #79A1EB in popluar color models

79A1EB
RGB121161235
HSL219°74.03%69.80%
HSB/HSV219°48.51%92.16%
CMYK48.51%31.49%0.00%
7.84%

Color #79A1EB in popluar number systems.

HEX79A1EB
Decimal121161235
Binary11110011010000111101011
Octal171241353

Shades and tints

Shades of #79A1EB

#79A1EB
(121,161,235)
#6E93D6
(110,147,214)
#6385C1
(99,133,193)
#5877AC
(88,119,172)
#4D6997
(77,105,151)
#425B82
(66,91,130)
#374D6D
(55,77,109)
#2C3F58
(44,63,88)
#213143
(33,49,67)
#16232E
(22,35,46)
#0B1519
(11,21,25)
#000000
(0,0,0)

Tints of #79A1EB

#79A1EB
(121,161,235)
#85A9EC
(133,169,236)
#91B1ED
(145,177,237)
#9DB9EE
(157,185,238)
#A9C1EF
(169,193,239)
#B5C9F0
(181,201,240)
#C1D1F1
(193,209,241)
#CDD9F2
(205,217,242)
#D9E1F3
(217,225,243)
#E5E9F4
(229,233,244)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A1EB color. Also use rgb(121,161,235) instead hex code.

Text Font Color

.myTextColor { color: #79A1EB; }

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

This text font color is #79A1EB.


Background Color

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

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

This div background color is #79A1EB.


Border color

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

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

This div border color is #79A1EB.


Opacity

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

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

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

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

This text has shadow with #79A1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A1EB on black background.


Color preview on white background

This text has color #79A1EB on white background.



Black color preview on #79A1EB background

This text has black color on #79A1EB background.


White color preview on #79A1EB background

This text has white color on #79A1EB background.