COLOR #8988BA

HEX: #8988BA
RGB: (137,136,186)

Color info

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

RGB color model

#8988BA color RGB value is (137,136,186).

  • red value is 137;
  • green value is 136;
  • blue value is 186.
RGB:
(137,136,186)
(54%,53%,73%)

RGB channels and saturation

R 137 of 255 = 54%
G 136 of 255 = 53%
B 186 of 255 = 73%

137
136
186

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

Portions of RGB colors in percentages

R + G + B =
137 + 136 + 186 = 459 (100%)
R 137 of 459 ~ 29.85%
G 136 of 459 ~ 29.63%
B 186 of 459 ~ 40.52%

%29.85
%29.63
%40.52

CMYK color model

#8988BA color CMYK value is (26,27,0,27).

  • cyan value is 26.34%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(26,27,0,27)
C26M27Y0K27 
(26%,27%,0%,27%)
(0.26/0.27/0.00/0.27)	

CMYK percentages

%26.34
%26.88
%0
%27.06

Codes

Color #8988BA in popluar color models

8988BA
RGB137136186
HSL241°26.60%63.14%
HSB/HSV241°26.88%72.94%
CMYK26.34%26.88%0.00%
27.06%

Color #8988BA in popluar number systems.

HEX8988BA
Decimal137136186
Binary100010011000100010111010
Octal211210272

Shades and tints

Shades of #8988BA

#8988BA
(137,136,186)
#7D7CAA
(125,124,170)
#71709A
(113,112,154)
#65648A
(101,100,138)
#59587A
(89,88,122)
#4D4C6A
(77,76,106)
#41405A
(65,64,90)
#35344A
(53,52,74)
#29283A
(41,40,58)
#1D1C2A
(29,28,42)
#11101A
(17,16,26)
#000000
(0,0,0)

Tints of #8988BA

#8988BA
(137,136,186)
#9392C0
(147,146,192)
#9D9CC6
(157,156,198)
#A7A6CC
(167,166,204)
#B1B0D2
(177,176,210)
#BBBAD8
(187,186,216)
#C5C4DE
(197,196,222)
#CFCEE4
(207,206,228)
#D9D8EA
(217,216,234)
#E3E2F0
(227,226,240)
#EDECF6
(237,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8988BA color. Also use rgb(137,136,186) instead hex code.

Text Font Color

.myTextColor { color: #8988BA; }

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

This text font color is #8988BA.


Background Color

.myBgColor { background-color: #8988BA; }

<div style="background-color:#8988BA">Inner text</div>

This div background color is #8988BA.


Border color

.myBorderColor { border: 1px solid #8988BA; }

<div style="border:3px solid #8988BA">Div</div>

This div border color is #8988BA.


Opacity

.myOpacity80 { color: #8988BA; opacity: 0.8; }

<p style="color:#8988BA;opacity:0.8;">80%</p>

Text with #8988BA 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 #8988BA;}

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

This text has shadow with #8988BA color.

.textShadow {text-shadow: 3px 3px 1px #8988BA, 3px 3px 1px red;}

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

This text has shadow with #8988BA primary color and red secondary color.


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

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

This text has shadow with #8988BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8988BA on black background.


Color preview on white background

This text has color #8988BA on white background.



Black color preview on #8988BA background

This text has black color on #8988BA background.


White color preview on #8988BA background

This text has white color on #8988BA background.