COLOR #799BB7

HEX: #799BB7
RGB: (121,155,183)

Color info

#799BB7 contains mainly green and blue colors. Web safe color of #799BB7 is #6699CC (or #69C).

RGB color model

#799BB7 color RGB value is (121,155,183).

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

RGB channels and saturation

R 121 of 255 = 47%
G 155 of 255 = 61%
B 183 of 255 = 72%

121
155
183

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

Portions of RGB colors in percentages

R + G + B =
121 + 155 + 183 = 459 (100%)
R 121 of 459 ~ 26.36%
G 155 of 459 ~ 33.77%
B 183 of 459 ~ 39.87%

%26.36
%33.77
%39.87

CMYK color model

#799BB7 color CMYK value is (34,15,0,28).

  • cyan value is 33.88%
  • magenta value is 15.30%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(34,15,0,28)
C34M15Y0K28 
(34%,15%,0%,28%)
(0.34/0.15/0.00/0.28)	

CMYK percentages

%33.88
%15.3
%0
%28.24

Codes

Color #799BB7 in popluar color models

799BB7
RGB121155183
HSL207°30.10%59.61%
HSB/HSV207°33.88%71.76%
CMYK33.88%15.30%0.00%
28.24%

Color #799BB7 in popluar number systems.

HEX799BB7
Decimal121155183
Binary11110011001101110110111
Octal171233267

Shades and tints

Shades of #799BB7

#799BB7
(121,155,183)
#6E8DA7
(110,141,167)
#637F97
(99,127,151)
#587187
(88,113,135)
#4D6377
(77,99,119)
#425567
(66,85,103)
#374757
(55,71,87)
#2C3947
(44,57,71)
#212B37
(33,43,55)
#161D27
(22,29,39)
#0B0F17
(11,15,23)
#000000
(0,0,0)

Tints of #799BB7

#799BB7
(121,155,183)
#85A4BD
(133,164,189)
#91ADC3
(145,173,195)
#9DB6C9
(157,182,201)
#A9BFCF
(169,191,207)
#B5C8D5
(181,200,213)
#C1D1DB
(193,209,219)
#CDDAE1
(205,218,225)
#D9E3E7
(217,227,231)
#E5ECED
(229,236,237)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799BB7; }

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

This text font color is #799BB7.


Background Color

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

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

This div background color is #799BB7.


Border color

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

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

This div border color is #799BB7.


Opacity

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

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

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

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

This text has shadow with #799BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799BB7 on black background.


Color preview on white background

This text has color #799BB7 on white background.



Black color preview on #799BB7 background

This text has black color on #799BB7 background.


White color preview on #799BB7 background

This text has white color on #799BB7 background.