COLOR #8B8DB8

HEX: #8B8DB8 RGB: (139,141,184)

Color info

#8B8DB8 contains red, green and blue colors in about the same proportion. Web safe color of #8B8DB8 is #9999CC (or #99C).

RGB color model

#8B8DB8 color RGB value is (139,141,184).

RGB: (139,141,184) (55%, 55%, 72%)

RGB channels and saturation

R 139 of 255 = 55%
G 141 of 255 = 55%
B 184 of 255 = 72%

139
141
184

R + G + B ~ 61%. #8B8DB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 141 + 184 = 464 (100%)
R 139 of 464 ~ 29.96%
G 141 of 464 ~ 30.39%
B 184 of 464 ~ 39.66'%

%29.96
%30.39
%39.66

CMYK color model

#8B8DB8 color CMYK value is (24,23,0,28).

  • cyan value is 24.46%
  • magenta value is 23.37%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (24,23,0,28)
C24M23Y0K28 (24%, 23%, 0%, 28%)
(0.24 / 0.23 / 0.00 / 0.28)

CMYK percentages

%24.46
%23.37
%0
%27.84

Codes

Color #8B8DB8 in popluar color models

8B 8D B8
RGB 139 141 184
HSL 237° 24.06% 63.33%
HSB/HSV 237° 24.46% 72.16%
CMYK 24.46% 23.37% 0.00%
27.84%

Color #8B8DB8 in popluar number systems.

HEX 8B 8D B8
Decimal 139 141 184
Binary 10001011 10001101 10111000
Octal 213 215 270

Shades and tints

Shades of #8B8DB8

#8B8DB8
(139,141,184)
#7F81A8
(127,129,168)
#737598
(115,117,152)
#676988
(103,105,136)
#5B5D78
(91,93,120)
#4F5168
(79,81,104)
#434558
(67,69,88)
#373948
(55,57,72)
#2B2D38
(43,45,56)
#1F2128
(31,33,40)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #8B8DB8

#8B8DB8
(139,141,184)
#9597BE
(149,151,190)
#9FA1C4
(159,161,196)
#A9ABCA
(169,171,202)
#B3B5D0
(179,181,208)
#BDBFD6
(189,191,214)
#C7C9DC
(199,201,220)
#D1D3E2
(209,211,226)
#DBDDE8
(219,221,232)
#E5E7EE
(229,231,238)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8DB8 color. Also use rgb(139,141,184) instead hex code.

Text Font Color

.myTextColor { color: #8B8DB8; }

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

This text font color is #8B8DB8.

Background Color

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

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

This div background color is #8B8DB8.

Border color

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

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

This div border color is #8B8DB8.

Opacity

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

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

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

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

This text has shadow with #8B8DB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B8DB8.

Preview

Color preview on black background

This text has color #8B8DB8 on black background.


Color preview on white background

This text has color #8B8DB8 on white background.


Black color preview on #8B8DB8 background

This text has black color on #8B8DB8 background.


White color preview on #8B8DB8 background

This text has white color on #8B8DB8 background.


Related colors

Complementary color

Complementary color for #hex is #747247.


I love getcolorcode.com

Triadic colors

1 #B88B8D and #8DB88B with #8B8DB8 are triadic colors.

2 #B88D8B and #8D8BB8 with #8B8DB8 are triadic colors.