COLOR #798E9C

HEX: #798E9C
RGB: (121,142,156)

Color info

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

RGB color model

#798E9C color RGB value is (121,142,156).

  • red value is 121;
  • green value is 142;
  • blue value is 156.
RGB:
(121,142,156)
(47%,56%,61%)

RGB channels and saturation

R 121 of 255 = 47%
G 142 of 255 = 56%
B 156 of 255 = 61%

121
142
156

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

Portions of RGB colors in percentages

R + G + B =
121 + 142 + 156 = 419 (100%)
R 121 of 419 ~ 28.88%
G 142 of 419 ~ 33.89%
B 156 of 419 ~ 37.23%

%28.88
%33.89
%37.23

CMYK color model

#798E9C color CMYK value is (22,9,0,39).

  • cyan value is 22.44%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(22,9,0,39)
C22M9Y0K39 
(22%,9%,0%,39%)
(0.22/0.09/0.00/0.39)	

CMYK percentages

%22.44
%8.97
%0
%38.82

Codes

Color #798E9C in popluar color models

798E9C
RGB121142156
HSL204°15.02%54.31%
HSB/HSV204°22.44%61.18%
CMYK22.44%8.97%0.00%
38.82%

Color #798E9C in popluar number systems.

HEX798E9C
Decimal121142156
Binary11110011000111010011100
Octal171216234

Shades and tints

Shades of #798E9C

#798E9C
(121,142,156)
#6E828E
(110,130,142)
#637680
(99,118,128)
#586A72
(88,106,114)
#4D5E64
(77,94,100)
#425256
(66,82,86)
#374648
(55,70,72)
#2C3A3A
(44,58,58)
#212E2C
(33,46,44)
#16221E
(22,34,30)
#0B1610
(11,22,16)
#000000
(0,0,0)

Tints of #798E9C

#798E9C
(121,142,156)
#8598A5
(133,152,165)
#91A2AE
(145,162,174)
#9DACB7
(157,172,183)
#A9B6C0
(169,182,192)
#B5C0C9
(181,192,201)
#C1CAD2
(193,202,210)
#CDD4DB
(205,212,219)
#D9DEE4
(217,222,228)
#E5E8ED
(229,232,237)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798E9C color. Also use rgb(121,142,156) instead hex code.

Text Font Color

.myTextColor { color: #798E9C; }

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

This text font color is #798E9C.


Background Color

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

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

This div background color is #798E9C.


Border color

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

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

This div border color is #798E9C.


Opacity

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

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

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

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

This text has shadow with #798E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798E9C on black background.


Color preview on white background

This text has color #798E9C on white background.



Black color preview on #798E9C background

This text has black color on #798E9C background.


White color preview on #798E9C background

This text has white color on #798E9C background.