COLOR #807D8E

HEX: #807D8E
RGB: (128,125,142)

Color info

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

RGB color model

#807D8E color RGB value is (128,125,142).

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

RGB channels and saturation

R 128 of 255 = 50%
G 125 of 255 = 49%
B 142 of 255 = 56%

128
125
142

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

Portions of RGB colors in percentages

R + G + B =
128 + 125 + 142 = 395 (100%)
R 128 of 395 ~ 32.41%
G 125 of 395 ~ 31.65%
B 142 of 395 ~ 35.95%

%32.41
%31.65
%35.95

CMYK color model

#807D8E color CMYK value is (10,12,0,44).

  • cyan value is 9.86%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(10,12,0,44)
C10M12Y0K44 
(10%,12%,0%,44%)
(0.10/0.12/0.00/0.44)	

CMYK percentages

%9.86
%11.97
%0
%44.31

Codes

Color #807D8E in popluar color models

807D8E
RGB128125142
HSL251°7.00%52.35%
HSB/HSV251°11.97%55.69%
CMYK9.86%11.97%0.00%
44.31%

Color #807D8E in popluar number systems.

HEX807D8E
Decimal128125142
Binary10000000111110110001110
Octal200175216

Shades and tints

Shades of #807D8E

#807D8E
(128,125,142)
#757282
(117,114,130)
#6A6776
(106,103,118)
#5F5C6A
(95,92,106)
#54515E
(84,81,94)
#494652
(73,70,82)
#3E3B46
(62,59,70)
#33303A
(51,48,58)
#28252E
(40,37,46)
#1D1A22
(29,26,34)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #807D8E

#807D8E
(128,125,142)
#8B8898
(139,136,152)
#9693A2
(150,147,162)
#A19EAC
(161,158,172)
#ACA9B6
(172,169,182)
#B7B4C0
(183,180,192)
#C2BFCA
(194,191,202)
#CDCAD4
(205,202,212)
#D8D5DE
(216,213,222)
#E3E0E8
(227,224,232)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807D8E; }

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

This text font color is #807D8E.


Background Color

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

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

This div background color is #807D8E.


Border color

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

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

This div border color is #807D8E.


Opacity

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

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

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

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

This text has shadow with #807D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807D8E on black background.


Color preview on white background

This text has color #807D8E on white background.



Black color preview on #807D8E background

This text has black color on #807D8E background.


White color preview on #807D8E background

This text has white color on #807D8E background.