COLOR #799EC0

HEX: #799EC0
RGB: (121,158,192)

Color info

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

RGB color model

#799EC0 color RGB value is (121,158,192).

  • red value is 121;
  • green value is 158;
  • blue value is 192.
RGB:
(121,158,192)
(47%,62%,75%)

RGB channels and saturation

R 121 of 255 = 47%
G 158 of 255 = 62%
B 192 of 255 = 75%

121
158
192

R + G + B ~ 61%. #799EC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 158 + 192 = 471 (100%)
R 121 of 471 ~ 25.69%
G 158 of 471 ~ 33.55%
B 192 of 471 ~ 40.76%

%25.69
%33.55
%40.76

CMYK color model

#799EC0 color CMYK value is (37,18,0,25).

  • cyan value is 36.98%
  • magenta value is 17.71%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(37,18,0,25)
C37M18Y0K25 
(37%,18%,0%,25%)
(0.37/0.18/0.00/0.25)	

CMYK percentages

%36.98
%17.71
%0
%24.71

Codes

Color #799EC0 in popluar color models

799EC0
RGB121158192
HSL209°36.04%61.37%
HSB/HSV209°36.98%75.29%
CMYK36.98%17.71%0.00%
24.71%

Color #799EC0 in popluar number systems.

HEX799EC0
Decimal121158192
Binary11110011001111011000000
Octal171236300

Shades and tints

Shades of #799EC0

#799EC0
(121,158,192)
#6E90AF
(110,144,175)
#63829E
(99,130,158)
#58748D
(88,116,141)
#4D667C
(77,102,124)
#42586B
(66,88,107)
#374A5A
(55,74,90)
#2C3C49
(44,60,73)
#212E38
(33,46,56)
#162027
(22,32,39)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #799EC0

#799EC0
(121,158,192)
#85A6C5
(133,166,197)
#91AECA
(145,174,202)
#9DB6CF
(157,182,207)
#A9BED4
(169,190,212)
#B5C6D9
(181,198,217)
#C1CEDE
(193,206,222)
#CDD6E3
(205,214,227)
#D9DEE8
(217,222,232)
#E5E6ED
(229,230,237)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799EC0 color. Also use rgb(121,158,192) instead hex code.

Text Font Color

.myTextColor { color: #799EC0; }

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

This text font color is #799EC0.


Background Color

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

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

This div background color is #799EC0.


Border color

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

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

This div border color is #799EC0.


Opacity

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

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

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

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

This text has shadow with #799EC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799EC0 on black background.


Color preview on white background

This text has color #799EC0 on white background.



Black color preview on #799EC0 background

This text has black color on #799EC0 background.


White color preview on #799EC0 background

This text has white color on #799EC0 background.