COLOR #789B9F

HEX: #789B9F
RGB: (120,155,159)

Color info

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

RGB color model

#789B9F color RGB value is (120,155,159).

  • red value is 120;
  • green value is 155;
  • blue value is 159.
RGB:
(120,155,159)
(47%,61%,62%)

RGB channels and saturation

R 120 of 255 = 47%
G 155 of 255 = 61%
B 159 of 255 = 62%

120
155
159

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

Portions of RGB colors in percentages

R + G + B =
120 + 155 + 159 = 434 (100%)
R 120 of 434 ~ 27.65%
G 155 of 434 ~ 35.71%
B 159 of 434 ~ 36.64%

%27.65
%35.71
%36.64

CMYK color model

#789B9F color CMYK value is (25,3,0,38).

  • cyan value is 24.53%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(25,3,0,38)
C25M3Y0K38 
(25%,3%,0%,38%)
(0.25/0.03/0.00/0.38)	

CMYK percentages

%24.53
%2.52
%0
%37.65

Codes

Color #789B9F in popluar color models

789B9F
RGB120155159
HSL186°16.88%54.71%
HSB/HSV186°24.53%62.35%
CMYK24.53%2.52%0.00%
37.65%

Color #789B9F in popluar number systems.

HEX789B9F
Decimal120155159
Binary11110001001101110011111
Octal170233237

Shades and tints

Shades of #789B9F

#789B9F
(120,155,159)
#6E8D91
(110,141,145)
#647F83
(100,127,131)
#5A7175
(90,113,117)
#506367
(80,99,103)
#465559
(70,85,89)
#3C474B
(60,71,75)
#32393D
(50,57,61)
#282B2F
(40,43,47)
#1E1D21
(30,29,33)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #789B9F

#789B9F
(120,155,159)
#84A4A7
(132,164,167)
#90ADAF
(144,173,175)
#9CB6B7
(156,182,183)
#A8BFBF
(168,191,191)
#B4C8C7
(180,200,199)
#C0D1CF
(192,209,207)
#CCDAD7
(204,218,215)
#D8E3DF
(216,227,223)
#E4ECE7
(228,236,231)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789B9F color. Also use rgb(120,155,159) instead hex code.

Text Font Color

.myTextColor { color: #789B9F; }

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

This text font color is #789B9F.


Background Color

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

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

This div background color is #789B9F.


Border color

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

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

This div border color is #789B9F.


Opacity

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

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

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

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

This text has shadow with #789B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789B9F on black background.


Color preview on white background

This text has color #789B9F on white background.



Black color preview on #789B9F background

This text has black color on #789B9F background.


White color preview on #789B9F background

This text has white color on #789B9F background.