COLOR #8D817E

HEX: #8D817E RGB: (141,129,126)

Color info

#8D817E contains red, green and blue colors in about the same proportion. Web safe color of #8D817E is #999966 (or #996).

RGB color model

#8D817E color RGB value is (141,129,126).

RGB: (141,129,126) (55%, 51%, 49%)

RGB channels and saturation

R 141 of 255 = 55%
G 129 of 255 = 51%
B 126 of 255 = 49%

141
129
126

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

Portions of RGB colors in percentages

R + G + B = 141 + 129 + 126 = 396 (100%)
R 141 of 396 ~ 35.61%
G 129 of 396 ~ 32.58%
B 126 of 396 ~ 31.82'%

%35.61
%32.58
%31.82

CMYK color model

#8D817E color CMYK value is (0,9,11,45).

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

CMYK: (0,9,11,45)
C0M9Y11K45 (0%, 9%, 11%, 45%)
(0.00 / 0.09 / 0.11 / 0.45)

CMYK percentages

%0
%8.51
%10.64
%44.71

Codes

Color #8D817E in popluar color models

8D 81 7E
RGB 141 129 126
HSL 12° 6.17% 52.35%
HSB/HSV 12° 10.64% 55.29%
CMYK 0.00% 8.51% 10.64%
44.71%

Color #8D817E in popluar number systems.

HEX 8D 81 7E
Decimal 141 129 126
Binary 10001101 10000001 1111110
Octal 215 201 176

Shades and tints

Shades of #8D817E

#8D817E
(141,129,126)
#817673
(129,118,115)
#756B68
(117,107,104)
#69605D
(105,96,93)
#5D5552
(93,85,82)
#514A47
(81,74,71)
#453F3C
(69,63,60)
#393431
(57,52,49)
#2D2926
(45,41,38)
#211E1B
(33,30,27)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #8D817E

#8D817E
(141,129,126)
#978C89
(151,140,137)
#A19794
(161,151,148)
#ABA29F
(171,162,159)
#B5ADAA
(181,173,170)
#BFB8B5
(191,184,181)
#C9C3C0
(201,195,192)
#D3CECB
(211,206,203)
#DDD9D6
(221,217,214)
#E7E4E1
(231,228,225)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D817E; }

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

This text font color is #8D817E.

Background Color

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

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

This div background color is #8D817E.

Border color

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

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

This div border color is #8D817E.

Opacity

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

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

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

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

This text has shadow with #8D817E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D817E.

Preview

Color preview on black background

This text has color #8D817E on black background.


Color preview on white background

This text has color #8D817E on white background.


Black color preview on #8D817E background

This text has black color on #8D817E background.


White color preview on #8D817E background

This text has white color on #8D817E background.


Related colors

Complementary color

Complementary color for #hex is #727E81.


I love getcolorcode.com

Triadic colors

1 #7E8D81 and #817E8D with #8D817E are triadic colors.

2 #7E818D and #818D7E with #8D817E are triadic colors.