COLOR #8B88B4

HEX: #8B88B4
RGB: (139,136,180)

Color info

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

RGB color model

#8B88B4 color RGB value is (139,136,180).

  • red value is 139;
  • green value is 136;
  • blue value is 180.
RGB:
(139,136,180)
(55%,53%,71%)

RGB channels and saturation

R 139 of 255 = 55%
G 136 of 255 = 53%
B 180 of 255 = 71%

139
136
180

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

Portions of RGB colors in percentages

R + G + B =
139 + 136 + 180 = 455 (100%)
R 139 of 455 ~ 30.55%
G 136 of 455 ~ 29.89%
B 180 of 455 ~ 39.56%

%30.55
%29.89
%39.56

CMYK color model

#8B88B4 color CMYK value is (23,24,0,29).

  • cyan value is 22.78%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(23,24,0,29)
C23M24Y0K29 
(23%,24%,0%,29%)
(0.23/0.24/0.00/0.29)	

CMYK percentages

%22.78
%24.44
%0
%29.41

Codes

Color #8B88B4 in popluar color models

8B88B4
RGB139136180
HSL244°22.68%61.96%
HSB/HSV244°24.44%70.59%
CMYK22.78%24.44%0.00%
29.41%

Color #8B88B4 in popluar number systems.

HEX8B88B4
Decimal139136180
Binary100010111000100010110100
Octal213210264

Shades and tints

Shades of #8B88B4

#8B88B4
(139,136,180)
#7F7CA4
(127,124,164)
#737094
(115,112,148)
#676484
(103,100,132)
#5B5874
(91,88,116)
#4F4C64
(79,76,100)
#434054
(67,64,84)
#373444
(55,52,68)
#2B2834
(43,40,52)
#1F1C24
(31,28,36)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #8B88B4

#8B88B4
(139,136,180)
#9592BA
(149,146,186)
#9F9CC0
(159,156,192)
#A9A6C6
(169,166,198)
#B3B0CC
(179,176,204)
#BDBAD2
(189,186,210)
#C7C4D8
(199,196,216)
#D1CEDE
(209,206,222)
#DBD8E4
(219,216,228)
#E5E2EA
(229,226,234)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B88B4 color. Also use rgb(139,136,180) instead hex code.

Text Font Color

.myTextColor { color: #8B88B4; }

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

This text font color is #8B88B4.


Background Color

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

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

This div background color is #8B88B4.


Border color

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

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

This div border color is #8B88B4.


Opacity

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

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

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

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

This text has shadow with #8B88B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B88B4 on black background.


Color preview on white background

This text has color #8B88B4 on white background.



Black color preview on #8B88B4 background

This text has black color on #8B88B4 background.


White color preview on #8B88B4 background

This text has white color on #8B88B4 background.