COLOR #799FA8

HEX: #799FA8
RGB: (121,159,168)

Color info

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

RGB color model

#799FA8 color RGB value is (121,159,168).

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

RGB channels and saturation

R 121 of 255 = 47%
G 159 of 255 = 62%
B 168 of 255 = 66%

121
159
168

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

Portions of RGB colors in percentages

R + G + B =
121 + 159 + 168 = 448 (100%)
R 121 of 448 ~ 27.01%
G 159 of 448 ~ 35.49%
B 168 of 448 ~ 37.5%

%27.01
%35.49
%37.5

CMYK color model

#799FA8 color CMYK value is (28,5,0,34).

  • cyan value is 27.98%
  • magenta value is 5.36%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(28,5,0,34)
C28M5Y0K34 
(28%,5%,0%,34%)
(0.28/0.05/0.00/0.34)	

CMYK percentages

%27.98
%5.36
%0
%34.12

Codes

Color #799FA8 in popluar color models

799FA8
RGB121159168
HSL191°21.27%56.67%
HSB/HSV191°27.98%65.88%
CMYK27.98%5.36%0.00%
34.12%

Color #799FA8 in popluar number systems.

HEX799FA8
Decimal121159168
Binary11110011001111110101000
Octal171237250

Shades and tints

Shades of #799FA8

#799FA8
(121,159,168)
#6E9199
(110,145,153)
#63838A
(99,131,138)
#58757B
(88,117,123)
#4D676C
(77,103,108)
#42595D
(66,89,93)
#374B4E
(55,75,78)
#2C3D3F
(44,61,63)
#212F30
(33,47,48)
#162121
(22,33,33)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #799FA8

#799FA8
(121,159,168)
#85A7AF
(133,167,175)
#91AFB6
(145,175,182)
#9DB7BD
(157,183,189)
#A9BFC4
(169,191,196)
#B5C7CB
(181,199,203)
#C1CFD2
(193,207,210)
#CDD7D9
(205,215,217)
#D9DFE0
(217,223,224)
#E5E7E7
(229,231,231)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799FA8; }

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

This text font color is #799FA8.


Background Color

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

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

This div background color is #799FA8.


Border color

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

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

This div border color is #799FA8.


Opacity

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

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

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

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

This text has shadow with #799FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799FA8 on black background.


Color preview on white background

This text has color #799FA8 on white background.



Black color preview on #799FA8 background

This text has black color on #799FA8 background.


White color preview on #799FA8 background

This text has white color on #799FA8 background.