COLOR #7880A9

HEX: #7880A9
RGB: (120,128,169)

Color info

#7880A9 contains red, green and blue colors in about the same proportion. Web safe color of #7880A9 is #666699 (or #669).

RGB color model

#7880A9 color RGB value is (120,128,169).

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

RGB channels and saturation

R 120 of 255 = 47%
G 128 of 255 = 50%
B 169 of 255 = 66%

120
128
169

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

Portions of RGB colors in percentages

R + G + B =
120 + 128 + 169 = 417 (100%)
R 120 of 417 ~ 28.78%
G 128 of 417 ~ 30.7%
B 169 of 417 ~ 40.53%

%28.78
%30.7
%40.53

CMYK color model

#7880A9 color CMYK value is (29,24,0,34).

  • cyan value is 28.99%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(29,24,0,34)
C29M24Y0K34 
(29%,24%,0%,34%)
(0.29/0.24/0.00/0.34)	

CMYK percentages

%28.99
%24.26
%0
%33.73

Codes

Color #7880A9 in popluar color models

7880A9
RGB120128169
HSL230°22.17%56.67%
HSB/HSV230°28.99%66.27%
CMYK28.99%24.26%0.00%
33.73%

Color #7880A9 in popluar number systems.

HEX7880A9
Decimal120128169
Binary11110001000000010101001
Octal170200251

Shades and tints

Shades of #7880A9

#7880A9
(120,128,169)
#6E759A
(110,117,154)
#646A8B
(100,106,139)
#5A5F7C
(90,95,124)
#50546D
(80,84,109)
#46495E
(70,73,94)
#3C3E4F
(60,62,79)
#323340
(50,51,64)
#282831
(40,40,49)
#1E1D22
(30,29,34)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #7880A9

#7880A9
(120,128,169)
#848BB0
(132,139,176)
#9096B7
(144,150,183)
#9CA1BE
(156,161,190)
#A8ACC5
(168,172,197)
#B4B7CC
(180,183,204)
#C0C2D3
(192,194,211)
#CCCDDA
(204,205,218)
#D8D8E1
(216,216,225)
#E4E3E8
(228,227,232)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7880A9; }

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

This text font color is #7880A9.


Background Color

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

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

This div background color is #7880A9.


Border color

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

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

This div border color is #7880A9.


Opacity

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

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

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

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

This text has shadow with #7880A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7880A9 on black background.


Color preview on white background

This text has color #7880A9 on white background.



Black color preview on #7880A9 background

This text has black color on #7880A9 background.


White color preview on #7880A9 background

This text has white color on #7880A9 background.