COLOR #799FBA

HEX: #799FBA
RGB: (121,159,186)

Color info

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

RGB color model

#799FBA color RGB value is (121,159,186).

  • red value is 121;
  • green value is 159;
  • blue value is 186.
RGB:
(121,159,186)
(47%,62%,73%)

RGB channels and saturation

R 121 of 255 = 47%
G 159 of 255 = 62%
B 186 of 255 = 73%

121
159
186

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

Portions of RGB colors in percentages

R + G + B =
121 + 159 + 186 = 466 (100%)
R 121 of 466 ~ 25.97%
G 159 of 466 ~ 34.12%
B 186 of 466 ~ 39.91%

%25.97
%34.12
%39.91

CMYK color model

#799FBA color CMYK value is (35,15,0,27).

  • cyan value is 34.95%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(35,15,0,27)
C35M15Y0K27 
(35%,15%,0%,27%)
(0.35/0.15/0.00/0.27)	

CMYK percentages

%34.95
%14.52
%0
%27.06

Codes

Color #799FBA in popluar color models

799FBA
RGB121159186
HSL205°32.02%60.20%
HSB/HSV205°34.95%72.94%
CMYK34.95%14.52%0.00%
27.06%

Color #799FBA in popluar number systems.

HEX799FBA
Decimal121159186
Binary11110011001111110111010
Octal171237272

Shades and tints

Shades of #799FBA

#799FBA
(121,159,186)
#6E91AA
(110,145,170)
#63839A
(99,131,154)
#58758A
(88,117,138)
#4D677A
(77,103,122)
#42596A
(66,89,106)
#374B5A
(55,75,90)
#2C3D4A
(44,61,74)
#212F3A
(33,47,58)
#16212A
(22,33,42)
#0B131A
(11,19,26)
#000000
(0,0,0)

Tints of #799FBA

#799FBA
(121,159,186)
#85A7C0
(133,167,192)
#91AFC6
(145,175,198)
#9DB7CC
(157,183,204)
#A9BFD2
(169,191,210)
#B5C7D8
(181,199,216)
#C1CFDE
(193,207,222)
#CDD7E4
(205,215,228)
#D9DFEA
(217,223,234)
#E5E7F0
(229,231,240)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799FBA color. Also use rgb(121,159,186) instead hex code.

Text Font Color

.myTextColor { color: #799FBA; }

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

This text font color is #799FBA.


Background Color

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

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

This div background color is #799FBA.


Border color

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

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

This div border color is #799FBA.


Opacity

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

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

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

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

This text has shadow with #799FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799FBA on black background.


Color preview on white background

This text has color #799FBA on white background.



Black color preview on #799FBA background

This text has black color on #799FBA background.


White color preview on #799FBA background

This text has white color on #799FBA background.