COLOR #789AB6

HEX: #789AB6
RGB: (120,154,182)

Color info

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

RGB color model

#789AB6 color RGB value is (120,154,182).

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

RGB channels and saturation

R 120 of 255 = 47%
G 154 of 255 = 60%
B 182 of 255 = 71%

120
154
182

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

Portions of RGB colors in percentages

R + G + B =
120 + 154 + 182 = 456 (100%)
R 120 of 456 ~ 26.32%
G 154 of 456 ~ 33.77%
B 182 of 456 ~ 39.91%

%26.32
%33.77
%39.91

CMYK color model

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

  • cyan value is 34.07%
  • magenta value is 15.38%
  • 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
%15.38
%0
%28.63

Codes

Color #789AB6 in popluar color models

789AB6
RGB120154182
HSL207°29.81%59.22%
HSB/HSV207°34.07%71.37%
CMYK34.07%15.38%0.00%
28.63%

Color #789AB6 in popluar number systems.

HEX789AB6
Decimal120154182
Binary11110001001101010110110
Octal170232266

Shades and tints

Shades of #789AB6

#789AB6
(120,154,182)
#6E8CA6
(110,140,166)
#647E96
(100,126,150)
#5A7086
(90,112,134)
#506276
(80,98,118)
#465466
(70,84,102)
#3C4656
(60,70,86)
#323846
(50,56,70)
#282A36
(40,42,54)
#1E1C26
(30,28,38)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #789AB6

#789AB6
(120,154,182)
#84A3BC
(132,163,188)
#90ACC2
(144,172,194)
#9CB5C8
(156,181,200)
#A8BECE
(168,190,206)
#B4C7D4
(180,199,212)
#C0D0DA
(192,208,218)
#CCD9E0
(204,217,224)
#D8E2E6
(216,226,230)
#E4EBEC
(228,235,236)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789AB6; }

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

This text font color is #789AB6.


Background Color

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

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

This div background color is #789AB6.


Border color

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

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

This div border color is #789AB6.


Opacity

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

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

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

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

This text has shadow with #789AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789AB6 on black background.


Color preview on white background

This text has color #789AB6 on white background.



Black color preview on #789AB6 background

This text has black color on #789AB6 background.


White color preview on #789AB6 background

This text has white color on #789AB6 background.