COLOR #799BAC

HEX: #799BAC
RGB: (121,155,172)

Color info

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

RGB color model

#799BAC color RGB value is (121,155,172).

  • red value is 121;
  • green value is 155;
  • blue value is 172.
RGB:
(121,155,172)
(47%,61%,67%)

RGB channels and saturation

R 121 of 255 = 47%
G 155 of 255 = 61%
B 172 of 255 = 67%

121
155
172

R + G + B ~ 58%. #799BAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 155 + 172 = 448 (100%)
R 121 of 448 ~ 27.01%
G 155 of 448 ~ 34.6%
B 172 of 448 ~ 38.39%

%27.01
%34.6
%38.39

CMYK color model

#799BAC color CMYK value is (30,10,0,33).

  • cyan value is 29.65%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(30,10,0,33)
C30M10Y0K33 
(30%,10%,0%,33%)
(0.30/0.10/0.00/0.33)	

CMYK percentages

%29.65
%9.88
%0
%32.55

Codes

Color #799BAC in popluar color models

799BAC
RGB121155172
HSL200°23.50%57.45%
HSB/HSV200°29.65%67.45%
CMYK29.65%9.88%0.00%
32.55%

Color #799BAC in popluar number systems.

HEX799BAC
Decimal121155172
Binary11110011001101110101100
Octal171233254

Shades and tints

Shades of #799BAC

#799BAC
(121,155,172)
#6E8D9D
(110,141,157)
#637F8E
(99,127,142)
#58717F
(88,113,127)
#4D6370
(77,99,112)
#425561
(66,85,97)
#374752
(55,71,82)
#2C3943
(44,57,67)
#212B34
(33,43,52)
#161D25
(22,29,37)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #799BAC

#799BAC
(121,155,172)
#85A4B3
(133,164,179)
#91ADBA
(145,173,186)
#9DB6C1
(157,182,193)
#A9BFC8
(169,191,200)
#B5C8CF
(181,200,207)
#C1D1D6
(193,209,214)
#CDDADD
(205,218,221)
#D9E3E4
(217,227,228)
#E5ECEB
(229,236,235)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799BAC color. Also use rgb(121,155,172) instead hex code.

Text Font Color

.myTextColor { color: #799BAC; }

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

This text font color is #799BAC.


Background Color

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

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

This div background color is #799BAC.


Border color

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

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

This div border color is #799BAC.


Opacity

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

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

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

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

This text has shadow with #799BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799BAC on black background.


Color preview on white background

This text has color #799BAC on white background.



Black color preview on #799BAC background

This text has black color on #799BAC background.


White color preview on #799BAC background

This text has white color on #799BAC background.