COLOR #807F93

HEX: #807F93
RGB: (128,127,147)

Color info

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

RGB color model

#807F93 color RGB value is (128,127,147).

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

RGB channels and saturation

R 128 of 255 = 50%
G 127 of 255 = 50%
B 147 of 255 = 58%

128
127
147

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

Portions of RGB colors in percentages

R + G + B =
128 + 127 + 147 = 402 (100%)
R 128 of 402 ~ 31.84%
G 127 of 402 ~ 31.59%
B 147 of 402 ~ 36.57%

%31.84
%31.59
%36.57

CMYK color model

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

  • cyan value is 12.93%
  • magenta value is 13.61%
  • 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
%13.61
%0
%42.35

Codes

Color #807F93 in popluar color models

807F93
RGB128127147
HSL243°8.47%53.73%
HSB/HSV243°13.61%57.65%
CMYK12.93%13.61%0.00%
42.35%

Color #807F93 in popluar number systems.

HEX807F93
Decimal128127147
Binary10000000111111110010011
Octal200177223

Shades and tints

Shades of #807F93

#807F93
(128,127,147)
#757486
(117,116,134)
#6A6979
(106,105,121)
#5F5E6C
(95,94,108)
#54535F
(84,83,95)
#494852
(73,72,82)
#3E3D45
(62,61,69)
#333238
(51,50,56)
#28272B
(40,39,43)
#1D1C1E
(29,28,30)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #807F93

#807F93
(128,127,147)
#8B8A9C
(139,138,156)
#9695A5
(150,149,165)
#A1A0AE
(161,160,174)
#ACABB7
(172,171,183)
#B7B6C0
(183,182,192)
#C2C1C9
(194,193,201)
#CDCCD2
(205,204,210)
#D8D7DB
(216,215,219)
#E3E2E4
(227,226,228)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807F93; }

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

This text font color is #807F93.


Background Color

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

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

This div background color is #807F93.


Border color

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

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

This div border color is #807F93.


Opacity

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

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

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

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

This text has shadow with #807F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807F93 on black background.


Color preview on white background

This text has color #807F93 on white background.



Black color preview on #807F93 background

This text has black color on #807F93 background.


White color preview on #807F93 background

This text has white color on #807F93 background.