COLOR #79E7ED

HEX: #79E7ED
RGB: (121,231,237)

Color info

#79E7ED contains mainly green and blue colors. Web safe color of #79E7ED is #66FFFF (or #6FF).

RGB color model

#79E7ED color RGB value is (121,231,237).

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

RGB channels and saturation

R 121 of 255 = 47%
G 231 of 255 = 91%
B 237 of 255 = 93%

121
231
237

R + G + B ~ 77%. #79E7ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 231 + 237 = 589 (100%)
R 121 of 589 ~ 20.54%
G 231 of 589 ~ 39.22%
B 237 of 589 ~ 40.24%

%20.54
%39.22
%40.24

CMYK color model

#79E7ED color CMYK value is (49,3,0,7).

  • cyan value is 48.95%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(49,3,0,7)
C49M3Y0K7 
(49%,3%,0%,7%)
(0.49/0.03/0.00/0.07)	

CMYK percentages

%48.95
%2.53
%0
%7.06

Codes

Color #79E7ED in popluar color models

79E7ED
RGB121231237
HSL183°76.32%70.20%
HSB/HSV183°48.95%92.94%
CMYK48.95%2.53%0.00%
7.06%

Color #79E7ED in popluar number systems.

HEX79E7ED
Decimal121231237
Binary11110011110011111101101
Octal171347355

Shades and tints

Shades of #79E7ED

#79E7ED
(121,231,237)
#6ED2D8
(110,210,216)
#63BDC3
(99,189,195)
#58A8AE
(88,168,174)
#4D9399
(77,147,153)
#427E84
(66,126,132)
#37696F
(55,105,111)
#2C545A
(44,84,90)
#213F45
(33,63,69)
#162A30
(22,42,48)
#0B151B
(11,21,27)
#000000
(0,0,0)

Tints of #79E7ED

#79E7ED
(121,231,237)
#85E9EE
(133,233,238)
#91EBEF
(145,235,239)
#9DEDF0
(157,237,240)
#A9EFF1
(169,239,241)
#B5F1F2
(181,241,242)
#C1F3F3
(193,243,243)
#CDF5F4
(205,245,244)
#D9F7F5
(217,247,245)
#E5F9F6
(229,249,246)
#F1FBF7
(241,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79E7ED; }

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

This text font color is #79E7ED.


Background Color

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

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

This div background color is #79E7ED.


Border color

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

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

This div border color is #79E7ED.


Opacity

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

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

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

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

This text has shadow with #79E7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79E7ED on black background.


Color preview on white background

This text has color #79E7ED on white background.



Black color preview on #79E7ED background

This text has black color on #79E7ED background.


White color preview on #79E7ED background

This text has white color on #79E7ED background.