COLOR #807E9C

HEX: #807E9C RGB: (128,126,156)

Color info

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

RGB color model

#807E9C color RGB value is (128,126,156).

RGB: (128,126,156) (50%, 49%, 61%)

RGB channels and saturation

R 128 of 255 = 50%
G 126 of 255 = 49%
B 156 of 255 = 61%

128
126
156

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

Portions of RGB colors in percentages

R + G + B = 128 + 126 + 156 = 410 (100%)
R 128 of 410 ~ 31.22%
G 126 of 410 ~ 30.73%
B 156 of 410 ~ 38.05'%

%31.22
%30.73
%38.05

CMYK color model

#807E9C color CMYK value is (18,19,0,39).

  • cyan value is 17.95%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (18,19,0,39)
C18M19Y0K39 (18%, 19%, 0%, 39%)
(0.18 / 0.19 / 0.00 / 0.39)

CMYK percentages

%17.95
%19.23
%0
%38.82

Codes

Color #807E9C in popluar color models

80 7E 9C
RGB 128 126 156
HSL 244° 13.16% 55.29%
HSB/HSV 244° 19.23% 61.18%
CMYK 17.95% 19.23% 0.00%
38.82%

Color #807E9C in popluar number systems.

HEX 80 7E 9C
Decimal 128 126 156
Binary 10000000 1111110 10011100
Octal 200 176 234

Shades and tints

Shades of #807E9C

#807E9C
(128,126,156)
#75738E
(117,115,142)
#6A6880
(106,104,128)
#5F5D72
(95,93,114)
#545264
(84,82,100)
#494756
(73,71,86)
#3E3C48
(62,60,72)
#33313A
(51,49,58)
#28262C
(40,38,44)
#1D1B1E
(29,27,30)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #807E9C

#807E9C
(128,126,156)
#8B89A5
(139,137,165)
#9694AE
(150,148,174)
#A19FB7
(161,159,183)
#ACAAC0
(172,170,192)
#B7B5C9
(183,181,201)
#C2C0D2
(194,192,210)
#CDCBDB
(205,203,219)
#D8D6E4
(216,214,228)
#E3E1ED
(227,225,237)
#EEECF6
(238,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807E9C; }

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

This text font color is #807E9C.

Background Color

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

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

This div background color is #807E9C.

Border color

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

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

This div border color is #807E9C.

Opacity

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

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

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

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

This text has shadow with #807E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807E9C.

Preview

Color preview on black background

This text has color #807E9C on black background.


Color preview on white background

This text has color #807E9C on white background.


Black color preview on #807E9C background

This text has black color on #807E9C background.


White color preview on #807E9C background

This text has white color on #807E9C background.


Related colors

Complementary color

Complementary color for #hex is #7F8163.


I love getcolorcode.com

Triadic colors

1 #9C807E and #7E9C80 with #807E9C are triadic colors.

2 #9C7E80 and #7E809C with #807E9C are triadic colors.