COLOR #788998

HEX: #788998
RGB: (120,137,152)

Color info

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

RGB color model

#788998 color RGB value is (120,137,152).

  • red value is 120;
  • green value is 137;
  • blue value is 152.
RGB:
(120,137,152)
(47%,54%,60%)

RGB channels and saturation

R 120 of 255 = 47%
G 137 of 255 = 54%
B 152 of 255 = 60%

120
137
152

R + G + B ~ 54%. #788998 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 137 + 152 = 409 (100%)
R 120 of 409 ~ 29.34%
G 137 of 409 ~ 33.5%
B 152 of 409 ~ 37.16%

%29.34
%33.5
%37.16

CMYK color model

#788998 color CMYK value is (21,10,0,40).

  • cyan value is 21.05%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(21,10,0,40)
C21M10Y0K40 
(21%,10%,0%,40%)
(0.21/0.10/0.00/0.40)	

CMYK percentages

%21.05
%9.87
%0
%40.39

Codes

Color #788998 in popluar color models

788998
RGB120137152
HSL208°13.45%53.33%
HSB/HSV208°21.05%59.61%
CMYK21.05%9.87%0.00%
40.39%

Color #788998 in popluar number systems.

HEX788998
Decimal120137152
Binary11110001000100110011000
Octal170211230

Shades and tints

Shades of #788998

#788998
(120,137,152)
#6E7D8B
(110,125,139)
#64717E
(100,113,126)
#5A6571
(90,101,113)
#505964
(80,89,100)
#464D57
(70,77,87)
#3C414A
(60,65,74)
#32353D
(50,53,61)
#282930
(40,41,48)
#1E1D23
(30,29,35)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #788998

#788998
(120,137,152)
#8493A1
(132,147,161)
#909DAA
(144,157,170)
#9CA7B3
(156,167,179)
#A8B1BC
(168,177,188)
#B4BBC5
(180,187,197)
#C0C5CE
(192,197,206)
#CCCFD7
(204,207,215)
#D8D9E0
(216,217,224)
#E4E3E9
(228,227,233)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788998 color. Also use rgb(120,137,152) instead hex code.

Text Font Color

.myTextColor { color: #788998; }

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

This text font color is #788998.


Background Color

.myBgColor { background-color: #788998; }

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

This div background color is #788998.


Border color

.myBorderColor { border: 1px solid #788998; }

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

This div border color is #788998.


Opacity

.myOpacity80 { color: #788998; opacity: 0.8; }

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

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

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

This text has shadow with #788998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788998 on black background.


Color preview on white background

This text has color #788998 on white background.



Black color preview on #788998 background

This text has black color on #788998 background.


White color preview on #788998 background

This text has white color on #788998 background.