COLOR #79AFC9

HEX: #79AFC9
RGB: (121,175,201)

Color info

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

RGB color model

#79AFC9 color RGB value is (121,175,201).

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

RGB channels and saturation

R 121 of 255 = 47%
G 175 of 255 = 69%
B 201 of 255 = 79%

121
175
201

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

Portions of RGB colors in percentages

R + G + B =
121 + 175 + 201 = 497 (100%)
R 121 of 497 ~ 24.35%
G 175 of 497 ~ 35.21%
B 201 of 497 ~ 40.44%

%24.35
%35.21
%40.44

CMYK color model

#79AFC9 color CMYK value is (40,13,0,21).

  • cyan value is 39.80%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(40,13,0,21)
C40M13Y0K21 
(40%,13%,0%,21%)
(0.40/0.13/0.00/0.21)	

CMYK percentages

%39.8
%12.94
%0
%21.18

Codes

Color #79AFC9 in popluar color models

79AFC9
RGB121175201
HSL200°42.55%63.14%
HSB/HSV200°39.80%78.82%
CMYK39.80%12.94%0.00%
21.18%

Color #79AFC9 in popluar number systems.

HEX79AFC9
Decimal121175201
Binary11110011010111111001001
Octal171257311

Shades and tints

Shades of #79AFC9

#79AFC9
(121,175,201)
#6EA0B7
(110,160,183)
#6391A5
(99,145,165)
#588293
(88,130,147)
#4D7381
(77,115,129)
#42646F
(66,100,111)
#37555D
(55,85,93)
#2C464B
(44,70,75)
#213739
(33,55,57)
#162827
(22,40,39)
#0B1915
(11,25,21)
#000000
(0,0,0)

Tints of #79AFC9

#79AFC9
(121,175,201)
#85B6CD
(133,182,205)
#91BDD1
(145,189,209)
#9DC4D5
(157,196,213)
#A9CBD9
(169,203,217)
#B5D2DD
(181,210,221)
#C1D9E1
(193,217,225)
#CDE0E5
(205,224,229)
#D9E7E9
(217,231,233)
#E5EEED
(229,238,237)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AFC9; }

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

This text font color is #79AFC9.


Background Color

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

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

This div background color is #79AFC9.


Border color

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

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

This div border color is #79AFC9.


Opacity

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

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

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

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

This text has shadow with #79AFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AFC9 on black background.


Color preview on white background

This text has color #79AFC9 on white background.



Black color preview on #79AFC9 background

This text has black color on #79AFC9 background.


White color preview on #79AFC9 background

This text has white color on #79AFC9 background.