COLOR #8D7E8C

HEX: #8D7E8C RGB: (141,126,140)

Color info

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

RGB color model

#8D7E8C color RGB value is (141,126,140).

RGB: (141,126,140) (55%, 49%, 55%)

RGB channels and saturation

R 141 of 255 = 55%
G 126 of 255 = 49%
B 140 of 255 = 55%

141
126
140

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

Portions of RGB colors in percentages

R + G + B = 141 + 126 + 140 = 407 (100%)
R 141 of 407 ~ 34.64%
G 126 of 407 ~ 30.96%
B 140 of 407 ~ 34.4'%

%34.64
%30.96
%34.4

CMYK color model

#8D7E8C color CMYK value is (0,11,1,45).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 0.71%
  • key color value is 44.71%

CMYK: (0,11,1,45)
C0M11Y1K45 (0%, 11%, 1%, 45%)
(0.00 / 0.11 / 0.01 / 0.45)

CMYK percentages

%0
%10.64
%0.71
%44.71

Codes

Color #8D7E8C in popluar color models

8D 7E 8C
RGB 141 126 140
HSL 304° 6.17% 52.35%
HSB/HSV 304° 10.64% 55.29%
CMYK 0.00% 10.64% 0.71%
44.71%

Color #8D7E8C in popluar number systems.

HEX 8D 7E 8C
Decimal 141 126 140
Binary 10001101 1111110 10001100
Octal 215 176 214

Shades and tints

Shades of #8D7E8C

#8D7E8C
(141,126,140)
#817380
(129,115,128)
#756874
(117,104,116)
#695D68
(105,93,104)
#5D525C
(93,82,92)
#514750
(81,71,80)
#453C44
(69,60,68)
#393138
(57,49,56)
#2D262C
(45,38,44)
#211B20
(33,27,32)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #8D7E8C

#8D7E8C
(141,126,140)
#978996
(151,137,150)
#A194A0
(161,148,160)
#AB9FAA
(171,159,170)
#B5AAB4
(181,170,180)
#BFB5BE
(191,181,190)
#C9C0C8
(201,192,200)
#D3CBD2
(211,203,210)
#DDD6DC
(221,214,220)
#E7E1E6
(231,225,230)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7E8C; }

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

This text font color is #8D7E8C.

Background Color

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

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

This div background color is #8D7E8C.

Border color

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

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

This div border color is #8D7E8C.

Opacity

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

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

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

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

This text has shadow with #8D7E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7E8C.

Preview

Color preview on black background

This text has color #8D7E8C on black background.


Color preview on white background

This text has color #8D7E8C on white background.


Black color preview on #8D7E8C background

This text has black color on #8D7E8C background.


White color preview on #8D7E8C background

This text has white color on #8D7E8C background.


Related colors

Complementary color

Complementary color for #hex is #728173.


I love getcolorcode.com

Triadic colors

1 #8C8D7E and #7E8C8D with #8D7E8C are triadic colors.

2 #8C7E8D and #7E8D8C with #8D7E8C are triadic colors.