COLOR #79C7DD

HEX: #79C7DD RGB: (121,199,221)

Color info

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

RGB color model

#79C7DD color RGB value is (121,199,221).

RGB: (121,199,221) (47%, 78%, 87%)

RGB channels and saturation

R 121 of 255 = 47%
G 199 of 255 = 78%
B 221 of 255 = 87%

121
199
221

R + G + B ~ 71%. #79C7DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 199 + 221 = 541 (100%)
R 121 of 541 ~ 22.37%
G 199 of 541 ~ 36.78%
B 221 of 541 ~ 40.85'%

%22.37
%36.78
%40.85

CMYK color model

#79C7DD color CMYK value is (45,10,0,13).

  • cyan value is 45.25%
  • magenta value is 9.95%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (45,10,0,13)
C45M10Y0K13 (45%, 10%, 0%, 13%)
(0.45 / 0.10 / 0.00 / 0.13)

CMYK percentages

%45.25
%9.95
%0
%13.33

Codes

Color #79C7DD in popluar color models

79 C7 DD
RGB 121 199 221
HSL 193° 59.52% 67.06%
HSB/HSV 193° 45.25% 86.67%
CMYK 45.25% 9.95% 0.00%
13.33%

Color #79C7DD in popluar number systems.

HEX 79 C7 DD
Decimal 121 199 221
Binary 1111001 11000111 11011101
Octal 171 307 335

Shades and tints

Shades of #79C7DD

#79C7DD
(121,199,221)
#6EB5C9
(110,181,201)
#63A3B5
(99,163,181)
#5891A1
(88,145,161)
#4D7F8D
(77,127,141)
#426D79
(66,109,121)
#375B65
(55,91,101)
#2C4951
(44,73,81)
#21373D
(33,55,61)
#162529
(22,37,41)
#0B1315
(11,19,21)
#000000
(0,0,0)

Tints of #79C7DD

#79C7DD
(121,199,221)
#85CCE0
(133,204,224)
#91D1E3
(145,209,227)
#9DD6E6
(157,214,230)
#A9DBE9
(169,219,233)
#B5E0EC
(181,224,236)
#C1E5EF
(193,229,239)
#CDEAF2
(205,234,242)
#D9EFF5
(217,239,245)
#E5F4F8
(229,244,248)
#F1F9FB
(241,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79C7DD color. Also use rgb(121,199,221) instead hex code.

Text Font Color

.myTextColor { color: #79C7DD; }

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

This text font color is #79C7DD.

Background Color

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

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

This div background color is #79C7DD.

Border color

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

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

This div border color is #79C7DD.

Opacity

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

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

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

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

This text has shadow with #79C7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79C7DD.

Preview

Color preview on black background

This text has color #79C7DD on black background.


Color preview on white background

This text has color #79C7DD on white background.


Black color preview on #79C7DD background

This text has black color on #79C7DD background.


White color preview on #79C7DD background

This text has white color on #79C7DD background.


Related colors

Complementary color

Complementary color for #hex is #863822.


I love getcolorcode.com

Triadic colors

1 #DD79C7 and #C7DD79 with #79C7DD are triadic colors.

2 #DDC779 and #C779DD with #79C7DD are triadic colors.