COLOR #8491B4

HEX: #8491B4
RGB: (132,145,180)

Color info

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

RGB color model

#8491B4 color RGB value is (132,145,180).

  • red value is 132;
  • green value is 145;
  • blue value is 180.
RGB:
(132,145,180)
(52%,57%,71%)

RGB channels and saturation

R 132 of 255 = 52%
G 145 of 255 = 57%
B 180 of 255 = 71%

132
145
180

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

Portions of RGB colors in percentages

R + G + B =
132 + 145 + 180 = 457 (100%)
R 132 of 457 ~ 28.88%
G 145 of 457 ~ 31.73%
B 180 of 457 ~ 39.39%

%28.88
%31.73
%39.39

CMYK color model

#8491B4 color CMYK value is (27,19,0,29).

  • cyan value is 26.67%
  • magenta value is 19.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(27,19,0,29)
C27M19Y0K29 
(27%,19%,0%,29%)
(0.27/0.19/0.00/0.29)	

CMYK percentages

%26.67
%19.44
%0
%29.41

Codes

Color #8491B4 in popluar color models

8491B4
RGB132145180
HSL224°24.24%61.18%
HSB/HSV224°26.67%70.59%
CMYK26.67%19.44%0.00%
29.41%

Color #8491B4 in popluar number systems.

HEX8491B4
Decimal132145180
Binary100001001001000110110100
Octal204221264

Shades and tints

Shades of #8491B4

#8491B4
(132,145,180)
#7884A4
(120,132,164)
#6C7794
(108,119,148)
#606A84
(96,106,132)
#545D74
(84,93,116)
#485064
(72,80,100)
#3C4354
(60,67,84)
#303644
(48,54,68)
#242934
(36,41,52)
#181C24
(24,28,36)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #8491B4

#8491B4
(132,145,180)
#8F9BBA
(143,155,186)
#9AA5C0
(154,165,192)
#A5AFC6
(165,175,198)
#B0B9CC
(176,185,204)
#BBC3D2
(187,195,210)
#C6CDD8
(198,205,216)
#D1D7DE
(209,215,222)
#DCE1E4
(220,225,228)
#E7EBEA
(231,235,234)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8491B4 color. Also use rgb(132,145,180) instead hex code.

Text Font Color

.myTextColor { color: #8491B4; }

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

This text font color is #8491B4.


Background Color

.myBgColor { background-color: #8491B4; }

<div style="background-color:#8491B4">Inner text</div>

This div background color is #8491B4.


Border color

.myBorderColor { border: 1px solid #8491B4; }

<div style="border:3px solid #8491B4">Div</div>

This div border color is #8491B4.


Opacity

.myOpacity80 { color: #8491B4; opacity: 0.8; }

<p style="color:#8491B4;opacity:0.8;">80%</p>

Text with #8491B4 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 #8491B4;}

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

This text has shadow with #8491B4 color.

.textShadow {text-shadow: 3px 3px 1px #8491B4, 3px 3px 1px red;}

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

This text has shadow with #8491B4 primary color and red secondary color.


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

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

This text has shadow with #8491B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8491B4 on black background.


Color preview on white background

This text has color #8491B4 on white background.



Black color preview on #8491B4 background

This text has black color on #8491B4 background.


White color preview on #8491B4 background

This text has white color on #8491B4 background.