COLOR #789AB8

HEX: #789AB8
RGB: (120,154,184)

Color info

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

RGB color model

#789AB8 color RGB value is (120,154,184).

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

RGB channels and saturation

R 120 of 255 = 47%
G 154 of 255 = 60%
B 184 of 255 = 72%

120
154
184

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

Portions of RGB colors in percentages

R + G + B =
120 + 154 + 184 = 458 (100%)
R 120 of 458 ~ 26.2%
G 154 of 458 ~ 33.62%
B 184 of 458 ~ 40.17%

%26.2
%33.62
%40.17

CMYK color model

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

  • cyan value is 34.78%
  • magenta value is 16.30%
  • 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
%16.3
%0
%27.84

Codes

Color #789AB8 in popluar color models

789AB8
RGB120154184
HSL208°31.07%59.61%
HSB/HSV208°34.78%72.16%
CMYK34.78%16.30%0.00%
27.84%

Color #789AB8 in popluar number systems.

HEX789AB8
Decimal120154184
Binary11110001001101010111000
Octal170232270

Shades and tints

Shades of #789AB8

#789AB8
(120,154,184)
#6E8CA8
(110,140,168)
#647E98
(100,126,152)
#5A7088
(90,112,136)
#506278
(80,98,120)
#465468
(70,84,104)
#3C4658
(60,70,88)
#323848
(50,56,72)
#282A38
(40,42,56)
#1E1C28
(30,28,40)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #789AB8

#789AB8
(120,154,184)
#84A3BE
(132,163,190)
#90ACC4
(144,172,196)
#9CB5CA
(156,181,202)
#A8BED0
(168,190,208)
#B4C7D6
(180,199,214)
#C0D0DC
(192,208,220)
#CCD9E2
(204,217,226)
#D8E2E8
(216,226,232)
#E4EBEE
(228,235,238)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789AB8; }

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

This text font color is #789AB8.


Background Color

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

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

This div background color is #789AB8.


Border color

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

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

This div border color is #789AB8.


Opacity

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

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

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

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

This text has shadow with #789AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789AB8 on black background.


Color preview on white background

This text has color #789AB8 on white background.



Black color preview on #789AB8 background

This text has black color on #789AB8 background.


White color preview on #789AB8 background

This text has white color on #789AB8 background.