COLOR #807BAA

HEX: #807BAA
RGB: (128,123,170)

Color info

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

RGB color model

#807BAA color RGB value is (128,123,170).

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

RGB channels and saturation

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

128
123
170

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

Portions of RGB colors in percentages

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

%30.4
%29.22
%40.38

CMYK color model

#807BAA color CMYK value is (25,28,0,33).

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

CMYK percentages

%24.71
%27.65
%0
%33.33

Codes

Color #807BAA in popluar color models

807BAA
RGB128123170
HSL246°21.66%57.45%
HSB/HSV246°27.65%66.67%
CMYK24.71%27.65%0.00%
33.33%

Color #807BAA in popluar number systems.

HEX807BAA
Decimal128123170
Binary10000000111101110101010
Octal200173252

Shades and tints

Shades of #807BAA

#807BAA
(128,123,170)
#75709B
(117,112,155)
#6A658C
(106,101,140)
#5F5A7D
(95,90,125)
#544F6E
(84,79,110)
#49445F
(73,68,95)
#3E3950
(62,57,80)
#332E41
(51,46,65)
#282332
(40,35,50)
#1D1823
(29,24,35)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #807BAA

#807BAA
(128,123,170)
#8B87B1
(139,135,177)
#9693B8
(150,147,184)
#A19FBF
(161,159,191)
#ACABC6
(172,171,198)
#B7B7CD
(183,183,205)
#C2C3D4
(194,195,212)
#CDCFDB
(205,207,219)
#D8DBE2
(216,219,226)
#E3E7E9
(227,231,233)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807BAA; }

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

This text font color is #807BAA.


Background Color

.myBgColor { background-color: #807BAA; }

<div style="background-color:#807BAA">Inner text</div>

This div background color is #807BAA.


Border color

.myBorderColor { border: 1px solid #807BAA; }

<div style="border:3px solid #807BAA">Div</div>

This div border color is #807BAA.


Opacity

.myOpacity80 { color: #807BAA; opacity: 0.8; }

<p style="color:#807BAA;opacity:0.8;">80%</p>

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

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

This text has shadow with #807BAA color.

.textShadow {text-shadow: 3px 3px 1px #807BAA, 3px 3px 1px red;}

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

This text has shadow with #807BAA primary color and red secondary color.


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

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

This text has shadow with #807BAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807BAA on black background.


Color preview on white background

This text has color #807BAA on white background.



Black color preview on #807BAA background

This text has black color on #807BAA background.


White color preview on #807BAA background

This text has white color on #807BAA background.