COLOR #79AFC4

HEX: #79AFC4
RGB: (121,175,196)

Color info

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

RGB color model

#79AFC4 color RGB value is (121,175,196).

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

RGB channels and saturation

R 121 of 255 = 47%
G 175 of 255 = 69%
B 196 of 255 = 77%

121
175
196

R + G + B ~ 64%. #79AFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 175 + 196 = 492 (100%)
R 121 of 492 ~ 24.59%
G 175 of 492 ~ 35.57%
B 196 of 492 ~ 39.84%

%24.59
%35.57
%39.84

CMYK color model

#79AFC4 color CMYK value is (38,11,0,23).

  • cyan value is 38.27%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(38,11,0,23)
C38M11Y0K23 
(38%,11%,0%,23%)
(0.38/0.11/0.00/0.23)	

CMYK percentages

%38.27
%10.71
%0
%23.14

Codes

Color #79AFC4 in popluar color models

79AFC4
RGB121175196
HSL197°38.86%62.16%
HSB/HSV197°38.27%76.86%
CMYK38.27%10.71%0.00%
23.14%

Color #79AFC4 in popluar number systems.

HEX79AFC4
Decimal121175196
Binary11110011010111111000100
Octal171257304

Shades and tints

Shades of #79AFC4

#79AFC4
(121,175,196)
#6EA0B3
(110,160,179)
#6391A2
(99,145,162)
#588291
(88,130,145)
#4D7380
(77,115,128)
#42646F
(66,100,111)
#37555E
(55,85,94)
#2C464D
(44,70,77)
#21373C
(33,55,60)
#16282B
(22,40,43)
#0B191A
(11,25,26)
#000000
(0,0,0)

Tints of #79AFC4

#79AFC4
(121,175,196)
#85B6C9
(133,182,201)
#91BDCE
(145,189,206)
#9DC4D3
(157,196,211)
#A9CBD8
(169,203,216)
#B5D2DD
(181,210,221)
#C1D9E2
(193,217,226)
#CDE0E7
(205,224,231)
#D9E7EC
(217,231,236)
#E5EEF1
(229,238,241)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AFC4; }

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

This text font color is #79AFC4.


Background Color

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

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

This div background color is #79AFC4.


Border color

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

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

This div border color is #79AFC4.


Opacity

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

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

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

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

This text has shadow with #79AFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AFC4 on black background.


Color preview on white background

This text has color #79AFC4 on white background.



Black color preview on #79AFC4 background

This text has black color on #79AFC4 background.


White color preview on #79AFC4 background

This text has white color on #79AFC4 background.