COLOR #79A1C9

HEX: #79A1C9
RGB: (121,161,201)

Color info

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

RGB color model

#79A1C9 color RGB value is (121,161,201).

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

RGB channels and saturation

R 121 of 255 = 47%
G 161 of 255 = 63%
B 201 of 255 = 79%

121
161
201

R + G + B ~ 63%. #79A1C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 161 + 201 = 483 (100%)
R 121 of 483 ~ 25.05%
G 161 of 483 ~ 33.33%
B 201 of 483 ~ 41.61%

%25.05
%33.33
%41.61

CMYK color model

#79A1C9 color CMYK value is (40,20,0,21).

  • cyan value is 39.80%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(40,20,0,21)
C40M20Y0K21 
(40%,20%,0%,21%)
(0.40/0.20/0.00/0.21)	

CMYK percentages

%39.8
%19.9
%0
%21.18

Codes

Color #79A1C9 in popluar color models

79A1C9
RGB121161201
HSL210°42.55%63.14%
HSB/HSV210°39.80%78.82%
CMYK39.80%19.90%0.00%
21.18%

Color #79A1C9 in popluar number systems.

HEX79A1C9
Decimal121161201
Binary11110011010000111001001
Octal171241311

Shades and tints

Shades of #79A1C9

#79A1C9
(121,161,201)
#6E93B7
(110,147,183)
#6385A5
(99,133,165)
#587793
(88,119,147)
#4D6981
(77,105,129)
#425B6F
(66,91,111)
#374D5D
(55,77,93)
#2C3F4B
(44,63,75)
#213139
(33,49,57)
#162327
(22,35,39)
#0B1515
(11,21,21)
#000000
(0,0,0)

Tints of #79A1C9

#79A1C9
(121,161,201)
#85A9CD
(133,169,205)
#91B1D1
(145,177,209)
#9DB9D5
(157,185,213)
#A9C1D9
(169,193,217)
#B5C9DD
(181,201,221)
#C1D1E1
(193,209,225)
#CDD9E5
(205,217,229)
#D9E1E9
(217,225,233)
#E5E9ED
(229,233,237)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A1C9; }

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

This text font color is #79A1C9.


Background Color

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

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

This div background color is #79A1C9.


Border color

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

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

This div border color is #79A1C9.


Opacity

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

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

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

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

This text has shadow with #79A1C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A1C9 on black background.


Color preview on white background

This text has color #79A1C9 on white background.



Black color preview on #79A1C9 background

This text has black color on #79A1C9 background.


White color preview on #79A1C9 background

This text has white color on #79A1C9 background.