COLOR #799BAE

HEX: #799BAE
RGB: (121,155,174)

Color info

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

RGB color model

#799BAE color RGB value is (121,155,174).

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

RGB channels and saturation

R 121 of 255 = 47%
G 155 of 255 = 61%
B 174 of 255 = 68%

121
155
174

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

Portions of RGB colors in percentages

R + G + B =
121 + 155 + 174 = 450 (100%)
R 121 of 450 ~ 26.89%
G 155 of 450 ~ 34.44%
B 174 of 450 ~ 38.67%

%26.89
%34.44
%38.67

CMYK color model

#799BAE color CMYK value is (30,11,0,32).

  • cyan value is 30.46%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(30,11,0,32)
C30M11Y0K32 
(30%,11%,0%,32%)
(0.30/0.11/0.00/0.32)	

CMYK percentages

%30.46
%10.92
%0
%31.76

Codes

Color #799BAE in popluar color models

799BAE
RGB121155174
HSL202°24.65%57.84%
HSB/HSV202°30.46%68.24%
CMYK30.46%10.92%0.00%
31.76%

Color #799BAE in popluar number systems.

HEX799BAE
Decimal121155174
Binary11110011001101110101110
Octal171233256

Shades and tints

Shades of #799BAE

#799BAE
(121,155,174)
#6E8D9F
(110,141,159)
#637F90
(99,127,144)
#587181
(88,113,129)
#4D6372
(77,99,114)
#425563
(66,85,99)
#374754
(55,71,84)
#2C3945
(44,57,69)
#212B36
(33,43,54)
#161D27
(22,29,39)
#0B0F18
(11,15,24)
#000000
(0,0,0)

Tints of #799BAE

#799BAE
(121,155,174)
#85A4B5
(133,164,181)
#91ADBC
(145,173,188)
#9DB6C3
(157,182,195)
#A9BFCA
(169,191,202)
#B5C8D1
(181,200,209)
#C1D1D8
(193,209,216)
#CDDADF
(205,218,223)
#D9E3E6
(217,227,230)
#E5ECED
(229,236,237)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799BAE; }

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

This text font color is #799BAE.


Background Color

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

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

This div background color is #799BAE.


Border color

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

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

This div border color is #799BAE.


Opacity

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

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

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

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

This text has shadow with #799BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799BAE on black background.


Color preview on white background

This text has color #799BAE on white background.



Black color preview on #799BAE background

This text has black color on #799BAE background.


White color preview on #799BAE background

This text has white color on #799BAE background.