COLOR #788EBA

HEX: #788EBA
RGB: (120,142,186)

Color info

#788EBA contains mainly green and blue colors. Web safe color of #788EBA is #6699CC (or #69C).

RGB color model

#788EBA color RGB value is (120,142,186).

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

RGB channels and saturation

R 120 of 255 = 47%
G 142 of 255 = 56%
B 186 of 255 = 73%

120
142
186

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

Portions of RGB colors in percentages

R + G + B =
120 + 142 + 186 = 448 (100%)
R 120 of 448 ~ 26.79%
G 142 of 448 ~ 31.7%
B 186 of 448 ~ 41.52%

%26.79
%31.7
%41.52

CMYK color model

#788EBA color CMYK value is (35,24,0,27).

  • cyan value is 35.48%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(35,24,0,27)
C35M24Y0K27 
(35%,24%,0%,27%)
(0.35/0.24/0.00/0.27)	

CMYK percentages

%35.48
%23.66
%0
%27.06

Codes

Color #788EBA in popluar color models

788EBA
RGB120142186
HSL220°32.35%60.00%
HSB/HSV220°35.48%72.94%
CMYK35.48%23.66%0.00%
27.06%

Color #788EBA in popluar number systems.

HEX788EBA
Decimal120142186
Binary11110001000111010111010
Octal170216272

Shades and tints

Shades of #788EBA

#788EBA
(120,142,186)
#6E82AA
(110,130,170)
#64769A
(100,118,154)
#5A6A8A
(90,106,138)
#505E7A
(80,94,122)
#46526A
(70,82,106)
#3C465A
(60,70,90)
#323A4A
(50,58,74)
#282E3A
(40,46,58)
#1E222A
(30,34,42)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #788EBA

#788EBA
(120,142,186)
#8498C0
(132,152,192)
#90A2C6
(144,162,198)
#9CACCC
(156,172,204)
#A8B6D2
(168,182,210)
#B4C0D8
(180,192,216)
#C0CADE
(192,202,222)
#CCD4E4
(204,212,228)
#D8DEEA
(216,222,234)
#E4E8F0
(228,232,240)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788EBA; }

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

This text font color is #788EBA.


Background Color

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

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

This div background color is #788EBA.


Border color

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

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

This div border color is #788EBA.


Opacity

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

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

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

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

This text has shadow with #788EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788EBA on black background.


Color preview on white background

This text has color #788EBA on white background.



Black color preview on #788EBA background

This text has black color on #788EBA background.


White color preview on #788EBA background

This text has white color on #788EBA background.