COLOR #79CEF7

HEX: #79CEF7
RGB: (121,206,247)

Color info

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

RGB color model

#79CEF7 color RGB value is (121,206,247).

  • red value is 121;
  • green value is 206;
  • blue value is 247.
RGB:
(121,206,247)
(47%,81%,97%)

RGB channels and saturation

R 121 of 255 = 47%
G 206 of 255 = 81%
B 247 of 255 = 97%

121
206
247

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

Portions of RGB colors in percentages

R + G + B =
121 + 206 + 247 = 574 (100%)
R 121 of 574 ~ 21.08%
G 206 of 574 ~ 35.89%
B 247 of 574 ~ 43.03%

%21.08
%35.89
%43.03

CMYK color model

#79CEF7 color CMYK value is (51,17,0,3).

  • cyan value is 51.01%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(51,17,0,3)
C51M17Y0K3 
(51%,17%,0%,3%)
(0.51/0.17/0.00/0.03)	

CMYK percentages

%51.01
%16.6
%0
%3.14

Codes

Color #79CEF7 in popluar color models

79CEF7
RGB121206247
HSL200°88.73%72.16%
HSB/HSV200°51.01%96.86%
CMYK51.01%16.60%0.00%
3.14%

Color #79CEF7 in popluar number systems.

HEX79CEF7
Decimal121206247
Binary11110011100111011110111
Octal171316367

Shades and tints

Shades of #79CEF7

#79CEF7
(121,206,247)
#6EBCE1
(110,188,225)
#63AACB
(99,170,203)
#5898B5
(88,152,181)
#4D869F
(77,134,159)
#427489
(66,116,137)
#376273
(55,98,115)
#2C505D
(44,80,93)
#213E47
(33,62,71)
#162C31
(22,44,49)
#0B1A1B
(11,26,27)
#000000
(0,0,0)

Tints of #79CEF7

#79CEF7
(121,206,247)
#85D2F7
(133,210,247)
#91D6F7
(145,214,247)
#9DDAF7
(157,218,247)
#A9DEF7
(169,222,247)
#B5E2F7
(181,226,247)
#C1E6F7
(193,230,247)
#CDEAF7
(205,234,247)
#D9EEF7
(217,238,247)
#E5F2F7
(229,242,247)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79CEF7 color. Also use rgb(121,206,247) instead hex code.

Text Font Color

.myTextColor { color: #79CEF7; }

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

This text font color is #79CEF7.


Background Color

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

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

This div background color is #79CEF7.


Border color

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

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

This div border color is #79CEF7.


Opacity

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

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

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

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

This text has shadow with #79CEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79CEF7 on black background.


Color preview on white background

This text has color #79CEF7 on white background.



Black color preview on #79CEF7 background

This text has black color on #79CEF7 background.


White color preview on #79CEF7 background

This text has white color on #79CEF7 background.