COLOR #79ADCA

HEX: #79ADCA RGB: (121,173,202)

Color info

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

RGB color model

#79ADCA color RGB value is (121,173,202).

RGB: (121,173,202) (47%, 68%, 79%)

RGB channels and saturation

R 121 of 255 = 47%
G 173 of 255 = 68%
B 202 of 255 = 79%

121
173
202

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

Portions of RGB colors in percentages

R + G + B = 121 + 173 + 202 = 496 (100%)
R 121 of 496 ~ 24.4%
G 173 of 496 ~ 34.88%
B 202 of 496 ~ 40.73'%

%24.4
%34.88
%40.73

CMYK color model

#79ADCA color CMYK value is (40,14,0,21).

  • cyan value is 40.10%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (40,14,0,21) C40M14Y0K21 (40%,14%,0%,21%) (0.40/0.14/0.00/0.21) 

CMYK percentages

%40.1
%14.36
%0
%20.78

Codes

Color #79ADCA in popluar color models

79 AD CA
RGB 121 173 202
HSL 201° 43.32% 63.33%
HSB/HSV 201° 40.10% 79.22%
CMYK 40.10% 14.36% 0.00%
20.78%

Color #79ADCA in popluar number systems.

HEX 79 AD CA
Decimal 121 173 202
Binary 1111001 10101101 11001010
Octal 171 255 312

Shades and tints

Shades of #79ADCA

#79ADCA
(121,173,202)
#6E9EB8
(110,158,184)
#638FA6
(99,143,166)
#588094
(88,128,148)
#4D7182
(77,113,130)
#426270
(66,98,112)
#37535E
(55,83,94)
#2C444C
(44,68,76)
#21353A
(33,53,58)
#162628
(22,38,40)
#0B1716
(11,23,22)
#000000
(0,0,0)

Tints of #79ADCA

#79ADCA
(121,173,202)
#85B4CE
(133,180,206)
#91BBD2
(145,187,210)
#9DC2D6
(157,194,214)
#A9C9DA
(169,201,218)
#B5D0DE
(181,208,222)
#C1D7E2
(193,215,226)
#CDDEE6
(205,222,230)
#D9E5EA
(217,229,234)
#E5ECEE
(229,236,238)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79ADCA color. Also use rgb(121,173,202) instead hex code.

Text Font Color

.myTextColor { color: #79ADCA; }

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

This text font color is #79ADCA.

Background Color

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

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

This div background color is #79ADCA.

Border color

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

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

This div border color is #79ADCA.

Opacity

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

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

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

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

This text has shadow with #79ADCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79ADCA.

Preview

Color preview on black background

This text has color #79ADCA on black background.


Color preview on white background

This text has color #79ADCA on white background.


Black color preview on #79ADCA background

This text has black color on #79ADCA background.


White color preview on #79ADCA background

This text has white color on #79ADCA background.


Related colors

Complementary color

Complementary color for #hex is #865235.


I love getcolorcode.com

Triadic colors

1 #CA79AD and #ADCA79 with #79ADCA are triadic colors.

2 #CAAD79 and #AD79CA with #79ADCA are triadic colors.