COLOR #807696

HEX: #807696
RGB: (128,118,150)

Color info

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

RGB color model

#807696 color RGB value is (128,118,150).

  • red value is 128;
  • green value is 118;
  • blue value is 150.
RGB:
(128,118,150)
(50%,46%,59%)

RGB channels and saturation

R 128 of 255 = 50%
G 118 of 255 = 46%
B 150 of 255 = 59%

128
118
150

R + G + B ~ 52%. #807696 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 118 + 150 = 396 (100%)
R 128 of 396 ~ 32.32%
G 118 of 396 ~ 29.8%
B 150 of 396 ~ 37.88%

%32.32
%29.8
%37.88

CMYK color model

#807696 color CMYK value is (15,21,0,41).

  • cyan value is 14.67%
  • magenta value is 21.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(15,21,0,41)
C15M21Y0K41 
(15%,21%,0%,41%)
(0.15/0.21/0.00/0.41)	

CMYK percentages

%14.67
%21.33
%0
%41.18

Codes

Color #807696 in popluar color models

807696
RGB128118150
HSL259°13.22%52.55%
HSB/HSV259°21.33%58.82%
CMYK14.67%21.33%0.00%
41.18%

Color #807696 in popluar number systems.

HEX807696
Decimal128118150
Binary10000000111011010010110
Octal200166226

Shades and tints

Shades of #807696

#807696
(128,118,150)
#756C89
(117,108,137)
#6A627C
(106,98,124)
#5F586F
(95,88,111)
#544E62
(84,78,98)
#494455
(73,68,85)
#3E3A48
(62,58,72)
#33303B
(51,48,59)
#28262E
(40,38,46)
#1D1C21
(29,28,33)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #807696

#807696
(128,118,150)
#8B829F
(139,130,159)
#968EA8
(150,142,168)
#A19AB1
(161,154,177)
#ACA6BA
(172,166,186)
#B7B2C3
(183,178,195)
#C2BECC
(194,190,204)
#CDCAD5
(205,202,213)
#D8D6DE
(216,214,222)
#E3E2E7
(227,226,231)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807696 color. Also use rgb(128,118,150) instead hex code.

Text Font Color

.myTextColor { color: #807696; }

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

This text font color is #807696.


Background Color

.myBgColor { background-color: #807696; }

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

This div background color is #807696.


Border color

.myBorderColor { border: 1px solid #807696; }

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

This div border color is #807696.


Opacity

.myOpacity80 { color: #807696; opacity: 0.8; }

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

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

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

This text has shadow with #807696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807696 on black background.


Color preview on white background

This text has color #807696 on white background.



Black color preview on #807696 background

This text has black color on #807696 background.


White color preview on #807696 background

This text has white color on #807696 background.