COLOR #789FAE

HEX: #789FAE
RGB: (120,159,174)

Color info

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

RGB color model

#789FAE color RGB value is (120,159,174).

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

RGB channels and saturation

R 120 of 255 = 47%
G 159 of 255 = 62%
B 174 of 255 = 68%

120
159
174

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

Portions of RGB colors in percentages

R + G + B =
120 + 159 + 174 = 453 (100%)
R 120 of 453 ~ 26.49%
G 159 of 453 ~ 35.1%
B 174 of 453 ~ 38.41%

%26.49
%35.1
%38.41

CMYK color model

#789FAE color CMYK value is (31,9,0,32).

  • cyan value is 31.03%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(31,9,0,32)
C31M9Y0K32 
(31%,9%,0%,32%)
(0.31/0.09/0.00/0.32)	

CMYK percentages

%31.03
%8.62
%0
%31.76

Codes

Color #789FAE in popluar color models

789FAE
RGB120159174
HSL197°25.00%57.65%
HSB/HSV197°31.03%68.24%
CMYK31.03%8.62%0.00%
31.76%

Color #789FAE in popluar number systems.

HEX789FAE
Decimal120159174
Binary11110001001111110101110
Octal170237256

Shades and tints

Shades of #789FAE

#789FAE
(120,159,174)
#6E919F
(110,145,159)
#648390
(100,131,144)
#5A7581
(90,117,129)
#506772
(80,103,114)
#465963
(70,89,99)
#3C4B54
(60,75,84)
#323D45
(50,61,69)
#282F36
(40,47,54)
#1E2127
(30,33,39)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #789FAE

#789FAE
(120,159,174)
#84A7B5
(132,167,181)
#90AFBC
(144,175,188)
#9CB7C3
(156,183,195)
#A8BFCA
(168,191,202)
#B4C7D1
(180,199,209)
#C0CFD8
(192,207,216)
#CCD7DF
(204,215,223)
#D8DFE6
(216,223,230)
#E4E7ED
(228,231,237)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789FAE; }

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

This text font color is #789FAE.


Background Color

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

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

This div background color is #789FAE.


Border color

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

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

This div border color is #789FAE.


Opacity

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

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

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

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

This text has shadow with #789FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789FAE on black background.


Color preview on white background

This text has color #789FAE on white background.



Black color preview on #789FAE background

This text has black color on #789FAE background.


White color preview on #789FAE background

This text has white color on #789FAE background.