COLOR #789BB8

HEX: #789BB8
RGB: (120,155,184)

Color info

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

RGB color model

#789BB8 color RGB value is (120,155,184).

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

RGB channels and saturation

R 120 of 255 = 47%
G 155 of 255 = 61%
B 184 of 255 = 72%

120
155
184

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

Portions of RGB colors in percentages

R + G + B =
120 + 155 + 184 = 459 (100%)
R 120 of 459 ~ 26.14%
G 155 of 459 ~ 33.77%
B 184 of 459 ~ 40.09%

%26.14
%33.77
%40.09

CMYK color model

#789BB8 color CMYK value is (35,16,0,28).

  • cyan value is 34.78%
  • magenta value is 15.76%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(35,16,0,28)
C35M16Y0K28 
(35%,16%,0%,28%)
(0.35/0.16/0.00/0.28)	

CMYK percentages

%34.78
%15.76
%0
%27.84

Codes

Color #789BB8 in popluar color models

789BB8
RGB120155184
HSL207°31.07%59.61%
HSB/HSV207°34.78%72.16%
CMYK34.78%15.76%0.00%
27.84%

Color #789BB8 in popluar number systems.

HEX789BB8
Decimal120155184
Binary11110001001101110111000
Octal170233270

Shades and tints

Shades of #789BB8

#789BB8
(120,155,184)
#6E8DA8
(110,141,168)
#647F98
(100,127,152)
#5A7188
(90,113,136)
#506378
(80,99,120)
#465568
(70,85,104)
#3C4758
(60,71,88)
#323948
(50,57,72)
#282B38
(40,43,56)
#1E1D28
(30,29,40)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #789BB8

#789BB8
(120,155,184)
#84A4BE
(132,164,190)
#90ADC4
(144,173,196)
#9CB6CA
(156,182,202)
#A8BFD0
(168,191,208)
#B4C8D6
(180,200,214)
#C0D1DC
(192,209,220)
#CCDAE2
(204,218,226)
#D8E3E8
(216,227,232)
#E4ECEE
(228,236,238)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789BB8; }

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

This text font color is #789BB8.


Background Color

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

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

This div background color is #789BB8.


Border color

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

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

This div border color is #789BB8.


Opacity

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

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

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

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

This text has shadow with #789BB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789BB8 on black background.


Color preview on white background

This text has color #789BB8 on white background.



Black color preview on #789BB8 background

This text has black color on #789BB8 background.


White color preview on #789BB8 background

This text has white color on #789BB8 background.