COLOR #799D9C

HEX: #799D9C
RGB: (121,157,156)

Color info

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

RGB color model

#799D9C color RGB value is (121,157,156).

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

RGB channels and saturation

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

121
157
156

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

Portions of RGB colors in percentages

R + G + B =
121 + 157 + 156 = 434 (100%)
R 121 of 434 ~ 27.88%
G 157 of 434 ~ 36.18%
B 156 of 434 ~ 35.94%

%27.88
%36.18
%35.94

CMYK color model

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

  • cyan value is 22.93%
  • magenta value is 0.00%
  • yellow value is 0.64%
  • key color value is 38.43%
CMYK:
(23,0,1,38)
C23M0Y1K38 
(23%,0%,1%,38%)
(0.23/0.00/0.01/0.38)	

CMYK percentages

%22.93
%0
%0.64
%38.43

Codes

Color #799D9C in popluar color models

799D9C
RGB121157156
HSL178°15.52%54.51%
HSB/HSV178°22.93%61.57%
CMYK22.93%0.00%0.64%
38.43%

Color #799D9C in popluar number systems.

HEX799D9C
Decimal121157156
Binary11110011001110110011100
Octal171235234

Shades and tints

Shades of #799D9C

#799D9C
(121,157,156)
#6E8F8E
(110,143,142)
#638180
(99,129,128)
#587372
(88,115,114)
#4D6564
(77,101,100)
#425756
(66,87,86)
#374948
(55,73,72)
#2C3B3A
(44,59,58)
#212D2C
(33,45,44)
#161F1E
(22,31,30)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #799D9C

#799D9C
(121,157,156)
#85A5A5
(133,165,165)
#91ADAE
(145,173,174)
#9DB5B7
(157,181,183)
#A9BDC0
(169,189,192)
#B5C5C9
(181,197,201)
#C1CDD2
(193,205,210)
#CDD5DB
(205,213,219)
#D9DDE4
(217,221,228)
#E5E5ED
(229,229,237)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799D9C; }

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

This text font color is #799D9C.


Background Color

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

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

This div background color is #799D9C.


Border color

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

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

This div border color is #799D9C.


Opacity

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

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

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

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

This text has shadow with #799D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799D9C on black background.


Color preview on white background

This text has color #799D9C on white background.



Black color preview on #799D9C background

This text has black color on #799D9C background.


White color preview on #799D9C background

This text has white color on #799D9C background.