COLOR #8D7880

HEX: #8D7880
RGB: (141,120,128)

Color info

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

RGB color model

#8D7880 color RGB value is (141,120,128).

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

RGB channels and saturation

R 141 of 255 = 55%
G 120 of 255 = 47%
B 128 of 255 = 50%

141
120
128

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

Portions of RGB colors in percentages

R + G + B =
141 + 120 + 128 = 389 (100%)
R 141 of 389 ~ 36.25%
G 120 of 389 ~ 30.85%
B 128 of 389 ~ 32.9%

%36.25
%30.85
%32.9

CMYK color model

#8D7880 color CMYK value is (0,15,9,45).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 9.22%
  • key color value is 44.71%
CMYK:
(0,15,9,45)
C0M15Y9K45 
(0%,15%,9%,45%)
(0.00/0.15/0.09/0.45)	

CMYK percentages

%0
%14.89
%9.22
%44.71

Codes

Color #8D7880 in popluar color models

8D7880
RGB141120128
HSL337°8.43%51.18%
HSB/HSV337°14.89%55.29%
CMYK0.00%14.89%9.22%
44.71%

Color #8D7880 in popluar number systems.

HEX8D7880
Decimal141120128
Binary10001101111100010000000
Octal215170200

Shades and tints

Shades of #8D7880

#8D7880
(141,120,128)
#816E75
(129,110,117)
#75646A
(117,100,106)
#695A5F
(105,90,95)
#5D5054
(93,80,84)
#514649
(81,70,73)
#453C3E
(69,60,62)
#393233
(57,50,51)
#2D2828
(45,40,40)
#211E1D
(33,30,29)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #8D7880

#8D7880
(141,120,128)
#97848B
(151,132,139)
#A19096
(161,144,150)
#AB9CA1
(171,156,161)
#B5A8AC
(181,168,172)
#BFB4B7
(191,180,183)
#C9C0C2
(201,192,194)
#D3CCCD
(211,204,205)
#DDD8D8
(221,216,216)
#E7E4E3
(231,228,227)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7880; }

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

This text font color is #8D7880.


Background Color

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

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

This div background color is #8D7880.


Border color

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

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

This div border color is #8D7880.


Opacity

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

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

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

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

This text has shadow with #8D7880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7880 on black background.


Color preview on white background

This text has color #8D7880 on white background.



Black color preview on #8D7880 background

This text has black color on #8D7880 background.


White color preview on #8D7880 background

This text has white color on #8D7880 background.