COLOR #799C9E

HEX: #799C9E
RGB: (121,156,158)

Color info

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

RGB color model

#799C9E color RGB value is (121,156,158).

  • red value is 121;
  • green value is 156;
  • blue value is 158.
RGB:
(121,156,158)
(47%,61%,62%)

RGB channels and saturation

R 121 of 255 = 47%
G 156 of 255 = 61%
B 158 of 255 = 62%

121
156
158

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

Portions of RGB colors in percentages

R + G + B =
121 + 156 + 158 = 435 (100%)
R 121 of 435 ~ 27.82%
G 156 of 435 ~ 35.86%
B 158 of 435 ~ 36.32%

%27.82
%35.86
%36.32

CMYK color model

#799C9E color CMYK value is (23,1,0,38).

  • cyan value is 23.42%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(23,1,0,38)
C23M1Y0K38 
(23%,1%,0%,38%)
(0.23/0.01/0.00/0.38)	

CMYK percentages

%23.42
%1.27
%0
%38.04

Codes

Color #799C9E in popluar color models

799C9E
RGB121156158
HSL183°16.02%54.71%
HSB/HSV183°23.42%61.96%
CMYK23.42%1.27%0.00%
38.04%

Color #799C9E in popluar number systems.

HEX799C9E
Decimal121156158
Binary11110011001110010011110
Octal171234236

Shades and tints

Shades of #799C9E

#799C9E
(121,156,158)
#6E8E90
(110,142,144)
#638082
(99,128,130)
#587274
(88,114,116)
#4D6466
(77,100,102)
#425658
(66,86,88)
#37484A
(55,72,74)
#2C3A3C
(44,58,60)
#212C2E
(33,44,46)
#161E20
(22,30,32)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #799C9E

#799C9E
(121,156,158)
#85A5A6
(133,165,166)
#91AEAE
(145,174,174)
#9DB7B6
(157,183,182)
#A9C0BE
(169,192,190)
#B5C9C6
(181,201,198)
#C1D2CE
(193,210,206)
#CDDBD6
(205,219,214)
#D9E4DE
(217,228,222)
#E5EDE6
(229,237,230)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799C9E color. Also use rgb(121,156,158) instead hex code.

Text Font Color

.myTextColor { color: #799C9E; }

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

This text font color is #799C9E.


Background Color

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

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

This div background color is #799C9E.


Border color

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

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

This div border color is #799C9E.


Opacity

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

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

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

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

This text has shadow with #799C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799C9E on black background.


Color preview on white background

This text has color #799C9E on white background.



Black color preview on #799C9E background

This text has black color on #799C9E background.


White color preview on #799C9E background

This text has white color on #799C9E background.