COLOR #8487AB

HEX: #8487AB
RGB: (132,135,171)

Color info

#8487AB contains red, green and blue colors in about the same proportion. Web safe color of #8487AB is #999999 (or #999).

RGB color model

#8487AB color RGB value is (132,135,171).

  • red value is 132;
  • green value is 135;
  • blue value is 171.
RGB:
(132,135,171)
(52%,53%,67%)

RGB channels and saturation

R 132 of 255 = 52%
G 135 of 255 = 53%
B 171 of 255 = 67%

132
135
171

R + G + B ~ 57%. #8487AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 135 + 171 = 438 (100%)
R 132 of 438 ~ 30.14%
G 135 of 438 ~ 30.82%
B 171 of 438 ~ 39.04%

%30.14
%30.82
%39.04

CMYK color model

#8487AB color CMYK value is (23,21,0,33).

  • cyan value is 22.81%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(23,21,0,33)
C23M21Y0K33 
(23%,21%,0%,33%)
(0.23/0.21/0.00/0.33)	

CMYK percentages

%22.81
%21.05
%0
%32.94

Codes

Color #8487AB in popluar color models

8487AB
RGB132135171
HSL235°18.84%59.41%
HSB/HSV235°22.81%67.06%
CMYK22.81%21.05%0.00%
32.94%

Color #8487AB in popluar number systems.

HEX8487AB
Decimal132135171
Binary100001001000011110101011
Octal204207253

Shades and tints

Shades of #8487AB

#8487AB
(132,135,171)
#787B9C
(120,123,156)
#6C6F8D
(108,111,141)
#60637E
(96,99,126)
#54576F
(84,87,111)
#484B60
(72,75,96)
#3C3F51
(60,63,81)
#303342
(48,51,66)
#242733
(36,39,51)
#181B24
(24,27,36)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #8487AB

#8487AB
(132,135,171)
#8F91B2
(143,145,178)
#9A9BB9
(154,155,185)
#A5A5C0
(165,165,192)
#B0AFC7
(176,175,199)
#BBB9CE
(187,185,206)
#C6C3D5
(198,195,213)
#D1CDDC
(209,205,220)
#DCD7E3
(220,215,227)
#E7E1EA
(231,225,234)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8487AB color. Also use rgb(132,135,171) instead hex code.

Text Font Color

.myTextColor { color: #8487AB; }

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

This text font color is #8487AB.


Background Color

.myBgColor { background-color: #8487AB; }

<div style="background-color:#8487AB">Inner text</div>

This div background color is #8487AB.


Border color

.myBorderColor { border: 1px solid #8487AB; }

<div style="border:3px solid #8487AB">Div</div>

This div border color is #8487AB.


Opacity

.myOpacity80 { color: #8487AB; opacity: 0.8; }

<p style="color:#8487AB;opacity:0.8;">80%</p>

Text with #8487AB 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 #8487AB;}

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

This text has shadow with #8487AB color.

.textShadow {text-shadow: 3px 3px 1px #8487AB, 3px 3px 1px red;}

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

This text has shadow with #8487AB primary color and red secondary color.


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

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

This text has shadow with #8487AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8487AB on black background.


Color preview on white background

This text has color #8487AB on white background.



Black color preview on #8487AB background

This text has black color on #8487AB background.


White color preview on #8487AB background

This text has white color on #8487AB background.