COLOR #788FB6

HEX: #788FB6
RGB: (120,143,182)

Color info

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

RGB color model

#788FB6 color RGB value is (120,143,182).

  • red value is 120;
  • green value is 143;
  • blue value is 182.
RGB:
(120,143,182)
(47%,56%,71%)

RGB channels and saturation

R 120 of 255 = 47%
G 143 of 255 = 56%
B 182 of 255 = 71%

120
143
182

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

Portions of RGB colors in percentages

R + G + B =
120 + 143 + 182 = 445 (100%)
R 120 of 445 ~ 26.97%
G 143 of 445 ~ 32.13%
B 182 of 445 ~ 40.9%

%26.97
%32.13
%40.9

CMYK color model

#788FB6 color CMYK value is (34,21,0,29).

  • cyan value is 34.07%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(34,21,0,29)
C34M21Y0K29 
(34%,21%,0%,29%)
(0.34/0.21/0.00/0.29)	

CMYK percentages

%34.07
%21.43
%0
%28.63

Codes

Color #788FB6 in popluar color models

788FB6
RGB120143182
HSL218°29.81%59.22%
HSB/HSV218°34.07%71.37%
CMYK34.07%21.43%0.00%
28.63%

Color #788FB6 in popluar number systems.

HEX788FB6
Decimal120143182
Binary11110001000111110110110
Octal170217266

Shades and tints

Shades of #788FB6

#788FB6
(120,143,182)
#6E82A6
(110,130,166)
#647596
(100,117,150)
#5A6886
(90,104,134)
#505B76
(80,91,118)
#464E66
(70,78,102)
#3C4156
(60,65,86)
#323446
(50,52,70)
#282736
(40,39,54)
#1E1A26
(30,26,38)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #788FB6

#788FB6
(120,143,182)
#8499BC
(132,153,188)
#90A3C2
(144,163,194)
#9CADC8
(156,173,200)
#A8B7CE
(168,183,206)
#B4C1D4
(180,193,212)
#C0CBDA
(192,203,218)
#CCD5E0
(204,213,224)
#D8DFE6
(216,223,230)
#E4E9EC
(228,233,236)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788FB6 color. Also use rgb(120,143,182) instead hex code.

Text Font Color

.myTextColor { color: #788FB6; }

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

This text font color is #788FB6.


Background Color

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

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

This div background color is #788FB6.


Border color

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

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

This div border color is #788FB6.


Opacity

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

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

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

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

This text has shadow with #788FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788FB6 on black background.


Color preview on white background

This text has color #788FB6 on white background.



Black color preview on #788FB6 background

This text has black color on #788FB6 background.


White color preview on #788FB6 background

This text has white color on #788FB6 background.