COLOR #8D677E

HEX: #8D677E
RGB: (141,103,126)

Color info

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

RGB color model

#8D677E color RGB value is (141,103,126).

  • red value is 141;
  • green value is 103;
  • blue value is 126.
RGB:
(141,103,126)
(55%,40%,49%)

RGB channels and saturation

R 141 of 255 = 55%
G 103 of 255 = 40%
B 126 of 255 = 49%

141
103
126

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

Portions of RGB colors in percentages

R + G + B =
141 + 103 + 126 = 370 (100%)
R 141 of 370 ~ 38.11%
G 103 of 370 ~ 27.84%
B 126 of 370 ~ 34.05%

%38.11
%27.84
%34.05

CMYK color model

#8D677E color CMYK value is (0,27,11,45).

  • cyan value is 0.00%
  • magenta value is 26.95%
  • yellow value is 10.64%
  • key color value is 44.71%
CMYK:
(0,27,11,45)
C0M27Y11K45 
(0%,27%,11%,45%)
(0.00/0.27/0.11/0.45)	

CMYK percentages

%0
%26.95
%10.64
%44.71

Codes

Color #8D677E in popluar color models

8D677E
RGB141103126
HSL324°15.57%47.84%
HSB/HSV324°26.95%55.29%
CMYK0.00%26.95%10.64%
44.71%

Color #8D677E in popluar number systems.

HEX8D677E
Decimal141103126
Binary1000110111001111111110
Octal215147176

Shades and tints

Shades of #8D677E

#8D677E
(141,103,126)
#815E73
(129,94,115)
#755568
(117,85,104)
#694C5D
(105,76,93)
#5D4352
(93,67,82)
#513A47
(81,58,71)
#45313C
(69,49,60)
#392831
(57,40,49)
#2D1F26
(45,31,38)
#21161B
(33,22,27)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #8D677E

#8D677E
(141,103,126)
#977489
(151,116,137)
#A18194
(161,129,148)
#AB8E9F
(171,142,159)
#B59BAA
(181,155,170)
#BFA8B5
(191,168,181)
#C9B5C0
(201,181,192)
#D3C2CB
(211,194,203)
#DDCFD6
(221,207,214)
#E7DCE1
(231,220,225)
#F1E9EC
(241,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D677E; }

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

This text font color is #8D677E.


Background Color

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

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

This div background color is #8D677E.


Border color

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

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

This div border color is #8D677E.


Opacity

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

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

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

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

This text has shadow with #8D677E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D677E on black background.


Color preview on white background

This text has color #8D677E on white background.



Black color preview on #8D677E background

This text has black color on #8D677E background.


White color preview on #8D677E background

This text has white color on #8D677E background.