COLOR #8D7EB0

HEX: #8D7EB0 RGB: (141,126,176)

Color info

#8D7EB0 contains red, green and blue colors in about the same proportion. Web safe color of #8D7EB0 is #996699 (or #969).

RGB color model

#8D7EB0 color RGB value is (141,126,176).

RGB: (141,126,176) (55%, 49%, 69%)

RGB channels and saturation

R 141 of 255 = 55%
G 126 of 255 = 49%
B 176 of 255 = 69%

141
126
176

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

Portions of RGB colors in percentages

R + G + B = 141 + 126 + 176 = 443 (100%)
R 141 of 443 ~ 31.83%
G 126 of 443 ~ 28.44%
B 176 of 443 ~ 39.73'%

%31.83
%28.44
%39.73

CMYK color model

#8D7EB0 color CMYK value is (20,28,0,31).

  • cyan value is 19.89%
  • magenta value is 28.41%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (20,28,0,31)
C20M28Y0K31 (20%, 28%, 0%, 31%)
(0.20 / 0.28 / 0.00 / 0.31)

CMYK percentages

%19.89
%28.41
%0
%30.98

Codes

Color #8D7EB0 in popluar color models

8D 7E B0
RGB 141 126 176
HSL 258° 24.04% 59.22%
HSB/HSV 258° 28.41% 69.02%
CMYK 19.89% 28.41% 0.00%
30.98%

Color #8D7EB0 in popluar number systems.

HEX 8D 7E B0
Decimal 141 126 176
Binary 10001101 1111110 10110000
Octal 215 176 260

Shades and tints

Shades of #8D7EB0

#8D7EB0
(141,126,176)
#8173A0
(129,115,160)
#756890
(117,104,144)
#695D80
(105,93,128)
#5D5270
(93,82,112)
#514760
(81,71,96)
#453C50
(69,60,80)
#393140
(57,49,64)
#2D2630
(45,38,48)
#211B20
(33,27,32)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #8D7EB0

#8D7EB0
(141,126,176)
#9789B7
(151,137,183)
#A194BE
(161,148,190)
#AB9FC5
(171,159,197)
#B5AACC
(181,170,204)
#BFB5D3
(191,181,211)
#C9C0DA
(201,192,218)
#D3CBE1
(211,203,225)
#DDD6E8
(221,214,232)
#E7E1EF
(231,225,239)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7EB0 color. Also use rgb(141,126,176) instead hex code.

Text Font Color

.myTextColor { color: #8D7EB0; }

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

This text font color is #8D7EB0.

Background Color

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

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

This div background color is #8D7EB0.

Border color

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

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

This div border color is #8D7EB0.

Opacity

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

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

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

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

This text has shadow with #8D7EB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7EB0.

Preview

Color preview on black background

This text has color #8D7EB0 on black background.


Color preview on white background

This text has color #8D7EB0 on white background.


Black color preview on #8D7EB0 background

This text has black color on #8D7EB0 background.


White color preview on #8D7EB0 background

This text has white color on #8D7EB0 background.


Related colors

Complementary color

Complementary color for #hex is #72814F.


I love getcolorcode.com

Triadic colors

1 #B08D7E and #7EB08D with #8D7EB0 are triadic colors.

2 #B07E8D and #7E8DB0 with #8D7EB0 are triadic colors.