COLOR #799EAF

HEX: #799EAF
RGB: (121,158,175)

Color info

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

RGB color model

#799EAF color RGB value is (121,158,175).

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

RGB channels and saturation

R 121 of 255 = 47%
G 158 of 255 = 62%
B 175 of 255 = 69%

121
158
175

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

Portions of RGB colors in percentages

R + G + B =
121 + 158 + 175 = 454 (100%)
R 121 of 454 ~ 26.65%
G 158 of 454 ~ 34.8%
B 175 of 454 ~ 38.55%

%26.65
%34.8
%38.55

CMYK color model

#799EAF color CMYK value is (31,10,0,31).

  • cyan value is 30.86%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(31,10,0,31)
C31M10Y0K31 
(31%,10%,0%,31%)
(0.31/0.10/0.00/0.31)	

CMYK percentages

%30.86
%9.71
%0
%31.37

Codes

Color #799EAF in popluar color models

799EAF
RGB121158175
HSL199°25.23%58.04%
HSB/HSV199°30.86%68.63%
CMYK30.86%9.71%0.00%
31.37%

Color #799EAF in popluar number systems.

HEX799EAF
Decimal121158175
Binary11110011001111010101111
Octal171236257

Shades and tints

Shades of #799EAF

#799EAF
(121,158,175)
#6E90A0
(110,144,160)
#638291
(99,130,145)
#587482
(88,116,130)
#4D6673
(77,102,115)
#425864
(66,88,100)
#374A55
(55,74,85)
#2C3C46
(44,60,70)
#212E37
(33,46,55)
#162028
(22,32,40)
#0B1219
(11,18,25)
#000000
(0,0,0)

Tints of #799EAF

#799EAF
(121,158,175)
#85A6B6
(133,166,182)
#91AEBD
(145,174,189)
#9DB6C4
(157,182,196)
#A9BECB
(169,190,203)
#B5C6D2
(181,198,210)
#C1CED9
(193,206,217)
#CDD6E0
(205,214,224)
#D9DEE7
(217,222,231)
#E5E6EE
(229,230,238)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799EAF; }

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

This text font color is #799EAF.


Background Color

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

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

This div background color is #799EAF.


Border color

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

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

This div border color is #799EAF.


Opacity

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

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

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

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

This text has shadow with #799EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799EAF on black background.


Color preview on white background

This text has color #799EAF on white background.



Black color preview on #799EAF background

This text has black color on #799EAF background.


White color preview on #799EAF background

This text has white color on #799EAF background.