COLOR #79A4C4

HEX: #79A4C4
RGB: (121,164,196)

Color info

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

RGB color model

#79A4C4 color RGB value is (121,164,196).

  • red value is 121;
  • green value is 164;
  • blue value is 196.
RGB:
(121,164,196)
(47%,64%,77%)

RGB channels and saturation

R 121 of 255 = 47%
G 164 of 255 = 64%
B 196 of 255 = 77%

121
164
196

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

Portions of RGB colors in percentages

R + G + B =
121 + 164 + 196 = 481 (100%)
R 121 of 481 ~ 25.16%
G 164 of 481 ~ 34.1%
B 196 of 481 ~ 40.75%

%25.16
%34.1
%40.75

CMYK color model

#79A4C4 color CMYK value is (38,16,0,23).

  • cyan value is 38.27%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(38,16,0,23)
C38M16Y0K23 
(38%,16%,0%,23%)
(0.38/0.16/0.00/0.23)	

CMYK percentages

%38.27
%16.33
%0
%23.14

Codes

Color #79A4C4 in popluar color models

79A4C4
RGB121164196
HSL206°38.86%62.16%
HSB/HSV206°38.27%76.86%
CMYK38.27%16.33%0.00%
23.14%

Color #79A4C4 in popluar number systems.

HEX79A4C4
Decimal121164196
Binary11110011010010011000100
Octal171244304

Shades and tints

Shades of #79A4C4

#79A4C4
(121,164,196)
#6E96B3
(110,150,179)
#6388A2
(99,136,162)
#587A91
(88,122,145)
#4D6C80
(77,108,128)
#425E6F
(66,94,111)
#37505E
(55,80,94)
#2C424D
(44,66,77)
#21343C
(33,52,60)
#16262B
(22,38,43)
#0B181A
(11,24,26)
#000000
(0,0,0)

Tints of #79A4C4

#79A4C4
(121,164,196)
#85ACC9
(133,172,201)
#91B4CE
(145,180,206)
#9DBCD3
(157,188,211)
#A9C4D8
(169,196,216)
#B5CCDD
(181,204,221)
#C1D4E2
(193,212,226)
#CDDCE7
(205,220,231)
#D9E4EC
(217,228,236)
#E5ECF1
(229,236,241)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A4C4 color. Also use rgb(121,164,196) instead hex code.

Text Font Color

.myTextColor { color: #79A4C4; }

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

This text font color is #79A4C4.


Background Color

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

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

This div background color is #79A4C4.


Border color

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

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

This div border color is #79A4C4.


Opacity

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

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

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

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

This text has shadow with #79A4C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A4C4 on black background.


Color preview on white background

This text has color #79A4C4 on white background.



Black color preview on #79A4C4 background

This text has black color on #79A4C4 background.


White color preview on #79A4C4 background

This text has white color on #79A4C4 background.