COLOR #799EAE

HEX: #799EAE
RGB: (121,158,174)

Color info

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

RGB color model

#799EAE color RGB value is (121,158,174).

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

RGB channels and saturation

R 121 of 255 = 47%
G 158 of 255 = 62%
B 174 of 255 = 68%

121
158
174

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

Portions of RGB colors in percentages

R + G + B =
121 + 158 + 174 = 453 (100%)
R 121 of 453 ~ 26.71%
G 158 of 453 ~ 34.88%
B 174 of 453 ~ 38.41%

%26.71
%34.88
%38.41

CMYK color model

#799EAE color CMYK value is (30,9,0,32).

  • cyan value is 30.46%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(30,9,0,32)
C30M9Y0K32 
(30%,9%,0%,32%)
(0.30/0.09/0.00/0.32)	

CMYK percentages

%30.46
%9.2
%0
%31.76

Codes

Color #799EAE in popluar color models

799EAE
RGB121158174
HSL198°24.65%57.84%
HSB/HSV198°30.46%68.24%
CMYK30.46%9.20%0.00%
31.76%

Color #799EAE in popluar number systems.

HEX799EAE
Decimal121158174
Binary11110011001111010101110
Octal171236256

Shades and tints

Shades of #799EAE

#799EAE
(121,158,174)
#6E909F
(110,144,159)
#638290
(99,130,144)
#587481
(88,116,129)
#4D6672
(77,102,114)
#425863
(66,88,99)
#374A54
(55,74,84)
#2C3C45
(44,60,69)
#212E36
(33,46,54)
#162027
(22,32,39)
#0B1218
(11,18,24)
#000000
(0,0,0)

Tints of #799EAE

#799EAE
(121,158,174)
#85A6B5
(133,166,181)
#91AEBC
(145,174,188)
#9DB6C3
(157,182,195)
#A9BECA
(169,190,202)
#B5C6D1
(181,198,209)
#C1CED8
(193,206,216)
#CDD6DF
(205,214,223)
#D9DEE6
(217,222,230)
#E5E6ED
(229,230,237)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799EAE; }

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

This text font color is #799EAE.


Background Color

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

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

This div background color is #799EAE.


Border color

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

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

This div border color is #799EAE.


Opacity

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

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

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

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

This text has shadow with #799EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799EAE on black background.


Color preview on white background

This text has color #799EAE on white background.



Black color preview on #799EAE background

This text has black color on #799EAE background.


White color preview on #799EAE background

This text has white color on #799EAE background.