COLOR #8991BC

HEX: #8991BC
RGB: (137,145,188)

Color info

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

RGB color model

#8991BC color RGB value is (137,145,188).

  • red value is 137;
  • green value is 145;
  • blue value is 188.
RGB:
(137,145,188)
(54%,57%,74%)

RGB channels and saturation

R 137 of 255 = 54%
G 145 of 255 = 57%
B 188 of 255 = 74%

137
145
188

R + G + B ~ 62%. #8991BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 145 + 188 = 470 (100%)
R 137 of 470 ~ 29.15%
G 145 of 470 ~ 30.85%
B 188 of 470 ~ 40%

%29.15
%30.85
%40

CMYK color model

#8991BC color CMYK value is (27,23,0,26).

  • cyan value is 27.13%
  • magenta value is 22.87%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(27,23,0,26)
C27M23Y0K26 
(27%,23%,0%,26%)
(0.27/0.23/0.00/0.26)	

CMYK percentages

%27.13
%22.87
%0
%26.27

Codes

Color #8991BC in popluar color models

8991BC
RGB137145188
HSL231°27.57%63.73%
HSB/HSV231°27.13%73.73%
CMYK27.13%22.87%0.00%
26.27%

Color #8991BC in popluar number systems.

HEX8991BC
Decimal137145188
Binary100010011001000110111100
Octal211221274

Shades and tints

Shades of #8991BC

#8991BC
(137,145,188)
#7D84AB
(125,132,171)
#71779A
(113,119,154)
#656A89
(101,106,137)
#595D78
(89,93,120)
#4D5067
(77,80,103)
#414356
(65,67,86)
#353645
(53,54,69)
#292934
(41,41,52)
#1D1C23
(29,28,35)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #8991BC

#8991BC
(137,145,188)
#939BC2
(147,155,194)
#9DA5C8
(157,165,200)
#A7AFCE
(167,175,206)
#B1B9D4
(177,185,212)
#BBC3DA
(187,195,218)
#C5CDE0
(197,205,224)
#CFD7E6
(207,215,230)
#D9E1EC
(217,225,236)
#E3EBF2
(227,235,242)
#EDF5F8
(237,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8991BC color. Also use rgb(137,145,188) instead hex code.

Text Font Color

.myTextColor { color: #8991BC; }

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

This text font color is #8991BC.


Background Color

.myBgColor { background-color: #8991BC; }

<div style="background-color:#8991BC">Inner text</div>

This div background color is #8991BC.


Border color

.myBorderColor { border: 1px solid #8991BC; }

<div style="border:3px solid #8991BC">Div</div>

This div border color is #8991BC.


Opacity

.myOpacity80 { color: #8991BC; opacity: 0.8; }

<p style="color:#8991BC;opacity:0.8;">80%</p>

Text with #8991BC 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 #8991BC;}

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

This text has shadow with #8991BC color.

.textShadow {text-shadow: 3px 3px 1px #8991BC, 3px 3px 1px red;}

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

This text has shadow with #8991BC primary color and red secondary color.


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

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

This text has shadow with #8991BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8991BC on black background.


Color preview on white background

This text has color #8991BC on white background.



Black color preview on #8991BC background

This text has black color on #8991BC background.


White color preview on #8991BC background

This text has white color on #8991BC background.