COLOR #8D7E9C

HEX: #8D7E9C RGB: (141,126,156)

Color info

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

RGB color model

#8D7E9C color RGB value is (141,126,156).

RGB: (141,126,156) (55%, 49%, 61%)

RGB channels and saturation

R 141 of 255 = 55%
G 126 of 255 = 49%
B 156 of 255 = 61%

141
126
156

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

Portions of RGB colors in percentages

R + G + B = 141 + 126 + 156 = 423 (100%)
R 141 of 423 ~ 33.33%
G 126 of 423 ~ 29.79%
B 156 of 423 ~ 36.88'%

%33.33
%29.79
%36.88

CMYK color model

#8D7E9C color CMYK value is (10,19,0,39).

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

CMYK: (10,19,0,39)
C10M19Y0K39 (10%, 19%, 0%, 39%)
(0.10 / 0.19 / 0.00 / 0.39)

CMYK percentages

%9.62
%19.23
%0
%38.82

Codes

Color #8D7E9C in popluar color models

8D 7E 9C
RGB 141 126 156
HSL 270° 13.16% 55.29%
HSB/HSV 270° 19.23% 61.18%
CMYK 9.62% 19.23% 0.00%
38.82%

Color #8D7E9C in popluar number systems.

HEX 8D 7E 9C
Decimal 141 126 156
Binary 10001101 1111110 10011100
Octal 215 176 234

Shades and tints

Shades of #8D7E9C

#8D7E9C
(141,126,156)
#81738E
(129,115,142)
#756880
(117,104,128)
#695D72
(105,93,114)
#5D5264
(93,82,100)
#514756
(81,71,86)
#453C48
(69,60,72)
#39313A
(57,49,58)
#2D262C
(45,38,44)
#211B1E
(33,27,30)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #8D7E9C

#8D7E9C
(141,126,156)
#9789A5
(151,137,165)
#A194AE
(161,148,174)
#AB9FB7
(171,159,183)
#B5AAC0
(181,170,192)
#BFB5C9
(191,181,201)
#C9C0D2
(201,192,210)
#D3CBDB
(211,203,219)
#DDD6E4
(221,214,228)
#E7E1ED
(231,225,237)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7E9C; }

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

This text font color is #8D7E9C.

Background Color

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

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

This div background color is #8D7E9C.

Border color

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

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

This div border color is #8D7E9C.

Opacity

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

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

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

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

This text has shadow with #8D7E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7E9C.

Preview

Color preview on black background

This text has color #8D7E9C on black background.


Color preview on white background

This text has color #8D7E9C on white background.


Black color preview on #8D7E9C background

This text has black color on #8D7E9C background.


White color preview on #8D7E9C background

This text has white color on #8D7E9C background.


Related colors

Complementary color

Complementary color for #hex is #728163.


I love getcolorcode.com

Triadic colors

1 #9C8D7E and #7E9C8D with #8D7E9C are triadic colors.

2 #9C7E8D and #7E8D9C with #8D7E9C are triadic colors.