COLOR #789F93

HEX: #789F93
RGB: (120,159,147)

Color info

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

RGB color model

#789F93 color RGB value is (120,159,147).

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

RGB channels and saturation

R 120 of 255 = 47%
G 159 of 255 = 62%
B 147 of 255 = 58%

120
159
147

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

Portions of RGB colors in percentages

R + G + B =
120 + 159 + 147 = 426 (100%)
R 120 of 426 ~ 28.17%
G 159 of 426 ~ 37.32%
B 147 of 426 ~ 34.51%

%28.17
%37.32
%34.51

CMYK color model

#789F93 color CMYK value is (25,0,8,38).

  • cyan value is 24.53%
  • magenta value is 0.00%
  • yellow value is 7.55%
  • key color value is 37.65%
CMYK:
(25,0,8,38)
C25M0Y8K38 
(25%,0%,8%,38%)
(0.25/0.00/0.08/0.38)	

CMYK percentages

%24.53
%0
%7.55
%37.65

Codes

Color #789F93 in popluar color models

789F93
RGB120159147
HSL162°16.88%54.71%
HSB/HSV162°24.53%62.35%
CMYK24.53%0.00%7.55%
37.65%

Color #789F93 in popluar number systems.

HEX789F93
Decimal120159147
Binary11110001001111110010011
Octal170237223

Shades and tints

Shades of #789F93

#789F93
(120,159,147)
#6E9186
(110,145,134)
#648379
(100,131,121)
#5A756C
(90,117,108)
#50675F
(80,103,95)
#465952
(70,89,82)
#3C4B45
(60,75,69)
#323D38
(50,61,56)
#282F2B
(40,47,43)
#1E211E
(30,33,30)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #789F93

#789F93
(120,159,147)
#84A79C
(132,167,156)
#90AFA5
(144,175,165)
#9CB7AE
(156,183,174)
#A8BFB7
(168,191,183)
#B4C7C0
(180,199,192)
#C0CFC9
(192,207,201)
#CCD7D2
(204,215,210)
#D8DFDB
(216,223,219)
#E4E7E4
(228,231,228)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789F93; }

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

This text font color is #789F93.


Background Color

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

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

This div background color is #789F93.


Border color

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

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

This div border color is #789F93.


Opacity

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

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

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

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

This text has shadow with #789F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789F93 on black background.


Color preview on white background

This text has color #789F93 on white background.



Black color preview on #789F93 background

This text has black color on #789F93 background.


White color preview on #789F93 background

This text has white color on #789F93 background.