COLOR #0792B2

HEX: #0792B2
RGB: (7,146,178)

Color info

#0792B2 contains mainly green and blue colors. Web safe color of #0792B2 is #009999 (or #099).

RGB color model

#0792B2 color RGB value is (7,146,178).

  • red value is 7;
  • green value is 146;
  • blue value is 178.
RGB:
(7,146,178)
(3%,57%,70%)

RGB channels and saturation

R 7 of 255 = 3%
G 146 of 255 = 57%
B 178 of 255 = 70%

7
146
178

R + G + B ~ 43%. #0792B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 146 + 178 = 331 (100%)
R 7 of 331 ~ 2.11%
G 146 of 331 ~ 44.11%
B 178 of 331 ~ 53.78%

%44.11
%53.78

CMYK color model

#0792B2 color CMYK value is (96,18,0,30).

  • cyan value is 96.07%
  • magenta value is 17.98%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(96,18,0,30)
C96M18Y0K30 
(96%,18%,0%,30%)
(0.96/0.18/0.00/0.30)	

CMYK percentages

%96.07
%17.98
%0
%30.2

Codes

Color #0792B2 in popluar color models

0792B2
RGB7146178
HSL191°92.43%36.27%
HSB/HSV191°96.07%69.80%
CMYK96.07%17.98%0.00%
30.20%

Color #0792B2 in popluar number systems.

HEX0792B2
Decimal7146178
Binary1111001001010110010
Octal7222262

Shades and tints

Shades of #0792B2

#0792B2
(7,146,178)
#0785A2
(7,133,162)
#077892
(7,120,146)
#076B82
(7,107,130)
#075E72
(7,94,114)
#075162
(7,81,98)
#074452
(7,68,82)
#073742
(7,55,66)
#072A32
(7,42,50)
#071D22
(7,29,34)
#071012
(7,16,18)
#000000
(0,0,0)

Tints of #0792B2

#0792B2
(7,146,178)
#1D9BB9
(29,155,185)
#33A4C0
(51,164,192)
#49ADC7
(73,173,199)
#5FB6CE
(95,182,206)
#75BFD5
(117,191,213)
#8BC8DC
(139,200,220)
#A1D1E3
(161,209,227)
#B7DAEA
(183,218,234)
#CDE3F1
(205,227,241)
#E3ECF8
(227,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0792B2 color. Also use rgb(7,146,178) instead hex code.

Text Font Color

.myTextColor { color: #0792B2; }

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

This text font color is #0792B2.


Background Color

.myBgColor { background-color: #0792B2; }

<div style="background-color:#0792B2">Inner text</div>

This div background color is #0792B2.


Border color

.myBorderColor { border: 1px solid #0792B2; }

<div style="border:3px solid #0792B2">Div</div>

This div border color is #0792B2.


Opacity

.myOpacity80 { color: #0792B2; opacity: 0.8; }

<p style="color:#0792B2;opacity:0.8;">80%</p>

Text with #0792B2 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 #0792B2;}

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

This text has shadow with #0792B2 color.

.textShadow {text-shadow: 3px 3px 1px #0792B2, 3px 3px 1px red;}

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

This text has shadow with #0792B2 primary color and red secondary color.


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

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

This text has shadow with #0792B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0792B2 on black background.


Color preview on white background

This text has color #0792B2 on white background.



Black color preview on #0792B2 background

This text has black color on #0792B2 background.


White color preview on #0792B2 background

This text has white color on #0792B2 background.