COLOR #798FAB

HEX: #798FAB
RGB: (121,143,171)

Color info

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

RGB color model

#798FAB color RGB value is (121,143,171).

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

RGB channels and saturation

R 121 of 255 = 47%
G 143 of 255 = 56%
B 171 of 255 = 67%

121
143
171

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

Portions of RGB colors in percentages

R + G + B =
121 + 143 + 171 = 435 (100%)
R 121 of 435 ~ 27.82%
G 143 of 435 ~ 32.87%
B 171 of 435 ~ 39.31%

%27.82
%32.87
%39.31

CMYK color model

#798FAB color CMYK value is (29,16,0,33).

  • cyan value is 29.24%
  • magenta value is 16.37%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(29,16,0,33)
C29M16Y0K33 
(29%,16%,0%,33%)
(0.29/0.16/0.00/0.33)	

CMYK percentages

%29.24
%16.37
%0
%32.94

Codes

Color #798FAB in popluar color models

798FAB
RGB121143171
HSL214°22.94%57.25%
HSB/HSV214°29.24%67.06%
CMYK29.24%16.37%0.00%
32.94%

Color #798FAB in popluar number systems.

HEX798FAB
Decimal121143171
Binary11110011000111110101011
Octal171217253

Shades and tints

Shades of #798FAB

#798FAB
(121,143,171)
#6E829C
(110,130,156)
#63758D
(99,117,141)
#58687E
(88,104,126)
#4D5B6F
(77,91,111)
#424E60
(66,78,96)
#374151
(55,65,81)
#2C3442
(44,52,66)
#212733
(33,39,51)
#161A24
(22,26,36)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #798FAB

#798FAB
(121,143,171)
#8599B2
(133,153,178)
#91A3B9
(145,163,185)
#9DADC0
(157,173,192)
#A9B7C7
(169,183,199)
#B5C1CE
(181,193,206)
#C1CBD5
(193,203,213)
#CDD5DC
(205,213,220)
#D9DFE3
(217,223,227)
#E5E9EA
(229,233,234)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798FAB; }

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

This text font color is #798FAB.


Background Color

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

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

This div background color is #798FAB.


Border color

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

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

This div border color is #798FAB.


Opacity

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

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

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

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

This text has shadow with #798FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798FAB on black background.


Color preview on white background

This text has color #798FAB on white background.



Black color preview on #798FAB background

This text has black color on #798FAB background.


White color preview on #798FAB background

This text has white color on #798FAB background.