COLOR #8A87AC

HEX: #8A87AC
RGB: (138,135,172)

Color info

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

RGB color model

#8A87AC color RGB value is (138,135,172).

  • red value is 138;
  • green value is 135;
  • blue value is 172.
RGB:
(138,135,172)
(54%,53%,67%)

RGB channels and saturation

R 138 of 255 = 54%
G 135 of 255 = 53%
B 172 of 255 = 67%

138
135
172

R + G + B ~ 58%. #8A87AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 135 + 172 = 445 (100%)
R 138 of 445 ~ 31.01%
G 135 of 445 ~ 30.34%
B 172 of 445 ~ 38.65%

%31.01
%30.34
%38.65

CMYK color model

#8A87AC color CMYK value is (20,22,0,33).

  • cyan value is 19.77%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(20,22,0,33)
C20M22Y0K33 
(20%,22%,0%,33%)
(0.20/0.22/0.00/0.33)	

CMYK percentages

%19.77
%21.51
%0
%32.55

Codes

Color #8A87AC in popluar color models

8A87AC
RGB138135172
HSL245°18.23%60.20%
HSB/HSV245°21.51%67.45%
CMYK19.77%21.51%0.00%
32.55%

Color #8A87AC in popluar number systems.

HEX8A87AC
Decimal138135172
Binary100010101000011110101100
Octal212207254

Shades and tints

Shades of #8A87AC

#8A87AC
(138,135,172)
#7E7B9D
(126,123,157)
#726F8E
(114,111,142)
#66637F
(102,99,127)
#5A5770
(90,87,112)
#4E4B61
(78,75,97)
#423F52
(66,63,82)
#363343
(54,51,67)
#2A2734
(42,39,52)
#1E1B25
(30,27,37)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #8A87AC

#8A87AC
(138,135,172)
#9491B3
(148,145,179)
#9E9BBA
(158,155,186)
#A8A5C1
(168,165,193)
#B2AFC8
(178,175,200)
#BCB9CF
(188,185,207)
#C6C3D6
(198,195,214)
#D0CDDD
(208,205,221)
#DAD7E4
(218,215,228)
#E4E1EB
(228,225,235)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A87AC color. Also use rgb(138,135,172) instead hex code.

Text Font Color

.myTextColor { color: #8A87AC; }

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

This text font color is #8A87AC.


Background Color

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

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

This div background color is #8A87AC.


Border color

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

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

This div border color is #8A87AC.


Opacity

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

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

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

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

This text has shadow with #8A87AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A87AC on black background.


Color preview on white background

This text has color #8A87AC on white background.



Black color preview on #8A87AC background

This text has black color on #8A87AC background.


White color preview on #8A87AC background

This text has white color on #8A87AC background.