COLOR #789BB6

HEX: #789BB6
RGB: (120,155,182)

Color info

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

RGB color model

#789BB6 color RGB value is (120,155,182).

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

RGB channels and saturation

R 120 of 255 = 47%
G 155 of 255 = 61%
B 182 of 255 = 71%

120
155
182

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

Portions of RGB colors in percentages

R + G + B =
120 + 155 + 182 = 457 (100%)
R 120 of 457 ~ 26.26%
G 155 of 457 ~ 33.92%
B 182 of 457 ~ 39.82%

%26.26
%33.92
%39.82

CMYK color model

#789BB6 color CMYK value is (34,15,0,29).

  • cyan value is 34.07%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(34,15,0,29)
C34M15Y0K29 
(34%,15%,0%,29%)
(0.34/0.15/0.00/0.29)	

CMYK percentages

%34.07
%14.84
%0
%28.63

Codes

Color #789BB6 in popluar color models

789BB6
RGB120155182
HSL206°29.81%59.22%
HSB/HSV206°34.07%71.37%
CMYK34.07%14.84%0.00%
28.63%

Color #789BB6 in popluar number systems.

HEX789BB6
Decimal120155182
Binary11110001001101110110110
Octal170233266

Shades and tints

Shades of #789BB6

#789BB6
(120,155,182)
#6E8DA6
(110,141,166)
#647F96
(100,127,150)
#5A7186
(90,113,134)
#506376
(80,99,118)
#465566
(70,85,102)
#3C4756
(60,71,86)
#323946
(50,57,70)
#282B36
(40,43,54)
#1E1D26
(30,29,38)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #789BB6

#789BB6
(120,155,182)
#84A4BC
(132,164,188)
#90ADC2
(144,173,194)
#9CB6C8
(156,182,200)
#A8BFCE
(168,191,206)
#B4C8D4
(180,200,212)
#C0D1DA
(192,209,218)
#CCDAE0
(204,218,224)
#D8E3E6
(216,227,230)
#E4ECEC
(228,236,236)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789BB6 color. Also use rgb(120,155,182) instead hex code.

Text Font Color

.myTextColor { color: #789BB6; }

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

This text font color is #789BB6.


Background Color

.myBgColor { background-color: #789BB6; }

<div style="background-color:#789BB6">Inner text</div>

This div background color is #789BB6.


Border color

.myBorderColor { border: 1px solid #789BB6; }

<div style="border:3px solid #789BB6">Div</div>

This div border color is #789BB6.


Opacity

.myOpacity80 { color: #789BB6; opacity: 0.8; }

<p style="color:#789BB6;opacity:0.8;">80%</p>

Text with #789BB6 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 #789BB6;}

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

This text has shadow with #789BB6 color.

.textShadow {text-shadow: 3px 3px 1px #789BB6, 3px 3px 1px red;}

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

This text has shadow with #789BB6 primary color and red secondary color.


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

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

This text has shadow with #789BB6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789BB6 on black background.


Color preview on white background

This text has color #789BB6 on white background.



Black color preview on #789BB6 background

This text has black color on #789BB6 background.


White color preview on #789BB6 background

This text has white color on #789BB6 background.