COLOR #798896

HEX: #798896
RGB: (121,136,150)

Color info

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

RGB color model

#798896 color RGB value is (121,136,150).

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

RGB channels and saturation

R 121 of 255 = 47%
G 136 of 255 = 53%
B 150 of 255 = 59%

121
136
150

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

Portions of RGB colors in percentages

R + G + B =
121 + 136 + 150 = 407 (100%)
R 121 of 407 ~ 29.73%
G 136 of 407 ~ 33.42%
B 150 of 407 ~ 36.86%

%29.73
%33.42
%36.86

CMYK color model

#798896 color CMYK value is (19,9,0,41).

  • cyan value is 19.33%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(19,9,0,41)
C19M9Y0K41 
(19%,9%,0%,41%)
(0.19/0.09/0.00/0.41)	

CMYK percentages

%19.33
%9.33
%0
%41.18

Codes

Color #798896 in popluar color models

798896
RGB121136150
HSL209°12.13%53.14%
HSB/HSV209°19.33%58.82%
CMYK19.33%9.33%0.00%
41.18%

Color #798896 in popluar number systems.

HEX798896
Decimal121136150
Binary11110011000100010010110
Octal171210226

Shades and tints

Shades of #798896

#798896
(121,136,150)
#6E7C89
(110,124,137)
#63707C
(99,112,124)
#58646F
(88,100,111)
#4D5862
(77,88,98)
#424C55
(66,76,85)
#374048
(55,64,72)
#2C343B
(44,52,59)
#21282E
(33,40,46)
#161C21
(22,28,33)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #798896

#798896
(121,136,150)
#85929F
(133,146,159)
#919CA8
(145,156,168)
#9DA6B1
(157,166,177)
#A9B0BA
(169,176,186)
#B5BAC3
(181,186,195)
#C1C4CC
(193,196,204)
#CDCED5
(205,206,213)
#D9D8DE
(217,216,222)
#E5E2E7
(229,226,231)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798896; }

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

This text font color is #798896.


Background Color

.myBgColor { background-color: #798896; }

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

This div background color is #798896.


Border color

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

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

This div border color is #798896.


Opacity

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

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

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

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

This text has shadow with #798896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798896 on black background.


Color preview on white background

This text has color #798896 on white background.



Black color preview on #798896 background

This text has black color on #798896 background.


White color preview on #798896 background

This text has white color on #798896 background.