COLOR #799CA2

HEX: #799CA2
RGB: (121,156,162)

Color info

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

RGB color model

#799CA2 color RGB value is (121,156,162).

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

RGB channels and saturation

R 121 of 255 = 47%
G 156 of 255 = 61%
B 162 of 255 = 64%

121
156
162

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

Portions of RGB colors in percentages

R + G + B =
121 + 156 + 162 = 439 (100%)
R 121 of 439 ~ 27.56%
G 156 of 439 ~ 35.54%
B 162 of 439 ~ 36.9%

%27.56
%35.54
%36.9

CMYK color model

#799CA2 color CMYK value is (25,4,0,36).

  • cyan value is 25.31%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(25,4,0,36)
C25M4Y0K36 
(25%,4%,0%,36%)
(0.25/0.04/0.00/0.36)	

CMYK percentages

%25.31
%3.7
%0
%36.47

Codes

Color #799CA2 in popluar color models

799CA2
RGB121156162
HSL189°18.06%55.49%
HSB/HSV189°25.31%63.53%
CMYK25.31%3.70%0.00%
36.47%

Color #799CA2 in popluar number systems.

HEX799CA2
Decimal121156162
Binary11110011001110010100010
Octal171234242

Shades and tints

Shades of #799CA2

#799CA2
(121,156,162)
#6E8E94
(110,142,148)
#638086
(99,128,134)
#587278
(88,114,120)
#4D646A
(77,100,106)
#42565C
(66,86,92)
#37484E
(55,72,78)
#2C3A40
(44,58,64)
#212C32
(33,44,50)
#161E24
(22,30,36)
#0B1016
(11,16,22)
#000000
(0,0,0)

Tints of #799CA2

#799CA2
(121,156,162)
#85A5AA
(133,165,170)
#91AEB2
(145,174,178)
#9DB7BA
(157,183,186)
#A9C0C2
(169,192,194)
#B5C9CA
(181,201,202)
#C1D2D2
(193,210,210)
#CDDBDA
(205,219,218)
#D9E4E2
(217,228,226)
#E5EDEA
(229,237,234)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799CA2; }

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

This text font color is #799CA2.


Background Color

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

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

This div background color is #799CA2.


Border color

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

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

This div border color is #799CA2.


Opacity

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

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

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

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

This text has shadow with #799CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799CA2 on black background.


Color preview on white background

This text has color #799CA2 on white background.



Black color preview on #799CA2 background

This text has black color on #799CA2 background.


White color preview on #799CA2 background

This text has white color on #799CA2 background.