COLOR #789D9E

HEX: #789D9E
RGB: (120,157,158)

Color info

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

RGB color model

#789D9E color RGB value is (120,157,158).

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

RGB channels and saturation

R 120 of 255 = 47%
G 157 of 255 = 62%
B 158 of 255 = 62%

120
157
158

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

Portions of RGB colors in percentages

R + G + B =
120 + 157 + 158 = 435 (100%)
R 120 of 435 ~ 27.59%
G 157 of 435 ~ 36.09%
B 158 of 435 ~ 36.32%

%27.59
%36.09
%36.32

CMYK color model

#789D9E color CMYK value is (24,1,0,38).

  • cyan value is 24.05%
  • magenta value is 0.63%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(24,1,0,38)
C24M1Y0K38 
(24%,1%,0%,38%)
(0.24/0.01/0.00/0.38)	

CMYK percentages

%24.05
%0.63
%0
%38.04

Codes

Color #789D9E in popluar color models

789D9E
RGB120157158
HSL182°16.38%54.51%
HSB/HSV182°24.05%61.96%
CMYK24.05%0.63%0.00%
38.04%

Color #789D9E in popluar number systems.

HEX789D9E
Decimal120157158
Binary11110001001110110011110
Octal170235236

Shades and tints

Shades of #789D9E

#789D9E
(120,157,158)
#6E8F90
(110,143,144)
#648182
(100,129,130)
#5A7374
(90,115,116)
#506566
(80,101,102)
#465758
(70,87,88)
#3C494A
(60,73,74)
#323B3C
(50,59,60)
#282D2E
(40,45,46)
#1E1F20
(30,31,32)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #789D9E

#789D9E
(120,157,158)
#84A5A6
(132,165,166)
#90ADAE
(144,173,174)
#9CB5B6
(156,181,182)
#A8BDBE
(168,189,190)
#B4C5C6
(180,197,198)
#C0CDCE
(192,205,206)
#CCD5D6
(204,213,214)
#D8DDDE
(216,221,222)
#E4E5E6
(228,229,230)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789D9E; }

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

This text font color is #789D9E.


Background Color

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

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

This div background color is #789D9E.


Border color

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

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

This div border color is #789D9E.


Opacity

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

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

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

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

This text has shadow with #789D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789D9E on black background.


Color preview on white background

This text has color #789D9E on white background.



Black color preview on #789D9E background

This text has black color on #789D9E background.


White color preview on #789D9E background

This text has white color on #789D9E background.