COLOR #8D6B7A

HEX: #8D6B7A RGB: (141,107,122)

Color info

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

RGB color model

#8D6B7A color RGB value is (141,107,122).

RGB: (141,107,122) (55%, 42%, 48%)

RGB channels and saturation

R 141 of 255 = 55%
G 107 of 255 = 42%
B 122 of 255 = 48%

141
107
122

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

Portions of RGB colors in percentages

R + G + B = 141 + 107 + 122 = 370 (100%)
R 141 of 370 ~ 38.11%
G 107 of 370 ~ 28.92%
B 122 of 370 ~ 32.97'%

%38.11
%28.92
%32.97

CMYK color model

#8D6B7A color CMYK value is (0,24,13,45).

  • cyan value is 0.00%
  • magenta value is 24.11%
  • yellow value is 13.48%
  • key color value is 44.71%

CMYK: (0,24,13,45)
C0M24Y13K45 (0%, 24%, 13%, 45%)
(0.00 / 0.24 / 0.13 / 0.45)

CMYK percentages

%0
%24.11
%13.48
%44.71

Codes

Color #8D6B7A in popluar color models

8D 6B 7A
RGB 141 107 122
HSL 334° 13.71% 48.63%
HSB/HSV 334° 24.11% 55.29%
CMYK 0.00% 24.11% 13.48%
44.71%

Color #8D6B7A in popluar number systems.

HEX 8D 6B 7A
Decimal 141 107 122
Binary 10001101 1101011 1111010
Octal 215 153 172

Shades and tints

Shades of #8D6B7A

#8D6B7A
(141,107,122)
#81626F
(129,98,111)
#755964
(117,89,100)
#695059
(105,80,89)
#5D474E
(93,71,78)
#513E43
(81,62,67)
#453538
(69,53,56)
#392C2D
(57,44,45)
#2D2322
(45,35,34)
#211A17
(33,26,23)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #8D6B7A

#8D6B7A
(141,107,122)
#977886
(151,120,134)
#A18592
(161,133,146)
#AB929E
(171,146,158)
#B59FAA
(181,159,170)
#BFACB6
(191,172,182)
#C9B9C2
(201,185,194)
#D3C6CE
(211,198,206)
#DDD3DA
(221,211,218)
#E7E0E6
(231,224,230)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6B7A color. Also use rgb(141,107,122) instead hex code.

Text Font Color

.myTextColor { color: #8D6B7A; }

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

This text font color is #8D6B7A.

Background Color

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

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

This div background color is #8D6B7A.

Border color

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

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

This div border color is #8D6B7A.

Opacity

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

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

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

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

This text has shadow with #8D6B7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D6B7A.

Preview

Color preview on black background

This text has color #8D6B7A on black background.


Color preview on white background

This text has color #8D6B7A on white background.


Black color preview on #8D6B7A background

This text has black color on #8D6B7A background.


White color preview on #8D6B7A background

This text has white color on #8D6B7A background.


Related colors

Complementary color

Complementary color for #hex is #729485.


I love getcolorcode.com

Triadic colors

1 #7A8D6B and #6B7A8D with #8D6B7A are triadic colors.

2 #7A6B8D and #6B8D7A with #8D6B7A are triadic colors.