COLOR #807EAA

HEX: #807EAA
RGB: (128,126,170)

Color info

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

RGB color model

#807EAA color RGB value is (128,126,170).

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

RGB channels and saturation

R 128 of 255 = 50%
G 126 of 255 = 49%
B 170 of 255 = 67%

128
126
170

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

Portions of RGB colors in percentages

R + G + B =
128 + 126 + 170 = 424 (100%)
R 128 of 424 ~ 30.19%
G 126 of 424 ~ 29.72%
B 170 of 424 ~ 40.09%

%30.19
%29.72
%40.09

CMYK color model

#807EAA color CMYK value is (25,26,0,33).

  • cyan value is 24.71%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,26,0,33)
C25M26Y0K33 
(25%,26%,0%,33%)
(0.25/0.26/0.00/0.33)	

CMYK percentages

%24.71
%25.88
%0
%33.33

Codes

Color #807EAA in popluar color models

807EAA
RGB128126170
HSL243°20.56%58.04%
HSB/HSV243°25.88%66.67%
CMYK24.71%25.88%0.00%
33.33%

Color #807EAA in popluar number systems.

HEX807EAA
Decimal128126170
Binary10000000111111010101010
Octal200176252

Shades and tints

Shades of #807EAA

#807EAA
(128,126,170)
#75739B
(117,115,155)
#6A688C
(106,104,140)
#5F5D7D
(95,93,125)
#54526E
(84,82,110)
#49475F
(73,71,95)
#3E3C50
(62,60,80)
#333141
(51,49,65)
#282632
(40,38,50)
#1D1B23
(29,27,35)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #807EAA

#807EAA
(128,126,170)
#8B89B1
(139,137,177)
#9694B8
(150,148,184)
#A19FBF
(161,159,191)
#ACAAC6
(172,170,198)
#B7B5CD
(183,181,205)
#C2C0D4
(194,192,212)
#CDCBDB
(205,203,219)
#D8D6E2
(216,214,226)
#E3E1E9
(227,225,233)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807EAA; }

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

This text font color is #807EAA.


Background Color

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

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

This div background color is #807EAA.


Border color

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

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

This div border color is #807EAA.


Opacity

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

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

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

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

This text has shadow with #807EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807EAA on black background.


Color preview on white background

This text has color #807EAA on white background.



Black color preview on #807EAA background

This text has black color on #807EAA background.


White color preview on #807EAA background

This text has white color on #807EAA background.