COLOR #807F8E

HEX: #807F8E RGB: (128,127,142)

Color info

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

RGB color model

#807F8E color RGB value is (128,127,142).

RGB: (128,127,142) (50%, 50%, 56%)

RGB channels and saturation

R 128 of 255 = 50%
G 127 of 255 = 50%
B 142 of 255 = 56%

128
127
142

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

Portions of RGB colors in percentages

R + G + B = 128 + 127 + 142 = 397 (100%)
R 128 of 397 ~ 32.24%
G 127 of 397 ~ 31.99%
B 142 of 397 ~ 35.77'%

%32.24
%31.99
%35.77

CMYK color model

#807F8E color CMYK value is (10,11,0,44).

  • cyan value is 9.86%
  • magenta value is 10.56%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (10,11,0,44) C10M11Y0K44 (10%,11%,0%,44%) (0.10/0.11/0.00/0.44) 

CMYK percentages

%9.86
%10.56
%0
%44.31

Codes

Color #807F8E in popluar color models

80 7F 8E
RGB 128 127 142
HSL 244° 6.22% 52.75%
HSB/HSV 244° 10.56% 55.69%
CMYK 9.86% 10.56% 0.00%
44.31%

Color #807F8E in popluar number systems.

HEX 80 7F 8E
Decimal 128 127 142
Binary 10000000 1111111 10001110
Octal 200 177 216

Shades and tints

Shades of #807F8E

#807F8E
(128,127,142)
#757482
(117,116,130)
#6A6976
(106,105,118)
#5F5E6A
(95,94,106)
#54535E
(84,83,94)
#494852
(73,72,82)
#3E3D46
(62,61,70)
#33323A
(51,50,58)
#28272E
(40,39,46)
#1D1C22
(29,28,34)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #807F8E

#807F8E
(128,127,142)
#8B8A98
(139,138,152)
#9695A2
(150,149,162)
#A1A0AC
(161,160,172)
#ACABB6
(172,171,182)
#B7B6C0
(183,182,192)
#C2C1CA
(194,193,202)
#CDCCD4
(205,204,212)
#D8D7DE
(216,215,222)
#E3E2E8
(227,226,232)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807F8E; }

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

This text font color is #807F8E.

Background Color

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

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

This div background color is #807F8E.

Border color

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

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

This div border color is #807F8E.

Opacity

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

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

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

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

This text has shadow with #807F8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807F8E.

Preview

Color preview on black background

This text has color #807F8E on black background.


Color preview on white background

This text has color #807F8E on white background.


Black color preview on #807F8E background

This text has black color on #807F8E background.


White color preview on #807F8E background

This text has white color on #807F8E background.


Related colors

Complementary color

Complementary color for #hex is #7F8071.


I love getcolorcode.com

Triadic colors

1 #8E807F and #7F8E80 with #807F8E are triadic colors.

2 #8E7F80 and #7F808E with #807F8E are triadic colors.