COLOR #799CC6

HEX: #799CC6
RGB: (121,156,198)

Color info

#799CC6 contains mainly green and blue colors. Web safe color of #799CC6 is #6699CC (or #69C).

RGB color model

#799CC6 color RGB value is (121,156,198).

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

RGB channels and saturation

R 121 of 255 = 47%
G 156 of 255 = 61%
B 198 of 255 = 78%

121
156
198

R + G + B ~ 62%. #799CC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 156 + 198 = 475 (100%)
R 121 of 475 ~ 25.47%
G 156 of 475 ~ 32.84%
B 198 of 475 ~ 41.68%

%25.47
%32.84
%41.68

CMYK color model

#799CC6 color CMYK value is (39,21,0,22).

  • cyan value is 38.89%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(39,21,0,22)
C39M21Y0K22 
(39%,21%,0%,22%)
(0.39/0.21/0.00/0.22)	

CMYK percentages

%38.89
%21.21
%0
%22.35

Codes

Color #799CC6 in popluar color models

799CC6
RGB121156198
HSL213°40.31%62.55%
HSB/HSV213°38.89%77.65%
CMYK38.89%21.21%0.00%
22.35%

Color #799CC6 in popluar number systems.

HEX799CC6
Decimal121156198
Binary11110011001110011000110
Octal171234306

Shades and tints

Shades of #799CC6

#799CC6
(121,156,198)
#6E8EB4
(110,142,180)
#6380A2
(99,128,162)
#587290
(88,114,144)
#4D647E
(77,100,126)
#42566C
(66,86,108)
#37485A
(55,72,90)
#2C3A48
(44,58,72)
#212C36
(33,44,54)
#161E24
(22,30,36)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #799CC6

#799CC6
(121,156,198)
#85A5CB
(133,165,203)
#91AED0
(145,174,208)
#9DB7D5
(157,183,213)
#A9C0DA
(169,192,218)
#B5C9DF
(181,201,223)
#C1D2E4
(193,210,228)
#CDDBE9
(205,219,233)
#D9E4EE
(217,228,238)
#E5EDF3
(229,237,243)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799CC6 color. Also use rgb(121,156,198) instead hex code.

Text Font Color

.myTextColor { color: #799CC6; }

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

This text font color is #799CC6.


Background Color

.myBgColor { background-color: #799CC6; }

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

This div background color is #799CC6.


Border color

.myBorderColor { border: 1px solid #799CC6; }

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

This div border color is #799CC6.


Opacity

.myOpacity80 { color: #799CC6; opacity: 0.8; }

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

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

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

This text has shadow with #799CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799CC6 on black background.


Color preview on white background

This text has color #799CC6 on white background.



Black color preview on #799CC6 background

This text has black color on #799CC6 background.


White color preview on #799CC6 background

This text has white color on #799CC6 background.