COLOR #8B857D

HEX: #8B857D RGB: (139,133,125)

Color info

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

RGB color model

#8B857D color RGB value is (139,133,125).

RGB: (139,133,125) (55%, 52%, 49%)

RGB channels and saturation

R 139 of 255 = 55%
G 133 of 255 = 52%
B 125 of 255 = 49%

139
133
125

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

Portions of RGB colors in percentages

R + G + B = 139 + 133 + 125 = 397 (100%)
R 139 of 397 ~ 35.01%
G 133 of 397 ~ 33.5%
B 125 of 397 ~ 31.49'%

%35.01
%33.5
%31.49

CMYK color model

#8B857D color CMYK value is (0,4,10,45).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 10.07%
  • key color value is 45.49%

CMYK: (0,4,10,45)
C0M4Y10K45 (0%, 4%, 10%, 45%)
(0.00 / 0.04 / 0.10 / 0.45)

CMYK percentages

%0
%4.32
%10.07
%45.49

Codes

Color #8B857D in popluar color models

8B 85 7D
RGB 139 133 125
HSL 34° 5.69% 51.76%
HSB/HSV 34° 10.07% 54.51%
CMYK 0.00% 4.32% 10.07%
45.49%

Color #8B857D in popluar number systems.

HEX 8B 85 7D
Decimal 139 133 125
Binary 10001011 10000101 1111101
Octal 213 205 175

Shades and tints

Shades of #8B857D

#8B857D
(139,133,125)
#7F7972
(127,121,114)
#736D67
(115,109,103)
#67615C
(103,97,92)
#5B5551
(91,85,81)
#4F4946
(79,73,70)
#433D3B
(67,61,59)
#373130
(55,49,48)
#2B2525
(43,37,37)
#1F191A
(31,25,26)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #8B857D

#8B857D
(139,133,125)
#959088
(149,144,136)
#9F9B93
(159,155,147)
#A9A69E
(169,166,158)
#B3B1A9
(179,177,169)
#BDBCB4
(189,188,180)
#C7C7BF
(199,199,191)
#D1D2CA
(209,210,202)
#DBDDD5
(219,221,213)
#E5E8E0
(229,232,224)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B857D color. Also use rgb(139,133,125) instead hex code.

Text Font Color

.myTextColor { color: #8B857D; }

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

This text font color is #8B857D.

Background Color

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

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

This div background color is #8B857D.

Border color

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

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

This div border color is #8B857D.

Opacity

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

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

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

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

This text has shadow with #8B857D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B857D.

Preview

Color preview on black background

This text has color #8B857D on black background.


Color preview on white background

This text has color #8B857D on white background.


Black color preview on #8B857D background

This text has black color on #8B857D background.


White color preview on #8B857D background

This text has white color on #8B857D background.


Related colors

Complementary color

Complementary color for #hex is #747A82.


I love getcolorcode.com

Triadic colors

1 #7D8B85 and #857D8B with #8B857D are triadic colors.

2 #7D858B and #858B7D with #8B857D are triadic colors.