COLOR #798C9C

HEX: #798C9C
RGB: (121,140,156)

Color info

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

RGB color model

#798C9C color RGB value is (121,140,156).

  • red value is 121;
  • green value is 140;
  • blue value is 156.
RGB:
(121,140,156)
(47%,55%,61%)

RGB channels and saturation

R 121 of 255 = 47%
G 140 of 255 = 55%
B 156 of 255 = 61%

121
140
156

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

Portions of RGB colors in percentages

R + G + B =
121 + 140 + 156 = 417 (100%)
R 121 of 417 ~ 29.02%
G 140 of 417 ~ 33.57%
B 156 of 417 ~ 37.41%

%29.02
%33.57
%37.41

CMYK color model

#798C9C color CMYK value is (22,10,0,39).

  • cyan value is 22.44%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(22,10,0,39)
C22M10Y0K39 
(22%,10%,0%,39%)
(0.22/0.10/0.00/0.39)	

CMYK percentages

%22.44
%10.26
%0
%38.82

Codes

Color #798C9C in popluar color models

798C9C
RGB121140156
HSL207°15.02%54.31%
HSB/HSV207°22.44%61.18%
CMYK22.44%10.26%0.00%
38.82%

Color #798C9C in popluar number systems.

HEX798C9C
Decimal121140156
Binary11110011000110010011100
Octal171214234

Shades and tints

Shades of #798C9C

#798C9C
(121,140,156)
#6E808E
(110,128,142)
#637480
(99,116,128)
#586872
(88,104,114)
#4D5C64
(77,92,100)
#425056
(66,80,86)
#374448
(55,68,72)
#2C383A
(44,56,58)
#212C2C
(33,44,44)
#16201E
(22,32,30)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #798C9C

#798C9C
(121,140,156)
#8596A5
(133,150,165)
#91A0AE
(145,160,174)
#9DAAB7
(157,170,183)
#A9B4C0
(169,180,192)
#B5BEC9
(181,190,201)
#C1C8D2
(193,200,210)
#CDD2DB
(205,210,219)
#D9DCE4
(217,220,228)
#E5E6ED
(229,230,237)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798C9C color. Also use rgb(121,140,156) instead hex code.

Text Font Color

.myTextColor { color: #798C9C; }

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

This text font color is #798C9C.


Background Color

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

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

This div background color is #798C9C.


Border color

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

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

This div border color is #798C9C.


Opacity

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

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

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

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

This text has shadow with #798C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798C9C on black background.


Color preview on white background

This text has color #798C9C on white background.



Black color preview on #798C9C background

This text has black color on #798C9C background.


White color preview on #798C9C background

This text has white color on #798C9C background.