COLOR #79C3D0

HEX: #79C3D0 RGB: (121,195,208)

Color info

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

RGB color model

#79C3D0 color RGB value is (121,195,208).

RGB: (121,195,208) (47%, 76%, 82%)

RGB channels and saturation

R 121 of 255 = 47%
G 195 of 255 = 76%
B 208 of 255 = 82%

121
195
208

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

Portions of RGB colors in percentages

R + G + B = 121 + 195 + 208 = 524 (100%)
R 121 of 524 ~ 23.09%
G 195 of 524 ~ 37.21%
B 208 of 524 ~ 39.69'%

%23.09
%37.21
%39.69

CMYK color model

#79C3D0 color CMYK value is (42,6,0,18).

  • cyan value is 41.83%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (42,6,0,18) C42M6Y0K18 (42%,6%,0%,18%) (0.42/0.06/0.00/0.18) 

CMYK percentages

%41.83
%6.25
%0
%18.43

Codes

Color #79C3D0 in popluar color models

79 C3 D0
RGB 121 195 208
HSL 189° 48.07% 64.51%
HSB/HSV 189° 41.83% 81.57%
CMYK 41.83% 6.25% 0.00%
18.43%

Color #79C3D0 in popluar number systems.

HEX 79 C3 D0
Decimal 121 195 208
Binary 1111001 11000011 11010000
Octal 171 303 320

Shades and tints

Shades of #79C3D0

#79C3D0
(121,195,208)
#6EB2BE
(110,178,190)
#63A1AC
(99,161,172)
#58909A
(88,144,154)
#4D7F88
(77,127,136)
#426E76
(66,110,118)
#375D64
(55,93,100)
#2C4C52
(44,76,82)
#213B40
(33,59,64)
#162A2E
(22,42,46)
#0B191C
(11,25,28)
#000000
(0,0,0)

Tints of #79C3D0

#79C3D0
(121,195,208)
#85C8D4
(133,200,212)
#91CDD8
(145,205,216)
#9DD2DC
(157,210,220)
#A9D7E0
(169,215,224)
#B5DCE4
(181,220,228)
#C1E1E8
(193,225,232)
#CDE6EC
(205,230,236)
#D9EBF0
(217,235,240)
#E5F0F4
(229,240,244)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79C3D0 color. Also use rgb(121,195,208) instead hex code.

Text Font Color

.myTextColor { color: #79C3D0; }

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

This text font color is #79C3D0.

Background Color

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

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

This div background color is #79C3D0.

Border color

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

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

This div border color is #79C3D0.

Opacity

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

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

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

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

This text has shadow with #79C3D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79C3D0.

Preview

Color preview on black background

This text has color #79C3D0 on black background.


Color preview on white background

This text has color #79C3D0 on white background.


Black color preview on #79C3D0 background

This text has black color on #79C3D0 background.


White color preview on #79C3D0 background

This text has white color on #79C3D0 background.


Related colors

Complementary color

Complementary color for #hex is #863C2F.


I love getcolorcode.com

Triadic colors

1 #D079C3 and #C3D079 with #79C3D0 are triadic colors.

2 #D0C379 and #C379D0 with #79C3D0 are triadic colors.