COLOR #789DC4

HEX: #789DC4
RGB: (120,157,196)

Color info

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

RGB color model

#789DC4 color RGB value is (120,157,196).

  • red value is 120;
  • green value is 157;
  • blue value is 196.
RGB:
(120,157,196)
(47%,62%,77%)

RGB channels and saturation

R 120 of 255 = 47%
G 157 of 255 = 62%
B 196 of 255 = 77%

120
157
196

R + G + B ~ 62%. #789DC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 157 + 196 = 473 (100%)
R 120 of 473 ~ 25.37%
G 157 of 473 ~ 33.19%
B 196 of 473 ~ 41.44%

%25.37
%33.19
%41.44

CMYK color model

#789DC4 color CMYK value is (39,20,0,23).

  • cyan value is 38.78%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(39,20,0,23)
C39M20Y0K23 
(39%,20%,0%,23%)
(0.39/0.20/0.00/0.23)	

CMYK percentages

%38.78
%19.9
%0
%23.14

Codes

Color #789DC4 in popluar color models

789DC4
RGB120157196
HSL211°39.18%61.96%
HSB/HSV211°38.78%76.86%
CMYK38.78%19.90%0.00%
23.14%

Color #789DC4 in popluar number systems.

HEX789DC4
Decimal120157196
Binary11110001001110111000100
Octal170235304

Shades and tints

Shades of #789DC4

#789DC4
(120,157,196)
#6E8FB3
(110,143,179)
#6481A2
(100,129,162)
#5A7391
(90,115,145)
#506580
(80,101,128)
#46576F
(70,87,111)
#3C495E
(60,73,94)
#323B4D
(50,59,77)
#282D3C
(40,45,60)
#1E1F2B
(30,31,43)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #789DC4

#789DC4
(120,157,196)
#84A5C9
(132,165,201)
#90ADCE
(144,173,206)
#9CB5D3
(156,181,211)
#A8BDD8
(168,189,216)
#B4C5DD
(180,197,221)
#C0CDE2
(192,205,226)
#CCD5E7
(204,213,231)
#D8DDEC
(216,221,236)
#E4E5F1
(228,229,241)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789DC4 color. Also use rgb(120,157,196) instead hex code.

Text Font Color

.myTextColor { color: #789DC4; }

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

This text font color is #789DC4.


Background Color

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

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

This div background color is #789DC4.


Border color

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

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

This div border color is #789DC4.


Opacity

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

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

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

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

This text has shadow with #789DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789DC4 on black background.


Color preview on white background

This text has color #789DC4 on white background.



Black color preview on #789DC4 background

This text has black color on #789DC4 background.


White color preview on #789DC4 background

This text has white color on #789DC4 background.