COLOR #789CA9

HEX: #789CA9
RGB: (120,156,169)

Color info

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

RGB color model

#789CA9 color RGB value is (120,156,169).

  • red value is 120;
  • green value is 156;
  • blue value is 169.
RGB:
(120,156,169)
(47%,61%,66%)

RGB channels and saturation

R 120 of 255 = 47%
G 156 of 255 = 61%
B 169 of 255 = 66%

120
156
169

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

Portions of RGB colors in percentages

R + G + B =
120 + 156 + 169 = 445 (100%)
R 120 of 445 ~ 26.97%
G 156 of 445 ~ 35.06%
B 169 of 445 ~ 37.98%

%26.97
%35.06
%37.98

CMYK color model

#789CA9 color CMYK value is (29,8,0,34).

  • cyan value is 28.99%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(29,8,0,34)
C29M8Y0K34 
(29%,8%,0%,34%)
(0.29/0.08/0.00/0.34)	

CMYK percentages

%28.99
%7.69
%0
%33.73

Codes

Color #789CA9 in popluar color models

789CA9
RGB120156169
HSL196°22.17%56.67%
HSB/HSV196°28.99%66.27%
CMYK28.99%7.69%0.00%
33.73%

Color #789CA9 in popluar number systems.

HEX789CA9
Decimal120156169
Binary11110001001110010101001
Octal170234251

Shades and tints

Shades of #789CA9

#789CA9
(120,156,169)
#6E8E9A
(110,142,154)
#64808B
(100,128,139)
#5A727C
(90,114,124)
#50646D
(80,100,109)
#46565E
(70,86,94)
#3C484F
(60,72,79)
#323A40
(50,58,64)
#282C31
(40,44,49)
#1E1E22
(30,30,34)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #789CA9

#789CA9
(120,156,169)
#84A5B0
(132,165,176)
#90AEB7
(144,174,183)
#9CB7BE
(156,183,190)
#A8C0C5
(168,192,197)
#B4C9CC
(180,201,204)
#C0D2D3
(192,210,211)
#CCDBDA
(204,219,218)
#D8E4E1
(216,228,225)
#E4EDE8
(228,237,232)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789CA9 color. Also use rgb(120,156,169) instead hex code.

Text Font Color

.myTextColor { color: #789CA9; }

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

This text font color is #789CA9.


Background Color

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

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

This div background color is #789CA9.


Border color

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

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

This div border color is #789CA9.


Opacity

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

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

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

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

This text has shadow with #789CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789CA9 on black background.


Color preview on white background

This text has color #789CA9 on white background.



Black color preview on #789CA9 background

This text has black color on #789CA9 background.


White color preview on #789CA9 background

This text has white color on #789CA9 background.