COLOR #799DA9

HEX: #799DA9
RGB: (121,157,169)

Color info

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

RGB color model

#799DA9 color RGB value is (121,157,169).

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

RGB channels and saturation

R 121 of 255 = 47%
G 157 of 255 = 62%
B 169 of 255 = 66%

121
157
169

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

Portions of RGB colors in percentages

R + G + B =
121 + 157 + 169 = 447 (100%)
R 121 of 447 ~ 27.07%
G 157 of 447 ~ 35.12%
B 169 of 447 ~ 37.81%

%27.07
%35.12
%37.81

CMYK color model

#799DA9 color CMYK value is (28,7,0,34).

  • cyan value is 28.40%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(28,7,0,34)
C28M7Y0K34 
(28%,7%,0%,34%)
(0.28/0.07/0.00/0.34)	

CMYK percentages

%28.4
%7.1
%0
%33.73

Codes

Color #799DA9 in popluar color models

799DA9
RGB121157169
HSL195°21.82%56.86%
HSB/HSV195°28.40%66.27%
CMYK28.40%7.10%0.00%
33.73%

Color #799DA9 in popluar number systems.

HEX799DA9
Decimal121157169
Binary11110011001110110101001
Octal171235251

Shades and tints

Shades of #799DA9

#799DA9
(121,157,169)
#6E8F9A
(110,143,154)
#63818B
(99,129,139)
#58737C
(88,115,124)
#4D656D
(77,101,109)
#42575E
(66,87,94)
#37494F
(55,73,79)
#2C3B40
(44,59,64)
#212D31
(33,45,49)
#161F22
(22,31,34)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #799DA9

#799DA9
(121,157,169)
#85A5B0
(133,165,176)
#91ADB7
(145,173,183)
#9DB5BE
(157,181,190)
#A9BDC5
(169,189,197)
#B5C5CC
(181,197,204)
#C1CDD3
(193,205,211)
#CDD5DA
(205,213,218)
#D9DDE1
(217,221,225)
#E5E5E8
(229,229,232)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799DA9 color. Also use rgb(121,157,169) instead hex code.

Text Font Color

.myTextColor { color: #799DA9; }

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

This text font color is #799DA9.


Background Color

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

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

This div background color is #799DA9.


Border color

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

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

This div border color is #799DA9.


Opacity

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

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

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

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

This text has shadow with #799DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799DA9 on black background.


Color preview on white background

This text has color #799DA9 on white background.



Black color preview on #799DA9 background

This text has black color on #799DA9 background.


White color preview on #799DA9 background

This text has white color on #799DA9 background.