COLOR #798986

HEX: #798986
RGB: (121,137,134)

Color info

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

RGB color model

#798986 color RGB value is (121,137,134).

  • red value is 121;
  • green value is 137;
  • blue value is 134.
RGB:
(121,137,134)
(47%,54%,53%)

RGB channels and saturation

R 121 of 255 = 47%
G 137 of 255 = 54%
B 134 of 255 = 53%

121
137
134

R + G + B ~ 51%. #798986 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 137 + 134 = 392 (100%)
R 121 of 392 ~ 30.87%
G 137 of 392 ~ 34.95%
B 134 of 392 ~ 34.18%

%30.87
%34.95
%34.18

CMYK color model

#798986 color CMYK value is (12,0,2,46).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 46.27%
CMYK:
(12,0,2,46)
C12M0Y2K46 
(12%,0%,2%,46%)
(0.12/0.00/0.02/0.46)	

CMYK percentages

%11.68
%0
%2.19
%46.27

Codes

Color #798986 in popluar color models

798986
RGB121137134
HSL169°6.35%50.59%
HSB/HSV169°11.68%53.73%
CMYK11.68%0.00%2.19%
46.27%

Color #798986 in popluar number systems.

HEX798986
Decimal121137134
Binary11110011000100110000110
Octal171211206

Shades and tints

Shades of #798986

#798986
(121,137,134)
#6E7D7A
(110,125,122)
#63716E
(99,113,110)
#586562
(88,101,98)
#4D5956
(77,89,86)
#424D4A
(66,77,74)
#37413E
(55,65,62)
#2C3532
(44,53,50)
#212926
(33,41,38)
#161D1A
(22,29,26)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #798986

#798986
(121,137,134)
#859391
(133,147,145)
#919D9C
(145,157,156)
#9DA7A7
(157,167,167)
#A9B1B2
(169,177,178)
#B5BBBD
(181,187,189)
#C1C5C8
(193,197,200)
#CDCFD3
(205,207,211)
#D9D9DE
(217,217,222)
#E5E3E9
(229,227,233)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798986 color. Also use rgb(121,137,134) instead hex code.

Text Font Color

.myTextColor { color: #798986; }

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

This text font color is #798986.


Background Color

.myBgColor { background-color: #798986; }

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

This div background color is #798986.


Border color

.myBorderColor { border: 1px solid #798986; }

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

This div border color is #798986.


Opacity

.myOpacity80 { color: #798986; opacity: 0.8; }

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

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

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

This text has shadow with #798986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798986 on black background.


Color preview on white background

This text has color #798986 on white background.



Black color preview on #798986 background

This text has black color on #798986 background.


White color preview on #798986 background

This text has white color on #798986 background.