COLOR #799EBC

HEX: #799EBC
RGB: (121,158,188)

Color info

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

RGB color model

#799EBC color RGB value is (121,158,188).

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

RGB channels and saturation

R 121 of 255 = 47%
G 158 of 255 = 62%
B 188 of 255 = 74%

121
158
188

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

Portions of RGB colors in percentages

R + G + B =
121 + 158 + 188 = 467 (100%)
R 121 of 467 ~ 25.91%
G 158 of 467 ~ 33.83%
B 188 of 467 ~ 40.26%

%25.91
%33.83
%40.26

CMYK color model

#799EBC color CMYK value is (36,16,0,26).

  • cyan value is 35.64%
  • magenta value is 15.96%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(36,16,0,26)
C36M16Y0K26 
(36%,16%,0%,26%)
(0.36/0.16/0.00/0.26)	

CMYK percentages

%35.64
%15.96
%0
%26.27

Codes

Color #799EBC in popluar color models

799EBC
RGB121158188
HSL207°33.33%60.59%
HSB/HSV207°35.64%73.73%
CMYK35.64%15.96%0.00%
26.27%

Color #799EBC in popluar number systems.

HEX799EBC
Decimal121158188
Binary11110011001111010111100
Octal171236274

Shades and tints

Shades of #799EBC

#799EBC
(121,158,188)
#6E90AB
(110,144,171)
#63829A
(99,130,154)
#587489
(88,116,137)
#4D6678
(77,102,120)
#425867
(66,88,103)
#374A56
(55,74,86)
#2C3C45
(44,60,69)
#212E34
(33,46,52)
#162023
(22,32,35)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #799EBC

#799EBC
(121,158,188)
#85A6C2
(133,166,194)
#91AEC8
(145,174,200)
#9DB6CE
(157,182,206)
#A9BED4
(169,190,212)
#B5C6DA
(181,198,218)
#C1CEE0
(193,206,224)
#CDD6E6
(205,214,230)
#D9DEEC
(217,222,236)
#E5E6F2
(229,230,242)
#F1EEF8
(241,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799EBC; }

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

This text font color is #799EBC.


Background Color

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

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

This div background color is #799EBC.


Border color

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

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

This div border color is #799EBC.


Opacity

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

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

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

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

This text has shadow with #799EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799EBC on black background.


Color preview on white background

This text has color #799EBC on white background.



Black color preview on #799EBC background

This text has black color on #799EBC background.


White color preview on #799EBC background

This text has white color on #799EBC background.