COLOR #7B80AA

HEX: #7B80AA
RGB: (123,128,170)

Color info

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

RGB color model

#7B80AA color RGB value is (123,128,170).

  • red value is 123;
  • green value is 128;
  • blue value is 170.
RGB:
(123,128,170)
(48%,50%,67%)

RGB channels and saturation

R 123 of 255 = 48%
G 128 of 255 = 50%
B 170 of 255 = 67%

123
128
170

R + G + B ~ 55%. #7B80AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 128 + 170 = 421 (100%)
R 123 of 421 ~ 29.22%
G 128 of 421 ~ 30.4%
B 170 of 421 ~ 40.38%

%29.22
%30.4
%40.38

CMYK color model

#7B80AA color CMYK value is (28,25,0,33).

  • cyan value is 27.65%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(28,25,0,33)
C28M25Y0K33 
(28%,25%,0%,33%)
(0.28/0.25/0.00/0.33)	

CMYK percentages

%27.65
%24.71
%0
%33.33

Codes

Color #7B80AA in popluar color models

7B80AA
RGB123128170
HSL234°21.66%57.45%
HSB/HSV234°27.65%66.67%
CMYK27.65%24.71%0.00%
33.33%

Color #7B80AA in popluar number systems.

HEX7B80AA
Decimal123128170
Binary11110111000000010101010
Octal173200252

Shades and tints

Shades of #7B80AA

#7B80AA
(123,128,170)
#70759B
(112,117,155)
#656A8C
(101,106,140)
#5A5F7D
(90,95,125)
#4F546E
(79,84,110)
#44495F
(68,73,95)
#393E50
(57,62,80)
#2E3341
(46,51,65)
#232832
(35,40,50)
#181D23
(24,29,35)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #7B80AA

#7B80AA
(123,128,170)
#878BB1
(135,139,177)
#9396B8
(147,150,184)
#9FA1BF
(159,161,191)
#ABACC6
(171,172,198)
#B7B7CD
(183,183,205)
#C3C2D4
(195,194,212)
#CFCDDB
(207,205,219)
#DBD8E2
(219,216,226)
#E7E3E9
(231,227,233)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B80AA color. Also use rgb(123,128,170) instead hex code.

Text Font Color

.myTextColor { color: #7B80AA; }

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

This text font color is #7B80AA.


Background Color

.myBgColor { background-color: #7B80AA; }

<div style="background-color:#7B80AA">Inner text</div>

This div background color is #7B80AA.


Border color

.myBorderColor { border: 1px solid #7B80AA; }

<div style="border:3px solid #7B80AA">Div</div>

This div border color is #7B80AA.


Opacity

.myOpacity80 { color: #7B80AA; opacity: 0.8; }

<p style="color:#7B80AA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7B80AA color.

.textShadow {text-shadow: 3px 3px 1px #7B80AA, 3px 3px 1px red;}

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

This text has shadow with #7B80AA primary color and red secondary color.


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

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

This text has shadow with #7B80AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B80AA on black background.


Color preview on white background

This text has color #7B80AA on white background.



Black color preview on #7B80AA background

This text has black color on #7B80AA background.


White color preview on #7B80AA background

This text has white color on #7B80AA background.