COLOR #8B85B3

HEX: #8B85B3 RGB: (139,133,179)

Color info

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

RGB color model

#8B85B3 color RGB value is (139,133,179).

RGB: (139,133,179) (55%, 52%, 70%)

RGB channels and saturation

R 139 of 255 = 55%
G 133 of 255 = 52%
B 179 of 255 = 70%

139
133
179

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

Portions of RGB colors in percentages

R + G + B = 139 + 133 + 179 = 451 (100%)
R 139 of 451 ~ 30.82%
G 133 of 451 ~ 29.49%
B 179 of 451 ~ 39.69'%

%30.82
%29.49
%39.69

CMYK color model

#8B85B3 color CMYK value is (22,26,0,30).

  • cyan value is 22.35%
  • magenta value is 25.70%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (22,26,0,30)
C22M26Y0K30 (22%, 26%, 0%, 30%)
(0.22 / 0.26 / 0.00 / 0.30)

CMYK percentages

%22.35
%25.7
%0
%29.8

Codes

Color #8B85B3 in popluar color models

8B 85 B3
RGB 139 133 179
HSL 248° 23.23% 61.18%
HSB/HSV 248° 25.70% 70.20%
CMYK 22.35% 25.70% 0.00%
29.80%

Color #8B85B3 in popluar number systems.

HEX 8B 85 B3
Decimal 139 133 179
Binary 10001011 10000101 10110011
Octal 213 205 263

Shades and tints

Shades of #8B85B3

#8B85B3
(139,133,179)
#7F79A3
(127,121,163)
#736D93
(115,109,147)
#676183
(103,97,131)
#5B5573
(91,85,115)
#4F4963
(79,73,99)
#433D53
(67,61,83)
#373143
(55,49,67)
#2B2533
(43,37,51)
#1F1923
(31,25,35)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #8B85B3

#8B85B3
(139,133,179)
#9590B9
(149,144,185)
#9F9BBF
(159,155,191)
#A9A6C5
(169,166,197)
#B3B1CB
(179,177,203)
#BDBCD1
(189,188,209)
#C7C7D7
(199,199,215)
#D1D2DD
(209,210,221)
#DBDDE3
(219,221,227)
#E5E8E9
(229,232,233)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B85B3; }

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

This text font color is #8B85B3.

Background Color

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

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

This div background color is #8B85B3.

Border color

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

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

This div border color is #8B85B3.

Opacity

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

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

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

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

This text has shadow with #8B85B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B85B3.

Preview

Color preview on black background

This text has color #8B85B3 on black background.


Color preview on white background

This text has color #8B85B3 on white background.


Black color preview on #8B85B3 background

This text has black color on #8B85B3 background.


White color preview on #8B85B3 background

This text has white color on #8B85B3 background.


Related colors

Complementary color

Complementary color for #hex is #747A4C.


I love getcolorcode.com

Triadic colors

1 #B38B85 and #85B38B with #8B85B3 are triadic colors.

2 #B3858B and #858BB3 with #8B85B3 are triadic colors.