COLOR #799E88

HEX: #799E88
RGB: (121,158,136)

Color info

#799E88 contains red, green and blue colors in about the same proportion. Web safe color of #799E88 is #669999 (or #699).

RGB color model

#799E88 color RGB value is (121,158,136).

  • red value is 121;
  • green value is 158;
  • blue value is 136.
RGB:
(121,158,136)
(47%,62%,53%)

RGB channels and saturation

R 121 of 255 = 47%
G 158 of 255 = 62%
B 136 of 255 = 53%

121
158
136

R + G + B ~ 54%. #799E88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 158 + 136 = 415 (100%)
R 121 of 415 ~ 29.16%
G 158 of 415 ~ 38.07%
B 136 of 415 ~ 32.77%

%29.16
%38.07
%32.77

CMYK color model

#799E88 color CMYK value is (23,0,14,38).

  • cyan value is 23.42%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 38.04%
CMYK:
(23,0,14,38)
C23M0Y14K38 
(23%,0%,14%,38%)
(0.23/0.00/0.14/0.38)	

CMYK percentages

%23.42
%0
%13.92
%38.04

Codes

Color #799E88 in popluar color models

799E88
RGB121158136
HSL144°16.02%54.71%
HSB/HSV144°23.42%61.96%
CMYK23.42%0.00%13.92%
38.04%

Color #799E88 in popluar number systems.

HEX799E88
Decimal121158136
Binary11110011001111010001000
Octal171236210

Shades and tints

Shades of #799E88

#799E88
(121,158,136)
#6E907C
(110,144,124)
#638270
(99,130,112)
#587464
(88,116,100)
#4D6658
(77,102,88)
#42584C
(66,88,76)
#374A40
(55,74,64)
#2C3C34
(44,60,52)
#212E28
(33,46,40)
#16201C
(22,32,28)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #799E88

#799E88
(121,158,136)
#85A692
(133,166,146)
#91AE9C
(145,174,156)
#9DB6A6
(157,182,166)
#A9BEB0
(169,190,176)
#B5C6BA
(181,198,186)
#C1CEC4
(193,206,196)
#CDD6CE
(205,214,206)
#D9DED8
(217,222,216)
#E5E6E2
(229,230,226)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799E88 color. Also use rgb(121,158,136) instead hex code.

Text Font Color

.myTextColor { color: #799E88; }

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

This text font color is #799E88.


Background Color

.myBgColor { background-color: #799E88; }

<div style="background-color:#799E88">Inner text</div>

This div background color is #799E88.


Border color

.myBorderColor { border: 1px solid #799E88; }

<div style="border:3px solid #799E88">Div</div>

This div border color is #799E88.


Opacity

.myOpacity80 { color: #799E88; opacity: 0.8; }

<p style="color:#799E88;opacity:0.8;">80%</p>

Text with #799E88 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 #799E88;}

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

This text has shadow with #799E88 color.

.textShadow {text-shadow: 3px 3px 1px #799E88, 3px 3px 1px red;}

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

This text has shadow with #799E88 primary color and red secondary color.


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

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

This text has shadow with #799E88 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799E88 on black background.


Color preview on white background

This text has color #799E88 on white background.



Black color preview on #799E88 background

This text has black color on #799E88 background.


White color preview on #799E88 background

This text has white color on #799E88 background.