COLOR #80687D

HEX: #80687D
RGB: (128,104,125)

Color info

#80687D contains red, green and blue colors in about the same proportion. Web safe color of #80687D is #666666 (or #666).

RGB color model

#80687D color RGB value is (128,104,125).

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

RGB channels and saturation

R 128 of 255 = 50%
G 104 of 255 = 41%
B 125 of 255 = 49%

128
104
125

R + G + B ~ 47%. #80687D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 104 + 125 = 357 (100%)
R 128 of 357 ~ 35.85%
G 104 of 357 ~ 29.13%
B 125 of 357 ~ 35.01%

%35.85
%29.13
%35.01

CMYK color model

#80687D color CMYK value is (0,19,2,50).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK:
(0,19,2,50)
C0M19Y2K50 
(0%,19%,2%,50%)
(0.00/0.19/0.02/0.50)	

CMYK percentages

%0
%18.75
%2.34
%49.8

Codes

Color #80687D in popluar color models

80687D
RGB128104125
HSL308°10.34%45.49%
HSB/HSV308°18.75%50.20%
CMYK0.00%18.75%2.34%
49.80%

Color #80687D in popluar number systems.

HEX80687D
Decimal128104125
Binary1000000011010001111101
Octal200150175

Shades and tints

Shades of #80687D

#80687D
(128,104,125)
#755F72
(117,95,114)
#6A5667
(106,86,103)
#5F4D5C
(95,77,92)
#544451
(84,68,81)
#493B46
(73,59,70)
#3E323B
(62,50,59)
#332930
(51,41,48)
#282025
(40,32,37)
#1D171A
(29,23,26)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #80687D

#80687D
(128,104,125)
#8B7588
(139,117,136)
#968293
(150,130,147)
#A18F9E
(161,143,158)
#AC9CA9
(172,156,169)
#B7A9B4
(183,169,180)
#C2B6BF
(194,182,191)
#CDC3CA
(205,195,202)
#D8D0D5
(216,208,213)
#E3DDE0
(227,221,224)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80687D color. Also use rgb(128,104,125) instead hex code.

Text Font Color

.myTextColor { color: #80687D; }

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

This text font color is #80687D.


Background Color

.myBgColor { background-color: #80687D; }

<div style="background-color:#80687D">Inner text</div>

This div background color is #80687D.


Border color

.myBorderColor { border: 1px solid #80687D; }

<div style="border:3px solid #80687D">Div</div>

This div border color is #80687D.


Opacity

.myOpacity80 { color: #80687D; opacity: 0.8; }

<p style="color:#80687D;opacity:0.8;">80%</p>

Text with #80687D 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 #80687D;}

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

This text has shadow with #80687D color.

.textShadow {text-shadow: 3px 3px 1px #80687D, 3px 3px 1px red;}

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

This text has shadow with #80687D primary color and red secondary color.


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

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

This text has shadow with #80687D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80687D on black background.


Color preview on white background

This text has color #80687D on white background.



Black color preview on #80687D background

This text has black color on #80687D background.


White color preview on #80687D background

This text has white color on #80687D background.