COLOR #798196

HEX: #798196
RGB: (121,129,150)

Color info

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

RGB color model

#798196 color RGB value is (121,129,150).

  • red value is 121;
  • green value is 129;
  • blue value is 150.
RGB:
(121,129,150)
(47%,51%,59%)

RGB channels and saturation

R 121 of 255 = 47%
G 129 of 255 = 51%
B 150 of 255 = 59%

121
129
150

R + G + B ~ 52%. #798196 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 129 + 150 = 400 (100%)
R 121 of 400 ~ 30.25%
G 129 of 400 ~ 32.25%
B 150 of 400 ~ 37.5%

%30.25
%32.25
%37.5

CMYK color model

#798196 color CMYK value is (19,14,0,41).

  • cyan value is 19.33%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(19,14,0,41)
C19M14Y0K41 
(19%,14%,0%,41%)
(0.19/0.14/0.00/0.41)	

CMYK percentages

%19.33
%14
%0
%41.18

Codes

Color #798196 in popluar color models

798196
RGB121129150
HSL223°12.13%53.14%
HSB/HSV223°19.33%58.82%
CMYK19.33%14.00%0.00%
41.18%

Color #798196 in popluar number systems.

HEX798196
Decimal121129150
Binary11110011000000110010110
Octal171201226

Shades and tints

Shades of #798196

#798196
(121,129,150)
#6E7689
(110,118,137)
#636B7C
(99,107,124)
#58606F
(88,96,111)
#4D5562
(77,85,98)
#424A55
(66,74,85)
#373F48
(55,63,72)
#2C343B
(44,52,59)
#21292E
(33,41,46)
#161E21
(22,30,33)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #798196

#798196
(121,129,150)
#858C9F
(133,140,159)
#9197A8
(145,151,168)
#9DA2B1
(157,162,177)
#A9ADBA
(169,173,186)
#B5B8C3
(181,184,195)
#C1C3CC
(193,195,204)
#CDCED5
(205,206,213)
#D9D9DE
(217,217,222)
#E5E4E7
(229,228,231)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798196 color. Also use rgb(121,129,150) instead hex code.

Text Font Color

.myTextColor { color: #798196; }

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

This text font color is #798196.


Background Color

.myBgColor { background-color: #798196; }

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

This div background color is #798196.


Border color

.myBorderColor { border: 1px solid #798196; }

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

This div border color is #798196.


Opacity

.myOpacity80 { color: #798196; opacity: 0.8; }

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

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

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

This text has shadow with #798196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798196 on black background.


Color preview on white background

This text has color #798196 on white background.



Black color preview on #798196 background

This text has black color on #798196 background.


White color preview on #798196 background

This text has white color on #798196 background.