COLOR #799CB0

HEX: #799CB0
RGB: (121,156,176)

Color info

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

RGB color model

#799CB0 color RGB value is (121,156,176).

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

RGB channels and saturation

R 121 of 255 = 47%
G 156 of 255 = 61%
B 176 of 255 = 69%

121
156
176

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

Portions of RGB colors in percentages

R + G + B =
121 + 156 + 176 = 453 (100%)
R 121 of 453 ~ 26.71%
G 156 of 453 ~ 34.44%
B 176 of 453 ~ 38.85%

%26.71
%34.44
%38.85

CMYK color model

#799CB0 color CMYK value is (31,11,0,31).

  • cyan value is 31.25%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(31,11,0,31)
C31M11Y0K31 
(31%,11%,0%,31%)
(0.31/0.11/0.00/0.31)	

CMYK percentages

%31.25
%11.36
%0
%30.98

Codes

Color #799CB0 in popluar color models

799CB0
RGB121156176
HSL202°25.82%58.24%
HSB/HSV202°31.25%69.02%
CMYK31.25%11.36%0.00%
30.98%

Color #799CB0 in popluar number systems.

HEX799CB0
Decimal121156176
Binary11110011001110010110000
Octal171234260

Shades and tints

Shades of #799CB0

#799CB0
(121,156,176)
#6E8EA0
(110,142,160)
#638090
(99,128,144)
#587280
(88,114,128)
#4D6470
(77,100,112)
#425660
(66,86,96)
#374850
(55,72,80)
#2C3A40
(44,58,64)
#212C30
(33,44,48)
#161E20
(22,30,32)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #799CB0

#799CB0
(121,156,176)
#85A5B7
(133,165,183)
#91AEBE
(145,174,190)
#9DB7C5
(157,183,197)
#A9C0CC
(169,192,204)
#B5C9D3
(181,201,211)
#C1D2DA
(193,210,218)
#CDDBE1
(205,219,225)
#D9E4E8
(217,228,232)
#E5EDEF
(229,237,239)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799CB0; }

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

This text font color is #799CB0.


Background Color

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

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

This div background color is #799CB0.


Border color

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

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

This div border color is #799CB0.


Opacity

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

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

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

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

This text has shadow with #799CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799CB0 on black background.


Color preview on white background

This text has color #799CB0 on white background.



Black color preview on #799CB0 background

This text has black color on #799CB0 background.


White color preview on #799CB0 background

This text has white color on #799CB0 background.