COLOR #79B6DC

HEX: #79B6DC RGB: (121,182,220)

Color info

#79B6DC contains mainly green and blue colors. Web safe color of #79B6DC is #66CCCC (or #6CC).

RGB color model

#79B6DC color RGB value is (121,182,220).

RGB: (121,182,220) (47%, 71%, 86%)

RGB channels and saturation

R 121 of 255 = 47%
G 182 of 255 = 71%
B 220 of 255 = 86%

121
182
220

R + G + B ~ 68%. #79B6DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 182 + 220 = 523 (100%)
R 121 of 523 ~ 23.14%
G 182 of 523 ~ 34.8%
B 220 of 523 ~ 42.07'%

%23.14
%34.8
%42.07

CMYK color model

#79B6DC color CMYK value is (45,17,0,14).

  • cyan value is 45.00%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (45,17,0,14)
C45M17Y0K14 (45%, 17%, 0%, 14%)
(0.45 / 0.17 / 0.00 / 0.14)

CMYK percentages

%45
%17.27
%0
%13.73

Codes

Color #79B6DC in popluar color models

79 B6 DC
RGB 121 182 220
HSL 203° 58.58% 66.86%
HSB/HSV 203° 45.00% 86.27%
CMYK 45.00% 17.27% 0.00%
13.73%

Color #79B6DC in popluar number systems.

HEX 79 B6 DC
Decimal 121 182 220
Binary 1111001 10110110 11011100
Octal 171 266 334

Shades and tints

Shades of #79B6DC

#79B6DC
(121,182,220)
#6EA6C8
(110,166,200)
#6396B4
(99,150,180)
#5886A0
(88,134,160)
#4D768C
(77,118,140)
#426678
(66,102,120)
#375664
(55,86,100)
#2C4650
(44,70,80)
#21363C
(33,54,60)
#162628
(22,38,40)
#0B1614
(11,22,20)
#000000
(0,0,0)

Tints of #79B6DC

#79B6DC
(121,182,220)
#85BCDF
(133,188,223)
#91C2E2
(145,194,226)
#9DC8E5
(157,200,229)
#A9CEE8
(169,206,232)
#B5D4EB
(181,212,235)
#C1DAEE
(193,218,238)
#CDE0F1
(205,224,241)
#D9E6F4
(217,230,244)
#E5ECF7
(229,236,247)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B6DC color. Also use rgb(121,182,220) instead hex code.

Text Font Color

.myTextColor { color: #79B6DC; }

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

This text font color is #79B6DC.

Background Color

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

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

This div background color is #79B6DC.

Border color

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

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

This div border color is #79B6DC.

Opacity

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

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

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

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

This text has shadow with #79B6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79B6DC.

Preview

Color preview on black background

This text has color #79B6DC on black background.


Color preview on white background

This text has color #79B6DC on white background.


Black color preview on #79B6DC background

This text has black color on #79B6DC background.


White color preview on #79B6DC background

This text has white color on #79B6DC background.


Related colors

Complementary color

Complementary color for #hex is #864923.


I love getcolorcode.com

Triadic colors

1 #DC79B6 and #B6DC79 with #79B6DC are triadic colors.

2 #DCB679 and #B679DC with #79B6DC are triadic colors.