COLOR #807DA6

HEX: #807DA6
RGB: (128,125,166)

Color info

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

RGB color model

#807DA6 color RGB value is (128,125,166).

  • red value is 128;
  • green value is 125;
  • blue value is 166.
RGB:
(128,125,166)
(50%,49%,65%)

RGB channels and saturation

R 128 of 255 = 50%
G 125 of 255 = 49%
B 166 of 255 = 65%

128
125
166

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

Portions of RGB colors in percentages

R + G + B =
128 + 125 + 166 = 419 (100%)
R 128 of 419 ~ 30.55%
G 125 of 419 ~ 29.83%
B 166 of 419 ~ 39.62%

%30.55
%29.83
%39.62

CMYK color model

#807DA6 color CMYK value is (23,25,0,35).

  • cyan value is 22.89%
  • magenta value is 24.70%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(23,25,0,35)
C23M25Y0K35 
(23%,25%,0%,35%)
(0.23/0.25/0.00/0.35)	

CMYK percentages

%22.89
%24.7
%0
%34.9

Codes

Color #807DA6 in popluar color models

807DA6
RGB128125166
HSL244°18.72%57.06%
HSB/HSV244°24.70%65.10%
CMYK22.89%24.70%0.00%
34.90%

Color #807DA6 in popluar number systems.

HEX807DA6
Decimal128125166
Binary10000000111110110100110
Octal200175246

Shades and tints

Shades of #807DA6

#807DA6
(128,125,166)
#757297
(117,114,151)
#6A6788
(106,103,136)
#5F5C79
(95,92,121)
#54516A
(84,81,106)
#49465B
(73,70,91)
#3E3B4C
(62,59,76)
#33303D
(51,48,61)
#28252E
(40,37,46)
#1D1A1F
(29,26,31)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #807DA6

#807DA6
(128,125,166)
#8B88AE
(139,136,174)
#9693B6
(150,147,182)
#A19EBE
(161,158,190)
#ACA9C6
(172,169,198)
#B7B4CE
(183,180,206)
#C2BFD6
(194,191,214)
#CDCADE
(205,202,222)
#D8D5E6
(216,213,230)
#E3E0EE
(227,224,238)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807DA6 color. Also use rgb(128,125,166) instead hex code.

Text Font Color

.myTextColor { color: #807DA6; }

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

This text font color is #807DA6.


Background Color

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

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

This div background color is #807DA6.


Border color

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

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

This div border color is #807DA6.


Opacity

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

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

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

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

This text has shadow with #807DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807DA6 on black background.


Color preview on white background

This text has color #807DA6 on white background.



Black color preview on #807DA6 background

This text has black color on #807DA6 background.


White color preview on #807DA6 background

This text has white color on #807DA6 background.