COLOR #79DEE7

HEX: #79DEE7
RGB: (121,222,231)

Color info

#79DEE7 contains mainly green and blue colors. Web safe color of #79DEE7 is #66CCFF (or #6CF).

RGB color model

#79DEE7 color RGB value is (121,222,231).

  • red value is 121;
  • green value is 222;
  • blue value is 231.
RGB:
(121,222,231)
(47%,87%,91%)

RGB channels and saturation

R 121 of 255 = 47%
G 222 of 255 = 87%
B 231 of 255 = 91%

121
222
231

R + G + B ~ 75%. #79DEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 222 + 231 = 574 (100%)
R 121 of 574 ~ 21.08%
G 222 of 574 ~ 38.68%
B 231 of 574 ~ 40.24%

%21.08
%38.68
%40.24

CMYK color model

#79DEE7 color CMYK value is (48,4,0,9).

  • cyan value is 47.62%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(48,4,0,9)
C48M4Y0K9 
(48%,4%,0%,9%)
(0.48/0.04/0.00/0.09)	

CMYK percentages

%47.62
%3.9
%0
%9.41

Codes

Color #79DEE7 in popluar color models

79DEE7
RGB121222231
HSL185°69.62%69.02%
HSB/HSV185°47.62%90.59%
CMYK47.62%3.90%0.00%
9.41%

Color #79DEE7 in popluar number systems.

HEX79DEE7
Decimal121222231
Binary11110011101111011100111
Octal171336347

Shades and tints

Shades of #79DEE7

#79DEE7
(121,222,231)
#6ECAD2
(110,202,210)
#63B6BD
(99,182,189)
#58A2A8
(88,162,168)
#4D8E93
(77,142,147)
#427A7E
(66,122,126)
#376669
(55,102,105)
#2C5254
(44,82,84)
#213E3F
(33,62,63)
#162A2A
(22,42,42)
#0B1615
(11,22,21)
#000000
(0,0,0)

Tints of #79DEE7

#79DEE7
(121,222,231)
#85E1E9
(133,225,233)
#91E4EB
(145,228,235)
#9DE7ED
(157,231,237)
#A9EAEF
(169,234,239)
#B5EDF1
(181,237,241)
#C1F0F3
(193,240,243)
#CDF3F5
(205,243,245)
#D9F6F7
(217,246,247)
#E5F9F9
(229,249,249)
#F1FCFB
(241,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79DEE7 color. Also use rgb(121,222,231) instead hex code.

Text Font Color

.myTextColor { color: #79DEE7; }

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

This text font color is #79DEE7.


Background Color

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

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

This div background color is #79DEE7.


Border color

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

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

This div border color is #79DEE7.


Opacity

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

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

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

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

This text has shadow with #79DEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79DEE7 on black background.


Color preview on white background

This text has color #79DEE7 on white background.



Black color preview on #79DEE7 background

This text has black color on #79DEE7 background.


White color preview on #79DEE7 background

This text has white color on #79DEE7 background.