COLOR #799FA1

HEX: #799FA1
RGB: (121,159,161)

Color info

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

RGB color model

#799FA1 color RGB value is (121,159,161).

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

RGB channels and saturation

R 121 of 255 = 47%
G 159 of 255 = 62%
B 161 of 255 = 63%

121
159
161

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

Portions of RGB colors in percentages

R + G + B =
121 + 159 + 161 = 441 (100%)
R 121 of 441 ~ 27.44%
G 159 of 441 ~ 36.05%
B 161 of 441 ~ 36.51%

%27.44
%36.05
%36.51

CMYK color model

#799FA1 color CMYK value is (25,1,0,37).

  • cyan value is 24.84%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(25,1,0,37)
C25M1Y0K37 
(25%,1%,0%,37%)
(0.25/0.01/0.00/0.37)	

CMYK percentages

%24.84
%1.24
%0
%36.86

Codes

Color #799FA1 in popluar color models

799FA1
RGB121159161
HSL183°17.54%55.29%
HSB/HSV183°24.84%63.14%
CMYK24.84%1.24%0.00%
36.86%

Color #799FA1 in popluar number systems.

HEX799FA1
Decimal121159161
Binary11110011001111110100001
Octal171237241

Shades and tints

Shades of #799FA1

#799FA1
(121,159,161)
#6E9193
(110,145,147)
#638385
(99,131,133)
#587577
(88,117,119)
#4D6769
(77,103,105)
#42595B
(66,89,91)
#374B4D
(55,75,77)
#2C3D3F
(44,61,63)
#212F31
(33,47,49)
#162123
(22,33,35)
#0B1315
(11,19,21)
#000000
(0,0,0)

Tints of #799FA1

#799FA1
(121,159,161)
#85A7A9
(133,167,169)
#91AFB1
(145,175,177)
#9DB7B9
(157,183,185)
#A9BFC1
(169,191,193)
#B5C7C9
(181,199,201)
#C1CFD1
(193,207,209)
#CDD7D9
(205,215,217)
#D9DFE1
(217,223,225)
#E5E7E9
(229,231,233)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799FA1; }

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

This text font color is #799FA1.


Background Color

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

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

This div background color is #799FA1.


Border color

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

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

This div border color is #799FA1.


Opacity

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

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

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

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

This text has shadow with #799FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799FA1 on black background.


Color preview on white background

This text has color #799FA1 on white background.



Black color preview on #799FA1 background

This text has black color on #799FA1 background.


White color preview on #799FA1 background

This text has white color on #799FA1 background.