COLOR #807E93

HEX: #807E93
RGB: (128,126,147)

Color info

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

RGB color model

#807E93 color RGB value is (128,126,147).

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

RGB channels and saturation

R 128 of 255 = 50%
G 126 of 255 = 49%
B 147 of 255 = 58%

128
126
147

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

Portions of RGB colors in percentages

R + G + B =
128 + 126 + 147 = 401 (100%)
R 128 of 401 ~ 31.92%
G 126 of 401 ~ 31.42%
B 147 of 401 ~ 36.66%

%31.92
%31.42
%36.66

CMYK color model

#807E93 color CMYK value is (13,14,0,42).

  • cyan value is 12.93%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(13,14,0,42)
C13M14Y0K42 
(13%,14%,0%,42%)
(0.13/0.14/0.00/0.42)	

CMYK percentages

%12.93
%14.29
%0
%42.35

Codes

Color #807E93 in popluar color models

807E93
RGB128126147
HSL246°8.86%53.53%
HSB/HSV246°14.29%57.65%
CMYK12.93%14.29%0.00%
42.35%

Color #807E93 in popluar number systems.

HEX807E93
Decimal128126147
Binary10000000111111010010011
Octal200176223

Shades and tints

Shades of #807E93

#807E93
(128,126,147)
#757386
(117,115,134)
#6A6879
(106,104,121)
#5F5D6C
(95,93,108)
#54525F
(84,82,95)
#494752
(73,71,82)
#3E3C45
(62,60,69)
#333138
(51,49,56)
#28262B
(40,38,43)
#1D1B1E
(29,27,30)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #807E93

#807E93
(128,126,147)
#8B899C
(139,137,156)
#9694A5
(150,148,165)
#A19FAE
(161,159,174)
#ACAAB7
(172,170,183)
#B7B5C0
(183,181,192)
#C2C0C9
(194,192,201)
#CDCBD2
(205,203,210)
#D8D6DB
(216,214,219)
#E3E1E4
(227,225,228)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807E93; }

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

This text font color is #807E93.


Background Color

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

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

This div background color is #807E93.


Border color

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

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

This div border color is #807E93.


Opacity

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

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

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

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

This text has shadow with #807E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807E93 on black background.


Color preview on white background

This text has color #807E93 on white background.



Black color preview on #807E93 background

This text has black color on #807E93 background.


White color preview on #807E93 background

This text has white color on #807E93 background.