COLOR #788E98

HEX: #788E98
RGB: (120,142,152)

Color info

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

RGB color model

#788E98 color RGB value is (120,142,152).

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

RGB channels and saturation

R 120 of 255 = 47%
G 142 of 255 = 56%
B 152 of 255 = 60%

120
142
152

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

Portions of RGB colors in percentages

R + G + B =
120 + 142 + 152 = 414 (100%)
R 120 of 414 ~ 28.99%
G 142 of 414 ~ 34.3%
B 152 of 414 ~ 36.71%

%28.99
%34.3
%36.71

CMYK color model

#788E98 color CMYK value is (21,7,0,40).

  • cyan value is 21.05%
  • magenta value is 6.58%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(21,7,0,40)
C21M7Y0K40 
(21%,7%,0%,40%)
(0.21/0.07/0.00/0.40)	

CMYK percentages

%21.05
%6.58
%0
%40.39

Codes

Color #788E98 in popluar color models

788E98
RGB120142152
HSL199°13.45%53.33%
HSB/HSV199°21.05%59.61%
CMYK21.05%6.58%0.00%
40.39%

Color #788E98 in popluar number systems.

HEX788E98
Decimal120142152
Binary11110001000111010011000
Octal170216230

Shades and tints

Shades of #788E98

#788E98
(120,142,152)
#6E828B
(110,130,139)
#64767E
(100,118,126)
#5A6A71
(90,106,113)
#505E64
(80,94,100)
#465257
(70,82,87)
#3C464A
(60,70,74)
#323A3D
(50,58,61)
#282E30
(40,46,48)
#1E2223
(30,34,35)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #788E98

#788E98
(120,142,152)
#8498A1
(132,152,161)
#90A2AA
(144,162,170)
#9CACB3
(156,172,179)
#A8B6BC
(168,182,188)
#B4C0C5
(180,192,197)
#C0CACE
(192,202,206)
#CCD4D7
(204,212,215)
#D8DEE0
(216,222,224)
#E4E8E9
(228,232,233)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788E98; }

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

This text font color is #788E98.


Background Color

.myBgColor { background-color: #788E98; }

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

This div background color is #788E98.


Border color

.myBorderColor { border: 1px solid #788E98; }

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

This div border color is #788E98.


Opacity

.myOpacity80 { color: #788E98; opacity: 0.8; }

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

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

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

This text has shadow with #788E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788E98 on black background.


Color preview on white background

This text has color #788E98 on white background.



Black color preview on #788E98 background

This text has black color on #788E98 background.


White color preview on #788E98 background

This text has white color on #788E98 background.