COLOR #798AAB

HEX: #798AAB
RGB: (121,138,171)

Color info

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

RGB color model

#798AAB color RGB value is (121,138,171).

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

RGB channels and saturation

R 121 of 255 = 47%
G 138 of 255 = 54%
B 171 of 255 = 67%

121
138
171

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

Portions of RGB colors in percentages

R + G + B =
121 + 138 + 171 = 430 (100%)
R 121 of 430 ~ 28.14%
G 138 of 430 ~ 32.09%
B 171 of 430 ~ 39.77%

%28.14
%32.09
%39.77

CMYK color model

#798AAB color CMYK value is (29,19,0,33).

  • cyan value is 29.24%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(29,19,0,33)
C29M19Y0K33 
(29%,19%,0%,33%)
(0.29/0.19/0.00/0.33)	

CMYK percentages

%29.24
%19.3
%0
%32.94

Codes

Color #798AAB in popluar color models

798AAB
RGB121138171
HSL220°22.94%57.25%
HSB/HSV220°29.24%67.06%
CMYK29.24%19.30%0.00%
32.94%

Color #798AAB in popluar number systems.

HEX798AAB
Decimal121138171
Binary11110011000101010101011
Octal171212253

Shades and tints

Shades of #798AAB

#798AAB
(121,138,171)
#6E7E9C
(110,126,156)
#63728D
(99,114,141)
#58667E
(88,102,126)
#4D5A6F
(77,90,111)
#424E60
(66,78,96)
#374251
(55,66,81)
#2C3642
(44,54,66)
#212A33
(33,42,51)
#161E24
(22,30,36)
#0B1215
(11,18,21)
#000000
(0,0,0)

Tints of #798AAB

#798AAB
(121,138,171)
#8594B2
(133,148,178)
#919EB9
(145,158,185)
#9DA8C0
(157,168,192)
#A9B2C7
(169,178,199)
#B5BCCE
(181,188,206)
#C1C6D5
(193,198,213)
#CDD0DC
(205,208,220)
#D9DAE3
(217,218,227)
#E5E4EA
(229,228,234)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798AAB; }

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

This text font color is #798AAB.


Background Color

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

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

This div background color is #798AAB.


Border color

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

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

This div border color is #798AAB.


Opacity

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

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

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

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

This text has shadow with #798AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798AAB on black background.


Color preview on white background

This text has color #798AAB on white background.



Black color preview on #798AAB background

This text has black color on #798AAB background.


White color preview on #798AAB background

This text has white color on #798AAB background.