COLOR #798C94

HEX: #798C94
RGB: (121,140,148)

Color info

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

RGB color model

#798C94 color RGB value is (121,140,148).

  • red value is 121;
  • green value is 140;
  • blue value is 148.
RGB:
(121,140,148)
(47%,55%,58%)

RGB channels and saturation

R 121 of 255 = 47%
G 140 of 255 = 55%
B 148 of 255 = 58%

121
140
148

R + G + B ~ 53%. #798C94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 140 + 148 = 409 (100%)
R 121 of 409 ~ 29.58%
G 140 of 409 ~ 34.23%
B 148 of 409 ~ 36.19%

%29.58
%34.23
%36.19

CMYK color model

#798C94 color CMYK value is (18,5,0,42).

  • cyan value is 18.24%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(18,5,0,42)
C18M5Y0K42 
(18%,5%,0%,42%)
(0.18/0.05/0.00/0.42)	

CMYK percentages

%18.24
%5.41
%0
%41.96

Codes

Color #798C94 in popluar color models

798C94
RGB121140148
HSL198°11.20%52.75%
HSB/HSV198°18.24%58.04%
CMYK18.24%5.41%0.00%
41.96%

Color #798C94 in popluar number systems.

HEX798C94
Decimal121140148
Binary11110011000110010010100
Octal171214224

Shades and tints

Shades of #798C94

#798C94
(121,140,148)
#6E8087
(110,128,135)
#63747A
(99,116,122)
#58686D
(88,104,109)
#4D5C60
(77,92,96)
#425053
(66,80,83)
#374446
(55,68,70)
#2C3839
(44,56,57)
#212C2C
(33,44,44)
#16201F
(22,32,31)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #798C94

#798C94
(121,140,148)
#85969D
(133,150,157)
#91A0A6
(145,160,166)
#9DAAAF
(157,170,175)
#A9B4B8
(169,180,184)
#B5BEC1
(181,190,193)
#C1C8CA
(193,200,202)
#CDD2D3
(205,210,211)
#D9DCDC
(217,220,220)
#E5E6E5
(229,230,229)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798C94 color. Also use rgb(121,140,148) instead hex code.

Text Font Color

.myTextColor { color: #798C94; }

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

This text font color is #798C94.


Background Color

.myBgColor { background-color: #798C94; }

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

This div background color is #798C94.


Border color

.myBorderColor { border: 1px solid #798C94; }

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

This div border color is #798C94.


Opacity

.myOpacity80 { color: #798C94; opacity: 0.8; }

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

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

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

This text has shadow with #798C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798C94 on black background.


Color preview on white background

This text has color #798C94 on white background.



Black color preview on #798C94 background

This text has black color on #798C94 background.


White color preview on #798C94 background

This text has white color on #798C94 background.