COLOR #789BAB

HEX: #789BAB
RGB: (120,155,171)

Color info

#789BAB contains red, green and blue colors in about the same proportion. Web safe color of #789BAB is #669999 (or #699).

RGB color model

#789BAB color RGB value is (120,155,171).

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

RGB channels and saturation

R 120 of 255 = 47%
G 155 of 255 = 61%
B 171 of 255 = 67%

120
155
171

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

Portions of RGB colors in percentages

R + G + B =
120 + 155 + 171 = 446 (100%)
R 120 of 446 ~ 26.91%
G 155 of 446 ~ 34.75%
B 171 of 446 ~ 38.34%

%26.91
%34.75
%38.34

CMYK color model

#789BAB color CMYK value is (30,9,0,33).

  • cyan value is 29.82%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(30,9,0,33)
C30M9Y0K33 
(30%,9%,0%,33%)
(0.30/0.09/0.00/0.33)	

CMYK percentages

%29.82
%9.36
%0
%32.94

Codes

Color #789BAB in popluar color models

789BAB
RGB120155171
HSL199°23.29%57.06%
HSB/HSV199°29.82%67.06%
CMYK29.82%9.36%0.00%
32.94%

Color #789BAB in popluar number systems.

HEX789BAB
Decimal120155171
Binary11110001001101110101011
Octal170233253

Shades and tints

Shades of #789BAB

#789BAB
(120,155,171)
#6E8D9C
(110,141,156)
#647F8D
(100,127,141)
#5A717E
(90,113,126)
#50636F
(80,99,111)
#465560
(70,85,96)
#3C4751
(60,71,81)
#323942
(50,57,66)
#282B33
(40,43,51)
#1E1D24
(30,29,36)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #789BAB

#789BAB
(120,155,171)
#84A4B2
(132,164,178)
#90ADB9
(144,173,185)
#9CB6C0
(156,182,192)
#A8BFC7
(168,191,199)
#B4C8CE
(180,200,206)
#C0D1D5
(192,209,213)
#CCDADC
(204,218,220)
#D8E3E3
(216,227,227)
#E4ECEA
(228,236,234)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789BAB; }

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

This text font color is #789BAB.


Background Color

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

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

This div background color is #789BAB.


Border color

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

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

This div border color is #789BAB.


Opacity

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

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

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

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

This text has shadow with #789BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789BAB on black background.


Color preview on white background

This text has color #789BAB on white background.



Black color preview on #789BAB background

This text has black color on #789BAB background.


White color preview on #789BAB background

This text has white color on #789BAB background.