COLOR #798897

HEX: #798897
RGB: (121,136,151)

Color info

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

RGB color model

#798897 color RGB value is (121,136,151).

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

RGB channels and saturation

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

121
136
151

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

Portions of RGB colors in percentages

R + G + B =
121 + 136 + 151 = 408 (100%)
R 121 of 408 ~ 29.66%
G 136 of 408 ~ 33.33%
B 151 of 408 ~ 37.01%

%29.66
%33.33
%37.01

CMYK color model

#798897 color CMYK value is (20,10,0,41).

  • cyan value is 19.87%
  • magenta value is 9.93%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(20,10,0,41)
C20M10Y0K41 
(20%,10%,0%,41%)
(0.20/0.10/0.00/0.41)	

CMYK percentages

%19.87
%9.93
%0
%40.78

Codes

Color #798897 in popluar color models

798897
RGB121136151
HSL210°12.61%53.33%
HSB/HSV210°19.87%59.22%
CMYK19.87%9.93%0.00%
40.78%

Color #798897 in popluar number systems.

HEX798897
Decimal121136151
Binary11110011000100010010111
Octal171210227

Shades and tints

Shades of #798897

#798897
(121,136,151)
#6E7C8A
(110,124,138)
#63707D
(99,112,125)
#586470
(88,100,112)
#4D5863
(77,88,99)
#424C56
(66,76,86)
#374049
(55,64,73)
#2C343C
(44,52,60)
#21282F
(33,40,47)
#161C22
(22,28,34)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #798897

#798897
(121,136,151)
#8592A0
(133,146,160)
#919CA9
(145,156,169)
#9DA6B2
(157,166,178)
#A9B0BB
(169,176,187)
#B5BAC4
(181,186,196)
#C1C4CD
(193,196,205)
#CDCED6
(205,206,214)
#D9D8DF
(217,216,223)
#E5E2E8
(229,226,232)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798897; }

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

This text font color is #798897.


Background Color

.myBgColor { background-color: #798897; }

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

This div background color is #798897.


Border color

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

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

This div border color is #798897.


Opacity

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

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

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

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

This text has shadow with #798897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798897 on black background.


Color preview on white background

This text has color #798897 on white background.



Black color preview on #798897 background

This text has black color on #798897 background.


White color preview on #798897 background

This text has white color on #798897 background.