COLOR #788CB7

HEX: #788CB7
RGB: (120,140,183)

Color info

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

RGB color model

#788CB7 color RGB value is (120,140,183).

  • red value is 120;
  • green value is 140;
  • blue value is 183.
RGB:
(120,140,183)
(47%,55%,72%)

RGB channels and saturation

R 120 of 255 = 47%
G 140 of 255 = 55%
B 183 of 255 = 72%

120
140
183

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

Portions of RGB colors in percentages

R + G + B =
120 + 140 + 183 = 443 (100%)
R 120 of 443 ~ 27.09%
G 140 of 443 ~ 31.6%
B 183 of 443 ~ 41.31%

%27.09
%31.6
%41.31

CMYK color model

#788CB7 color CMYK value is (34,23,0,28).

  • cyan value is 34.43%
  • magenta value is 23.50%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(34,23,0,28)
C34M23Y0K28 
(34%,23%,0%,28%)
(0.34/0.23/0.00/0.28)	

CMYK percentages

%34.43
%23.5
%0
%28.24

Codes

Color #788CB7 in popluar color models

788CB7
RGB120140183
HSL221°30.43%59.41%
HSB/HSV221°34.43%71.76%
CMYK34.43%23.50%0.00%
28.24%

Color #788CB7 in popluar number systems.

HEX788CB7
Decimal120140183
Binary11110001000110010110111
Octal170214267

Shades and tints

Shades of #788CB7

#788CB7
(120,140,183)
#6E80A7
(110,128,167)
#647497
(100,116,151)
#5A6887
(90,104,135)
#505C77
(80,92,119)
#465067
(70,80,103)
#3C4457
(60,68,87)
#323847
(50,56,71)
#282C37
(40,44,55)
#1E2027
(30,32,39)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #788CB7

#788CB7
(120,140,183)
#8496BD
(132,150,189)
#90A0C3
(144,160,195)
#9CAAC9
(156,170,201)
#A8B4CF
(168,180,207)
#B4BED5
(180,190,213)
#C0C8DB
(192,200,219)
#CCD2E1
(204,210,225)
#D8DCE7
(216,220,231)
#E4E6ED
(228,230,237)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788CB7 color. Also use rgb(120,140,183) instead hex code.

Text Font Color

.myTextColor { color: #788CB7; }

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

This text font color is #788CB7.


Background Color

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

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

This div background color is #788CB7.


Border color

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

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

This div border color is #788CB7.


Opacity

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

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

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

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

This text has shadow with #788CB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788CB7 on black background.


Color preview on white background

This text has color #788CB7 on white background.



Black color preview on #788CB7 background

This text has black color on #788CB7 background.


White color preview on #788CB7 background

This text has white color on #788CB7 background.