COLOR #8B859C

HEX: #8B859C
RGB: (139,133,156)

Color info

#8B859C contains red, green and blue colors in about the same proportion. Web safe color of #8B859C is #999999 (or #999).

RGB color model

#8B859C color RGB value is (139,133,156).

  • red value is 139;
  • green value is 133;
  • blue value is 156.
RGB:
(139,133,156)
(55%,52%,61%)

RGB channels and saturation

R 139 of 255 = 55%
G 133 of 255 = 52%
B 156 of 255 = 61%

139
133
156

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

Portions of RGB colors in percentages

R + G + B =
139 + 133 + 156 = 428 (100%)
R 139 of 428 ~ 32.48%
G 133 of 428 ~ 31.07%
B 156 of 428 ~ 36.45%

%32.48
%31.07
%36.45

CMYK color model

#8B859C color CMYK value is (11,15,0,39).

  • cyan value is 10.90%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(11,15,0,39)
C11M15Y0K39 
(11%,15%,0%,39%)
(0.11/0.15/0.00/0.39)	

CMYK percentages

%10.9
%14.74
%0
%38.82

Codes

Color #8B859C in popluar color models

8B859C
RGB139133156
HSL256°10.41%56.67%
HSB/HSV256°14.74%61.18%
CMYK10.90%14.74%0.00%
38.82%

Color #8B859C in popluar number systems.

HEX8B859C
Decimal139133156
Binary100010111000010110011100
Octal213205234

Shades and tints

Shades of #8B859C

#8B859C
(139,133,156)
#7F798E
(127,121,142)
#736D80
(115,109,128)
#676172
(103,97,114)
#5B5564
(91,85,100)
#4F4956
(79,73,86)
#433D48
(67,61,72)
#37313A
(55,49,58)
#2B252C
(43,37,44)
#1F191E
(31,25,30)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #8B859C

#8B859C
(139,133,156)
#9590A5
(149,144,165)
#9F9BAE
(159,155,174)
#A9A6B7
(169,166,183)
#B3B1C0
(179,177,192)
#BDBCC9
(189,188,201)
#C7C7D2
(199,199,210)
#D1D2DB
(209,210,219)
#DBDDE4
(219,221,228)
#E5E8ED
(229,232,237)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B859C; }

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

This text font color is #8B859C.


Background Color

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

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

This div background color is #8B859C.


Border color

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

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

This div border color is #8B859C.


Opacity

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

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

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

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

This text has shadow with #8B859C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B859C on black background.


Color preview on white background

This text has color #8B859C on white background.



Black color preview on #8B859C background

This text has black color on #8B859C background.


White color preview on #8B859C background

This text has white color on #8B859C background.