COLOR #79D8BD

HEX: #79D8BD
RGB: (121,216,189)

Color info

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

RGB color model

#79D8BD color RGB value is (121,216,189).

  • red value is 121;
  • green value is 216;
  • blue value is 189.
RGB:
(121,216,189)
(47%,85%,74%)

RGB channels and saturation

R 121 of 255 = 47%
G 216 of 255 = 85%
B 189 of 255 = 74%

121
216
189

R + G + B ~ 69%. #79D8BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 216 + 189 = 526 (100%)
R 121 of 526 ~ 23%
G 216 of 526 ~ 41.06%
B 189 of 526 ~ 35.93%

%23
%41.06
%35.93

CMYK color model

#79D8BD color CMYK value is (44,0,13,15).

  • cyan value is 43.98%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 15.29%
CMYK:
(44,0,13,15)
C44M0Y13K15 
(44%,0%,13%,15%)
(0.44/0.00/0.13/0.15)	

CMYK percentages

%43.98
%0
%12.5
%15.29

Codes

Color #79D8BD in popluar color models

79D8BD
RGB121216189
HSL163°54.91%66.08%
HSB/HSV163°43.98%84.71%
CMYK43.98%0.00%12.50%
15.29%

Color #79D8BD in popluar number systems.

HEX79D8BD
Decimal121216189
Binary11110011101100010111101
Octal171330275

Shades and tints

Shades of #79D8BD

#79D8BD
(121,216,189)
#6EC5AC
(110,197,172)
#63B29B
(99,178,155)
#589F8A
(88,159,138)
#4D8C79
(77,140,121)
#427968
(66,121,104)
#376657
(55,102,87)
#2C5346
(44,83,70)
#214035
(33,64,53)
#162D24
(22,45,36)
#0B1A13
(11,26,19)
#000000
(0,0,0)

Tints of #79D8BD

#79D8BD
(121,216,189)
#85DBC3
(133,219,195)
#91DEC9
(145,222,201)
#9DE1CF
(157,225,207)
#A9E4D5
(169,228,213)
#B5E7DB
(181,231,219)
#C1EAE1
(193,234,225)
#CDEDE7
(205,237,231)
#D9F0ED
(217,240,237)
#E5F3F3
(229,243,243)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79D8BD color. Also use rgb(121,216,189) instead hex code.

Text Font Color

.myTextColor { color: #79D8BD; }

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

This text font color is #79D8BD.


Background Color

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

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

This div background color is #79D8BD.


Border color

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

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

This div border color is #79D8BD.


Opacity

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

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

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

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

This text has shadow with #79D8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79D8BD on black background.


Color preview on white background

This text has color #79D8BD on white background.



Black color preview on #79D8BD background

This text has black color on #79D8BD background.


White color preview on #79D8BD background

This text has white color on #79D8BD background.