COLOR #8B88BF

HEX: #8B88BF
RGB: (139,136,191)

Color info

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

RGB color model

#8B88BF color RGB value is (139,136,191).

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

RGB channels and saturation

R 139 of 255 = 55%
G 136 of 255 = 53%
B 191 of 255 = 75%

139
136
191

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

Portions of RGB colors in percentages

R + G + B =
139 + 136 + 191 = 466 (100%)
R 139 of 466 ~ 29.83%
G 136 of 466 ~ 29.18%
B 191 of 466 ~ 40.99%

%29.83
%29.18
%40.99

CMYK color model

#8B88BF color CMYK value is (27,29,0,25).

  • cyan value is 27.23%
  • magenta value is 28.80%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(27,29,0,25)
C27M29Y0K25 
(27%,29%,0%,25%)
(0.27/0.29/0.00/0.25)	

CMYK percentages

%27.23
%28.8
%0
%25.1

Codes

Color #8B88BF in popluar color models

8B88BF
RGB139136191
HSL243°30.05%64.12%
HSB/HSV243°28.80%74.90%
CMYK27.23%28.80%0.00%
25.10%

Color #8B88BF in popluar number systems.

HEX8B88BF
Decimal139136191
Binary100010111000100010111111
Octal213210277

Shades and tints

Shades of #8B88BF

#8B88BF
(139,136,191)
#7F7CAE
(127,124,174)
#73709D
(115,112,157)
#67648C
(103,100,140)
#5B587B
(91,88,123)
#4F4C6A
(79,76,106)
#434059
(67,64,89)
#373448
(55,52,72)
#2B2837
(43,40,55)
#1F1C26
(31,28,38)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #8B88BF

#8B88BF
(139,136,191)
#9592C4
(149,146,196)
#9F9CC9
(159,156,201)
#A9A6CE
(169,166,206)
#B3B0D3
(179,176,211)
#BDBAD8
(189,186,216)
#C7C4DD
(199,196,221)
#D1CEE2
(209,206,226)
#DBD8E7
(219,216,231)
#E5E2EC
(229,226,236)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B88BF; }

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

This text font color is #8B88BF.


Background Color

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

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

This div background color is #8B88BF.


Border color

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

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

This div border color is #8B88BF.


Opacity

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

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

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

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

This text has shadow with #8B88BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B88BF on black background.


Color preview on white background

This text has color #8B88BF on white background.



Black color preview on #8B88BF background

This text has black color on #8B88BF background.


White color preview on #8B88BF background

This text has white color on #8B88BF background.