COLOR #798BAC

HEX: #798BAC
RGB: (121,139,172)

Color info

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

RGB color model

#798BAC color RGB value is (121,139,172).

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

RGB channels and saturation

R 121 of 255 = 47%
G 139 of 255 = 55%
B 172 of 255 = 67%

121
139
172

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

Portions of RGB colors in percentages

R + G + B =
121 + 139 + 172 = 432 (100%)
R 121 of 432 ~ 28.01%
G 139 of 432 ~ 32.18%
B 172 of 432 ~ 39.81%

%28.01
%32.18
%39.81

CMYK color model

#798BAC color CMYK value is (30,19,0,33).

  • cyan value is 29.65%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(30,19,0,33)
C30M19Y0K33 
(30%,19%,0%,33%)
(0.30/0.19/0.00/0.33)	

CMYK percentages

%29.65
%19.19
%0
%32.55

Codes

Color #798BAC in popluar color models

798BAC
RGB121139172
HSL219°23.50%57.45%
HSB/HSV219°29.65%67.45%
CMYK29.65%19.19%0.00%
32.55%

Color #798BAC in popluar number systems.

HEX798BAC
Decimal121139172
Binary11110011000101110101100
Octal171213254

Shades and tints

Shades of #798BAC

#798BAC
(121,139,172)
#6E7F9D
(110,127,157)
#63738E
(99,115,142)
#58677F
(88,103,127)
#4D5B70
(77,91,112)
#424F61
(66,79,97)
#374352
(55,67,82)
#2C3743
(44,55,67)
#212B34
(33,43,52)
#161F25
(22,31,37)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #798BAC

#798BAC
(121,139,172)
#8595B3
(133,149,179)
#919FBA
(145,159,186)
#9DA9C1
(157,169,193)
#A9B3C8
(169,179,200)
#B5BDCF
(181,189,207)
#C1C7D6
(193,199,214)
#CDD1DD
(205,209,221)
#D9DBE4
(217,219,228)
#E5E5EB
(229,229,235)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798BAC; }

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

This text font color is #798BAC.


Background Color

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

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

This div background color is #798BAC.


Border color

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

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

This div border color is #798BAC.


Opacity

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

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

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

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

This text has shadow with #798BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798BAC on black background.


Color preview on white background

This text has color #798BAC on white background.



Black color preview on #798BAC background

This text has black color on #798BAC background.


White color preview on #798BAC background

This text has white color on #798BAC background.