COLOR #7892B6

HEX: #7892B6
RGB: (120,146,182)

Color info

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

RGB color model

#7892B6 color RGB value is (120,146,182).

  • red value is 120;
  • green value is 146;
  • blue value is 182.
RGB:
(120,146,182)
(47%,57%,71%)

RGB channels and saturation

R 120 of 255 = 47%
G 146 of 255 = 57%
B 182 of 255 = 71%

120
146
182

R + G + B ~ 58%. #7892B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 146 + 182 = 448 (100%)
R 120 of 448 ~ 26.79%
G 146 of 448 ~ 32.59%
B 182 of 448 ~ 40.63%

%26.79
%32.59
%40.63

CMYK color model

#7892B6 color CMYK value is (34,20,0,29).

  • cyan value is 34.07%
  • magenta value is 19.78%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(34,20,0,29)
C34M20Y0K29 
(34%,20%,0%,29%)
(0.34/0.20/0.00/0.29)	

CMYK percentages

%34.07
%19.78
%0
%28.63

Codes

Color #7892B6 in popluar color models

7892B6
RGB120146182
HSL215°29.81%59.22%
HSB/HSV215°34.07%71.37%
CMYK34.07%19.78%0.00%
28.63%

Color #7892B6 in popluar number systems.

HEX7892B6
Decimal120146182
Binary11110001001001010110110
Octal170222266

Shades and tints

Shades of #7892B6

#7892B6
(120,146,182)
#6E85A6
(110,133,166)
#647896
(100,120,150)
#5A6B86
(90,107,134)
#505E76
(80,94,118)
#465166
(70,81,102)
#3C4456
(60,68,86)
#323746
(50,55,70)
#282A36
(40,42,54)
#1E1D26
(30,29,38)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #7892B6

#7892B6
(120,146,182)
#849BBC
(132,155,188)
#90A4C2
(144,164,194)
#9CADC8
(156,173,200)
#A8B6CE
(168,182,206)
#B4BFD4
(180,191,212)
#C0C8DA
(192,200,218)
#CCD1E0
(204,209,224)
#D8DAE6
(216,218,230)
#E4E3EC
(228,227,236)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7892B6 color. Also use rgb(120,146,182) instead hex code.

Text Font Color

.myTextColor { color: #7892B6; }

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

This text font color is #7892B6.


Background Color

.myBgColor { background-color: #7892B6; }

<div style="background-color:#7892B6">Inner text</div>

This div background color is #7892B6.


Border color

.myBorderColor { border: 1px solid #7892B6; }

<div style="border:3px solid #7892B6">Div</div>

This div border color is #7892B6.


Opacity

.myOpacity80 { color: #7892B6; opacity: 0.8; }

<p style="color:#7892B6;opacity:0.8;">80%</p>

Text with #7892B6 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 #7892B6;}

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

This text has shadow with #7892B6 color.

.textShadow {text-shadow: 3px 3px 1px #7892B6, 3px 3px 1px red;}

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

This text has shadow with #7892B6 primary color and red secondary color.


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

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

This text has shadow with #7892B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7892B6 on black background.


Color preview on white background

This text has color #7892B6 on white background.



Black color preview on #7892B6 background

This text has black color on #7892B6 background.


White color preview on #7892B6 background

This text has white color on #7892B6 background.