COLOR #799FAC

HEX: #799FAC
RGB: (121,159,172)

Color info

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

RGB color model

#799FAC color RGB value is (121,159,172).

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

RGB channels and saturation

R 121 of 255 = 47%
G 159 of 255 = 62%
B 172 of 255 = 67%

121
159
172

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

Portions of RGB colors in percentages

R + G + B =
121 + 159 + 172 = 452 (100%)
R 121 of 452 ~ 26.77%
G 159 of 452 ~ 35.18%
B 172 of 452 ~ 38.05%

%26.77
%35.18
%38.05

CMYK color model

#799FAC color CMYK value is (30,8,0,33).

  • cyan value is 29.65%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(30,8,0,33)
C30M8Y0K33 
(30%,8%,0%,33%)
(0.30/0.08/0.00/0.33)	

CMYK percentages

%29.65
%7.56
%0
%32.55

Codes

Color #799FAC in popluar color models

799FAC
RGB121159172
HSL195°23.50%57.45%
HSB/HSV195°29.65%67.45%
CMYK29.65%7.56%0.00%
32.55%

Color #799FAC in popluar number systems.

HEX799FAC
Decimal121159172
Binary11110011001111110101100
Octal171237254

Shades and tints

Shades of #799FAC

#799FAC
(121,159,172)
#6E919D
(110,145,157)
#63838E
(99,131,142)
#58757F
(88,117,127)
#4D6770
(77,103,112)
#425961
(66,89,97)
#374B52
(55,75,82)
#2C3D43
(44,61,67)
#212F34
(33,47,52)
#162125
(22,33,37)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #799FAC

#799FAC
(121,159,172)
#85A7B3
(133,167,179)
#91AFBA
(145,175,186)
#9DB7C1
(157,183,193)
#A9BFC8
(169,191,200)
#B5C7CF
(181,199,207)
#C1CFD6
(193,207,214)
#CDD7DD
(205,215,221)
#D9DFE4
(217,223,228)
#E5E7EB
(229,231,235)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799FAC; }

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

This text font color is #799FAC.


Background Color

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

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

This div background color is #799FAC.


Border color

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

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

This div border color is #799FAC.


Opacity

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

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

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

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

This text has shadow with #799FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799FAC on black background.


Color preview on white background

This text has color #799FAC on white background.



Black color preview on #799FAC background

This text has black color on #799FAC background.


White color preview on #799FAC background

This text has white color on #799FAC background.