COLOR #8B817E

HEX: #8B817E RGB: (139,129,126)

Color info

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

RGB color model

#8B817E color RGB value is (139,129,126).

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

RGB channels and saturation

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

139
129
126

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

Portions of RGB colors in percentages

R + G + B = 139 + 129 + 126 = 394 (100%)
R 139 of 394 ~ 35.28%
G 129 of 394 ~ 32.74%
B 126 of 394 ~ 31.98'%

%35.28
%32.74
%31.98

CMYK color model

#8B817E color CMYK value is (0,7,9,45).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 9.35%
  • key color value is 45.49%

CMYK: (0,7,9,45)
C0M7Y9K45 (0%, 7%, 9%, 45%)
(0.00 / 0.07 / 0.09 / 0.45)

CMYK percentages

%0
%7.19
%9.35
%45.49

Codes

Color #8B817E in popluar color models

8B 81 7E
RGB 139 129 126
HSL 14° 5.31% 51.96%
HSB/HSV 14° 9.35% 54.51%
CMYK 0.00% 7.19% 9.35%
45.49%

Color #8B817E in popluar number systems.

HEX 8B 81 7E
Decimal 139 129 126
Binary 10001011 10000001 1111110
Octal 213 201 176

Shades and tints

Shades of #8B817E

#8B817E
(139,129,126)
#7F7673
(127,118,115)
#736B68
(115,107,104)
#67605D
(103,96,93)
#5B5552
(91,85,82)
#4F4A47
(79,74,71)
#433F3C
(67,63,60)
#373431
(55,52,49)
#2B2926
(43,41,38)
#1F1E1B
(31,30,27)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #8B817E

#8B817E
(139,129,126)
#958C89
(149,140,137)
#9F9794
(159,151,148)
#A9A29F
(169,162,159)
#B3ADAA
(179,173,170)
#BDB8B5
(189,184,181)
#C7C3C0
(199,195,192)
#D1CECB
(209,206,203)
#DBD9D6
(219,217,214)
#E5E4E1
(229,228,225)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B817E; }

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

This text font color is #8B817E.

Background Color

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

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

This div background color is #8B817E.

Border color

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

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

This div border color is #8B817E.

Opacity

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

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

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

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

This text has shadow with #8B817E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B817E.

Preview

Color preview on black background

This text has color #8B817E on black background.


Color preview on white background

This text has color #8B817E on white background.


Black color preview on #8B817E background

This text has black color on #8B817E background.


White color preview on #8B817E background

This text has white color on #8B817E background.


Related colors

Complementary color

Complementary color for #hex is #747E81.


I love getcolorcode.com

Triadic colors

1 #7E8B81 and #817E8B with #8B817E are triadic colors.

2 #7E818B and #818B7E with #8B817E are triadic colors.