COLOR #798B9E

HEX: #798B9E
RGB: (121,139,158)

Color info

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

RGB color model

#798B9E color RGB value is (121,139,158).

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

RGB channels and saturation

R 121 of 255 = 47%
G 139 of 255 = 55%
B 158 of 255 = 62%

121
139
158

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

Portions of RGB colors in percentages

R + G + B =
121 + 139 + 158 = 418 (100%)
R 121 of 418 ~ 28.95%
G 139 of 418 ~ 33.25%
B 158 of 418 ~ 37.8%

%28.95
%33.25
%37.8

CMYK color model

#798B9E color CMYK value is (23,12,0,38).

  • cyan value is 23.42%
  • magenta value is 12.03%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(23,12,0,38)
C23M12Y0K38 
(23%,12%,0%,38%)
(0.23/0.12/0.00/0.38)	

CMYK percentages

%23.42
%12.03
%0
%38.04

Codes

Color #798B9E in popluar color models

798B9E
RGB121139158
HSL211°16.02%54.71%
HSB/HSV211°23.42%61.96%
CMYK23.42%12.03%0.00%
38.04%

Color #798B9E in popluar number systems.

HEX798B9E
Decimal121139158
Binary11110011000101110011110
Octal171213236

Shades and tints

Shades of #798B9E

#798B9E
(121,139,158)
#6E7F90
(110,127,144)
#637382
(99,115,130)
#586774
(88,103,116)
#4D5B66
(77,91,102)
#424F58
(66,79,88)
#37434A
(55,67,74)
#2C373C
(44,55,60)
#212B2E
(33,43,46)
#161F20
(22,31,32)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #798B9E

#798B9E
(121,139,158)
#8595A6
(133,149,166)
#919FAE
(145,159,174)
#9DA9B6
(157,169,182)
#A9B3BE
(169,179,190)
#B5BDC6
(181,189,198)
#C1C7CE
(193,199,206)
#CDD1D6
(205,209,214)
#D9DBDE
(217,219,222)
#E5E5E6
(229,229,230)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798B9E color. Also use rgb(121,139,158) instead hex code.

Text Font Color

.myTextColor { color: #798B9E; }

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

This text font color is #798B9E.


Background Color

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

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

This div background color is #798B9E.


Border color

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

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

This div border color is #798B9E.


Opacity

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

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

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

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

This text has shadow with #798B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798B9E on black background.


Color preview on white background

This text has color #798B9E on white background.



Black color preview on #798B9E background

This text has black color on #798B9E background.


White color preview on #798B9E background

This text has white color on #798B9E background.