COLOR #807A93

HEX: #807A93
RGB: (128,122,147)

Color info

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

RGB color model

#807A93 color RGB value is (128,122,147).

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

RGB channels and saturation

R 128 of 255 = 50%
G 122 of 255 = 48%
B 147 of 255 = 58%

128
122
147

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

Portions of RGB colors in percentages

R + G + B =
128 + 122 + 147 = 397 (100%)
R 128 of 397 ~ 32.24%
G 122 of 397 ~ 30.73%
B 147 of 397 ~ 37.03%

%32.24
%30.73
%37.03

CMYK color model

#807A93 color CMYK value is (13,17,0,42).

  • cyan value is 12.93%
  • magenta value is 17.01%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(13,17,0,42)
C13M17Y0K42 
(13%,17%,0%,42%)
(0.13/0.17/0.00/0.42)	

CMYK percentages

%12.93
%17.01
%0
%42.35

Codes

Color #807A93 in popluar color models

807A93
RGB128122147
HSL254°10.37%52.75%
HSB/HSV254°17.01%57.65%
CMYK12.93%17.01%0.00%
42.35%

Color #807A93 in popluar number systems.

HEX807A93
Decimal128122147
Binary10000000111101010010011
Octal200172223

Shades and tints

Shades of #807A93

#807A93
(128,122,147)
#756F86
(117,111,134)
#6A6479
(106,100,121)
#5F596C
(95,89,108)
#544E5F
(84,78,95)
#494352
(73,67,82)
#3E3845
(62,56,69)
#332D38
(51,45,56)
#28222B
(40,34,43)
#1D171E
(29,23,30)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #807A93

#807A93
(128,122,147)
#8B869C
(139,134,156)
#9692A5
(150,146,165)
#A19EAE
(161,158,174)
#ACAAB7
(172,170,183)
#B7B6C0
(183,182,192)
#C2C2C9
(194,194,201)
#CDCED2
(205,206,210)
#D8DADB
(216,218,219)
#E3E6E4
(227,230,228)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807A93; }

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

This text font color is #807A93.


Background Color

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

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

This div background color is #807A93.


Border color

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

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

This div border color is #807A93.


Opacity

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

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

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

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

This text has shadow with #807A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807A93 on black background.


Color preview on white background

This text has color #807A93 on white background.



Black color preview on #807A93 background

This text has black color on #807A93 background.


White color preview on #807A93 background

This text has white color on #807A93 background.