COLOR #79DBA8

HEX: #79DBA8
RGB: (121,219,168)

Color info

#79DBA8 contains mainly green and blue colors. Web safe color of #79DBA8 is #66CC99 (or #6C9).

RGB color model

#79DBA8 color RGB value is (121,219,168).

  • red value is 121;
  • green value is 219;
  • blue value is 168.
RGB:
(121,219,168)
(47%,86%,66%)

RGB channels and saturation

R 121 of 255 = 47%
G 219 of 255 = 86%
B 168 of 255 = 66%

121
219
168

R + G + B ~ 66%. #79DBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 219 + 168 = 508 (100%)
R 121 of 508 ~ 23.82%
G 219 of 508 ~ 43.11%
B 168 of 508 ~ 33.07%

%23.82
%43.11
%33.07

CMYK color model

#79DBA8 color CMYK value is (45,0,23,14).

  • cyan value is 44.75%
  • magenta value is 0.00%
  • yellow value is 23.29%
  • key color value is 14.12%
CMYK:
(45,0,23,14)
C45M0Y23K14 
(45%,0%,23%,14%)
(0.45/0.00/0.23/0.14)	

CMYK percentages

%44.75
%0
%23.29
%14.12

Codes

Color #79DBA8 in popluar color models

79DBA8
RGB121219168
HSL149°57.65%66.67%
HSB/HSV149°44.75%85.88%
CMYK44.75%0.00%23.29%
14.12%

Color #79DBA8 in popluar number systems.

HEX79DBA8
Decimal121219168
Binary11110011101101110101000
Octal171333250

Shades and tints

Shades of #79DBA8

#79DBA8
(121,219,168)
#6EC899
(110,200,153)
#63B58A
(99,181,138)
#58A27B
(88,162,123)
#4D8F6C
(77,143,108)
#427C5D
(66,124,93)
#37694E
(55,105,78)
#2C563F
(44,86,63)
#214330
(33,67,48)
#163021
(22,48,33)
#0B1D12
(11,29,18)
#000000
(0,0,0)

Tints of #79DBA8

#79DBA8
(121,219,168)
#85DEAF
(133,222,175)
#91E1B6
(145,225,182)
#9DE4BD
(157,228,189)
#A9E7C4
(169,231,196)
#B5EACB
(181,234,203)
#C1EDD2
(193,237,210)
#CDF0D9
(205,240,217)
#D9F3E0
(217,243,224)
#E5F6E7
(229,246,231)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79DBA8 color. Also use rgb(121,219,168) instead hex code.

Text Font Color

.myTextColor { color: #79DBA8; }

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

This text font color is #79DBA8.


Background Color

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

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

This div background color is #79DBA8.


Border color

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

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

This div border color is #79DBA8.


Opacity

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

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

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

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

This text has shadow with #79DBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79DBA8 on black background.


Color preview on white background

This text has color #79DBA8 on white background.



Black color preview on #79DBA8 background

This text has black color on #79DBA8 background.


White color preview on #79DBA8 background

This text has white color on #79DBA8 background.