COLOR #788AAB

HEX: #788AAB
RGB: (120,138,171)

Color info

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

RGB color model

#788AAB color RGB value is (120,138,171).

  • red value is 120;
  • green value is 138;
  • blue value is 171.
RGB:
(120,138,171)
(47%,54%,67%)

RGB channels and saturation

R 120 of 255 = 47%
G 138 of 255 = 54%
B 171 of 255 = 67%

120
138
171

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

Portions of RGB colors in percentages

R + G + B =
120 + 138 + 171 = 429 (100%)
R 120 of 429 ~ 27.97%
G 138 of 429 ~ 32.17%
B 171 of 429 ~ 39.86%

%27.97
%32.17
%39.86

CMYK color model

#788AAB color CMYK value is (30,19,0,33).

  • cyan value is 29.82%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(30,19,0,33)
C30M19Y0K33 
(30%,19%,0%,33%)
(0.30/0.19/0.00/0.33)	

CMYK percentages

%29.82
%19.3
%0
%32.94

Codes

Color #788AAB in popluar color models

788AAB
RGB120138171
HSL219°23.29%57.06%
HSB/HSV219°29.82%67.06%
CMYK29.82%19.30%0.00%
32.94%

Color #788AAB in popluar number systems.

HEX788AAB
Decimal120138171
Binary11110001000101010101011
Octal170212253

Shades and tints

Shades of #788AAB

#788AAB
(120,138,171)
#6E7E9C
(110,126,156)
#64728D
(100,114,141)
#5A667E
(90,102,126)
#505A6F
(80,90,111)
#464E60
(70,78,96)
#3C4251
(60,66,81)
#323642
(50,54,66)
#282A33
(40,42,51)
#1E1E24
(30,30,36)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #788AAB

#788AAB
(120,138,171)
#8494B2
(132,148,178)
#909EB9
(144,158,185)
#9CA8C0
(156,168,192)
#A8B2C7
(168,178,199)
#B4BCCE
(180,188,206)
#C0C6D5
(192,198,213)
#CCD0DC
(204,208,220)
#D8DAE3
(216,218,227)
#E4E4EA
(228,228,234)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788AAB color. Also use rgb(120,138,171) instead hex code.

Text Font Color

.myTextColor { color: #788AAB; }

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

This text font color is #788AAB.


Background Color

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

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

This div background color is #788AAB.


Border color

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

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

This div border color is #788AAB.


Opacity

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

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

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

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

This text has shadow with #788AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788AAB on black background.


Color preview on white background

This text has color #788AAB on white background.



Black color preview on #788AAB background

This text has black color on #788AAB background.


White color preview on #788AAB background

This text has white color on #788AAB background.