COLOR #8D5E80

HEX: #8D5E80
RGB: (141,94,128)

Color info

#8D5E80 contains red, green and blue colors in about the same proportion. Web safe color of #8D5E80 is #996666 (or #966).

RGB color model

#8D5E80 color RGB value is (141,94,128).

  • red value is 141;
  • green value is 94;
  • blue value is 128.
RGB:
(141,94,128)
(55%,37%,50%)

RGB channels and saturation

R 141 of 255 = 55%
G 94 of 255 = 37%
B 128 of 255 = 50%

141
94
128

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

Portions of RGB colors in percentages

R + G + B =
141 + 94 + 128 = 363 (100%)
R 141 of 363 ~ 38.84%
G 94 of 363 ~ 25.9%
B 128 of 363 ~ 35.26%

%38.84
%25.9
%35.26

CMYK color model

#8D5E80 color CMYK value is (0,33,9,45).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 9.22%
  • key color value is 44.71%
CMYK:
(0,33,9,45)
C0M33Y9K45 
(0%,33%,9%,45%)
(0.00/0.33/0.09/0.45)	

CMYK percentages

%0
%33.33
%9.22
%44.71

Codes

Color #8D5E80 in popluar color models

8D5E80
RGB14194128
HSL317°20.00%46.08%
HSB/HSV317°33.33%55.29%
CMYK0.00%33.33%9.22%
44.71%

Color #8D5E80 in popluar number systems.

HEX8D5E80
Decimal14194128
Binary10001101101111010000000
Octal215136200

Shades and tints

Shades of #8D5E80

#8D5E80
(141,94,128)
#815675
(129,86,117)
#754E6A
(117,78,106)
#69465F
(105,70,95)
#5D3E54
(93,62,84)
#513649
(81,54,73)
#452E3E
(69,46,62)
#392633
(57,38,51)
#2D1E28
(45,30,40)
#21161D
(33,22,29)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #8D5E80

#8D5E80
(141,94,128)
#976C8B
(151,108,139)
#A17A96
(161,122,150)
#AB88A1
(171,136,161)
#B596AC
(181,150,172)
#BFA4B7
(191,164,183)
#C9B2C2
(201,178,194)
#D3C0CD
(211,192,205)
#DDCED8
(221,206,216)
#E7DCE3
(231,220,227)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5E80 color. Also use rgb(141,94,128) instead hex code.

Text Font Color

.myTextColor { color: #8D5E80; }

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

This text font color is #8D5E80.


Background Color

.myBgColor { background-color: #8D5E80; }

<div style="background-color:#8D5E80">Inner text</div>

This div background color is #8D5E80.


Border color

.myBorderColor { border: 1px solid #8D5E80; }

<div style="border:3px solid #8D5E80">Div</div>

This div border color is #8D5E80.


Opacity

.myOpacity80 { color: #8D5E80; opacity: 0.8; }

<p style="color:#8D5E80;opacity:0.8;">80%</p>

Text with #8D5E80 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 #8D5E80;}

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

This text has shadow with #8D5E80 color.

.textShadow {text-shadow: 3px 3px 1px #8D5E80, 3px 3px 1px red;}

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

This text has shadow with #8D5E80 primary color and red secondary color.


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

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

This text has shadow with #8D5E80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5E80 on black background.


Color preview on white background

This text has color #8D5E80 on white background.



Black color preview on #8D5E80 background

This text has black color on #8D5E80 background.


White color preview on #8D5E80 background

This text has white color on #8D5E80 background.