COLOR #789DAC

HEX: #789DAC RGB: (120,157,172)

Color info

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

RGB color model

#789DAC color RGB value is (120,157,172).

RGB: (120,157,172) (47%, 62%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 157 of 255 = 62%
B 172 of 255 = 67%

120
157
172

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

Portions of RGB colors in percentages

R + G + B = 120 + 157 + 172 = 449 (100%)
R 120 of 449 ~ 26.73%
G 157 of 449 ~ 34.97%
B 172 of 449 ~ 38.31'%

%26.73
%34.97
%38.31

CMYK color model

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

  • cyan value is 30.23%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (30,9,0,33)
C30M9Y0K33 (30%, 9%, 0%, 33%)
(0.30 / 0.09 / 0.00 / 0.33)

CMYK percentages

%30.23
%8.72
%0
%32.55

Codes

Color #789DAC in popluar color models

78 9D AC
RGB 120 157 172
HSL 197° 23.85% 57.25%
HSB/HSV 197° 30.23% 67.45%
CMYK 30.23% 8.72% 0.00%
32.55%

Color #789DAC in popluar number systems.

HEX 78 9D AC
Decimal 120 157 172
Binary 1111000 10011101 10101100
Octal 170 235 254

Shades and tints

Shades of #789DAC

#789DAC
(120,157,172)
#6E8F9D
(110,143,157)
#64818E
(100,129,142)
#5A737F
(90,115,127)
#506570
(80,101,112)
#465761
(70,87,97)
#3C4952
(60,73,82)
#323B43
(50,59,67)
#282D34
(40,45,52)
#1E1F25
(30,31,37)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #789DAC

#789DAC
(120,157,172)
#84A5B3
(132,165,179)
#90ADBA
(144,173,186)
#9CB5C1
(156,181,193)
#A8BDC8
(168,189,200)
#B4C5CF
(180,197,207)
#C0CDD6
(192,205,214)
#CCD5DD
(204,213,221)
#D8DDE4
(216,221,228)
#E4E5EB
(228,229,235)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789DAC; }

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

This text font color is #789DAC.

Background Color

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

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

This div background color is #789DAC.

Border color

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

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

This div border color is #789DAC.

Opacity

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

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

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

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

This text has shadow with #789DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #789DAC.

Preview

Color preview on black background

This text has color #789DAC on black background.


Color preview on white background

This text has color #789DAC on white background.


Black color preview on #789DAC background

This text has black color on #789DAC background.


White color preview on #789DAC background

This text has white color on #789DAC background.


Related colors

Complementary color

Complementary color for #hex is #876253.


I love getcolorcode.com

Triadic colors

1 #AC789D and #9DAC78 with #789DAC are triadic colors.

2 #AC9D78 and #9D78AC with #789DAC are triadic colors.