COLOR #7880BB

HEX: #7880BB
RGB: (120,128,187)

Color info

#7880BB contains mainly green and blue colors. Web safe color of #7880BB is #6666CC (or #66C).

RGB color model

#7880BB color RGB value is (120,128,187).

  • red value is 120;
  • green value is 128;
  • blue value is 187.
RGB:
(120,128,187)
(47%,50%,73%)

RGB channels and saturation

R 120 of 255 = 47%
G 128 of 255 = 50%
B 187 of 255 = 73%

120
128
187

R + G + B ~ 57%. #7880BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 128 + 187 = 435 (100%)
R 120 of 435 ~ 27.59%
G 128 of 435 ~ 29.43%
B 187 of 435 ~ 42.99%

%27.59
%29.43
%42.99

CMYK color model

#7880BB color CMYK value is (36,32,0,27).

  • cyan value is 35.83%
  • magenta value is 31.55%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(36,32,0,27)
C36M32Y0K27 
(36%,32%,0%,27%)
(0.36/0.32/0.00/0.27)	

CMYK percentages

%35.83
%31.55
%0
%26.67

Codes

Color #7880BB in popluar color models

7880BB
RGB120128187
HSL233°33.00%60.20%
HSB/HSV233°35.83%73.33%
CMYK35.83%31.55%0.00%
26.67%

Color #7880BB in popluar number systems.

HEX7880BB
Decimal120128187
Binary11110001000000010111011
Octal170200273

Shades and tints

Shades of #7880BB

#7880BB
(120,128,187)
#6E75AA
(110,117,170)
#646A99
(100,106,153)
#5A5F88
(90,95,136)
#505477
(80,84,119)
#464966
(70,73,102)
#3C3E55
(60,62,85)
#323344
(50,51,68)
#282833
(40,40,51)
#1E1D22
(30,29,34)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #7880BB

#7880BB
(120,128,187)
#848BC1
(132,139,193)
#9096C7
(144,150,199)
#9CA1CD
(156,161,205)
#A8ACD3
(168,172,211)
#B4B7D9
(180,183,217)
#C0C2DF
(192,194,223)
#CCCDE5
(204,205,229)
#D8D8EB
(216,216,235)
#E4E3F1
(228,227,241)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7880BB color. Also use rgb(120,128,187) instead hex code.

Text Font Color

.myTextColor { color: #7880BB; }

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

This text font color is #7880BB.


Background Color

.myBgColor { background-color: #7880BB; }

<div style="background-color:#7880BB">Inner text</div>

This div background color is #7880BB.


Border color

.myBorderColor { border: 1px solid #7880BB; }

<div style="border:3px solid #7880BB">Div</div>

This div border color is #7880BB.


Opacity

.myOpacity80 { color: #7880BB; opacity: 0.8; }

<p style="color:#7880BB;opacity:0.8;">80%</p>

Text with #7880BB 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 #7880BB;}

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

This text has shadow with #7880BB color.

.textShadow {text-shadow: 3px 3px 1px #7880BB, 3px 3px 1px red;}

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

This text has shadow with #7880BB primary color and red secondary color.


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

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

This text has shadow with #7880BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7880BB on black background.


Color preview on white background

This text has color #7880BB on white background.



Black color preview on #7880BB background

This text has black color on #7880BB background.


White color preview on #7880BB background

This text has white color on #7880BB background.