COLOR #807BA8

HEX: #807BA8
RGB: (128,123,168)

Color info

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

RGB color model

#807BA8 color RGB value is (128,123,168).

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

RGB channels and saturation

R 128 of 255 = 50%
G 123 of 255 = 48%
B 168 of 255 = 66%

128
123
168

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

Portions of RGB colors in percentages

R + G + B =
128 + 123 + 168 = 419 (100%)
R 128 of 419 ~ 30.55%
G 123 of 419 ~ 29.36%
B 168 of 419 ~ 40.1%

%30.55
%29.36
%40.1

CMYK color model

#807BA8 color CMYK value is (24,27,0,34).

  • cyan value is 23.81%
  • magenta value is 26.79%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(24,27,0,34)
C24M27Y0K34 
(24%,27%,0%,34%)
(0.24/0.27/0.00/0.34)	

CMYK percentages

%23.81
%26.79
%0
%34.12

Codes

Color #807BA8 in popluar color models

807BA8
RGB128123168
HSL247°20.55%57.06%
HSB/HSV247°26.79%65.88%
CMYK23.81%26.79%0.00%
34.12%

Color #807BA8 in popluar number systems.

HEX807BA8
Decimal128123168
Binary10000000111101110101000
Octal200173250

Shades and tints

Shades of #807BA8

#807BA8
(128,123,168)
#757099
(117,112,153)
#6A658A
(106,101,138)
#5F5A7B
(95,90,123)
#544F6C
(84,79,108)
#49445D
(73,68,93)
#3E394E
(62,57,78)
#332E3F
(51,46,63)
#282330
(40,35,48)
#1D1821
(29,24,33)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #807BA8

#807BA8
(128,123,168)
#8B87AF
(139,135,175)
#9693B6
(150,147,182)
#A19FBD
(161,159,189)
#ACABC4
(172,171,196)
#B7B7CB
(183,183,203)
#C2C3D2
(194,195,210)
#CDCFD9
(205,207,217)
#D8DBE0
(216,219,224)
#E3E7E7
(227,231,231)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807BA8; }

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

This text font color is #807BA8.


Background Color

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

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

This div background color is #807BA8.


Border color

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

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

This div border color is #807BA8.


Opacity

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

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

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

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

This text has shadow with #807BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807BA8 on black background.


Color preview on white background

This text has color #807BA8 on white background.



Black color preview on #807BA8 background

This text has black color on #807BA8 background.


White color preview on #807BA8 background

This text has white color on #807BA8 background.