COLOR #798AA6

HEX: #798AA6
RGB: (121,138,166)

Color info

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

RGB color model

#798AA6 color RGB value is (121,138,166).

  • red value is 121;
  • green value is 138;
  • blue value is 166.
RGB:
(121,138,166)
(47%,54%,65%)

RGB channels and saturation

R 121 of 255 = 47%
G 138 of 255 = 54%
B 166 of 255 = 65%

121
138
166

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

Portions of RGB colors in percentages

R + G + B =
121 + 138 + 166 = 425 (100%)
R 121 of 425 ~ 28.47%
G 138 of 425 ~ 32.47%
B 166 of 425 ~ 39.06%

%28.47
%32.47
%39.06

CMYK color model

#798AA6 color CMYK value is (27,17,0,35).

  • cyan value is 27.11%
  • magenta value is 16.87%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(27,17,0,35)
C27M17Y0K35 
(27%,17%,0%,35%)
(0.27/0.17/0.00/0.35)	

CMYK percentages

%27.11
%16.87
%0
%34.9

Codes

Color #798AA6 in popluar color models

798AA6
RGB121138166
HSL217°20.18%56.27%
HSB/HSV217°27.11%65.10%
CMYK27.11%16.87%0.00%
34.90%

Color #798AA6 in popluar number systems.

HEX798AA6
Decimal121138166
Binary11110011000101010100110
Octal171212246

Shades and tints

Shades of #798AA6

#798AA6
(121,138,166)
#6E7E97
(110,126,151)
#637288
(99,114,136)
#586679
(88,102,121)
#4D5A6A
(77,90,106)
#424E5B
(66,78,91)
#37424C
(55,66,76)
#2C363D
(44,54,61)
#212A2E
(33,42,46)
#161E1F
(22,30,31)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #798AA6

#798AA6
(121,138,166)
#8594AE
(133,148,174)
#919EB6
(145,158,182)
#9DA8BE
(157,168,190)
#A9B2C6
(169,178,198)
#B5BCCE
(181,188,206)
#C1C6D6
(193,198,214)
#CDD0DE
(205,208,222)
#D9DAE6
(217,218,230)
#E5E4EE
(229,228,238)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798AA6 color. Also use rgb(121,138,166) instead hex code.

Text Font Color

.myTextColor { color: #798AA6; }

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

This text font color is #798AA6.


Background Color

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

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

This div background color is #798AA6.


Border color

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

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

This div border color is #798AA6.


Opacity

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

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

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

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

This text has shadow with #798AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798AA6 on black background.


Color preview on white background

This text has color #798AA6 on white background.



Black color preview on #798AA6 background

This text has black color on #798AA6 background.


White color preview on #798AA6 background

This text has white color on #798AA6 background.