COLOR #807EAC

HEX: #807EAC RGB: (128,126,172)

Color info

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

RGB color model

#807EAC color RGB value is (128,126,172).

RGB: (128,126,172) (50%, 49%, 67%)

RGB channels and saturation

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

128
126
172

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

Portions of RGB colors in percentages

R + G + B = 128 + 126 + 172 = 426 (100%)
R 128 of 426 ~ 30.05%
G 126 of 426 ~ 29.58%
B 172 of 426 ~ 40.38'%

%30.05
%29.58
%40.38

CMYK color model

#807EAC color CMYK value is (26,27,0,33).

  • cyan value is 25.58%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (26,27,0,33) C26M27Y0K33 (26%,27%,0%,33%) (0.26/0.27/0.00/0.33) 

CMYK percentages

%25.58
%26.74
%0
%32.55

Codes

Color #807EAC in popluar color models

80 7E AC
RGB 128 126 172
HSL 243° 21.70% 58.43%
HSB/HSV 243° 26.74% 67.45%
CMYK 25.58% 26.74% 0.00%
32.55%

Color #807EAC in popluar number systems.

HEX 80 7E AC
Decimal 128 126 172
Binary 10000000 1111110 10101100
Octal 200 176 254

Shades and tints

Shades of #807EAC

#807EAC
(128,126,172)
#75739D
(117,115,157)
#6A688E
(106,104,142)
#5F5D7F
(95,93,127)
#545270
(84,82,112)
#494761
(73,71,97)
#3E3C52
(62,60,82)
#333143
(51,49,67)
#282634
(40,38,52)
#1D1B25
(29,27,37)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #807EAC

#807EAC
(128,126,172)
#8B89B3
(139,137,179)
#9694BA
(150,148,186)
#A19FC1
(161,159,193)
#ACAAC8
(172,170,200)
#B7B5CF
(183,181,207)
#C2C0D6
(194,192,214)
#CDCBDD
(205,203,221)
#D8D6E4
(216,214,228)
#E3E1EB
(227,225,235)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807EAC; }

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

This text font color is #807EAC.

Background Color

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

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

This div background color is #807EAC.

Border color

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

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

This div border color is #807EAC.

Opacity

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

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

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

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

This text has shadow with #807EAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807EAC.

Preview

Color preview on black background

This text has color #807EAC on black background.


Color preview on white background

This text has color #807EAC on white background.


Black color preview on #807EAC background

This text has black color on #807EAC background.


White color preview on #807EAC background

This text has white color on #807EAC background.


Related colors

Complementary color

Complementary color for #hex is #7F8153.


I love getcolorcode.com

Triadic colors

1 #AC807E and #7EAC80 with #807EAC are triadic colors.

2 #AC7E80 and #7E80AC with #807EAC are triadic colors.