COLOR #789DBD

HEX: #789DBD
RGB: (120,157,189)

Color info

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

RGB color model

#789DBD color RGB value is (120,157,189).

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

RGB channels and saturation

R 120 of 255 = 47%
G 157 of 255 = 62%
B 189 of 255 = 74%

120
157
189

R + G + B ~ 61%. #789DBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 157 + 189 = 466 (100%)
R 120 of 466 ~ 25.75%
G 157 of 466 ~ 33.69%
B 189 of 466 ~ 40.56%

%25.75
%33.69
%40.56

CMYK color model

#789DBD color CMYK value is (37,17,0,26).

  • cyan value is 36.51%
  • magenta value is 16.93%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(37,17,0,26)
C37M17Y0K26 
(37%,17%,0%,26%)
(0.37/0.17/0.00/0.26)	

CMYK percentages

%36.51
%16.93
%0
%25.88

Codes

Color #789DBD in popluar color models

789DBD
RGB120157189
HSL208°34.33%60.59%
HSB/HSV208°36.51%74.12%
CMYK36.51%16.93%0.00%
25.88%

Color #789DBD in popluar number systems.

HEX789DBD
Decimal120157189
Binary11110001001110110111101
Octal170235275

Shades and tints

Shades of #789DBD

#789DBD
(120,157,189)
#6E8FAC
(110,143,172)
#64819B
(100,129,155)
#5A738A
(90,115,138)
#506579
(80,101,121)
#465768
(70,87,104)
#3C4957
(60,73,87)
#323B46
(50,59,70)
#282D35
(40,45,53)
#1E1F24
(30,31,36)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #789DBD

#789DBD
(120,157,189)
#84A5C3
(132,165,195)
#90ADC9
(144,173,201)
#9CB5CF
(156,181,207)
#A8BDD5
(168,189,213)
#B4C5DB
(180,197,219)
#C0CDE1
(192,205,225)
#CCD5E7
(204,213,231)
#D8DDED
(216,221,237)
#E4E5F3
(228,229,243)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789DBD; }

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

This text font color is #789DBD.


Background Color

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

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

This div background color is #789DBD.


Border color

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

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

This div border color is #789DBD.


Opacity

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

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

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

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

This text has shadow with #789DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789DBD on black background.


Color preview on white background

This text has color #789DBD on white background.



Black color preview on #789DBD background

This text has black color on #789DBD background.


White color preview on #789DBD background

This text has white color on #789DBD background.