COLOR #8A86BA

HEX: #8A86BA
RGB: (138,134,186)

Color info

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

RGB color model

#8A86BA color RGB value is (138,134,186).

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

RGB channels and saturation

R 138 of 255 = 54%
G 134 of 255 = 53%
B 186 of 255 = 73%

138
134
186

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

Portions of RGB colors in percentages

R + G + B =
138 + 134 + 186 = 458 (100%)
R 138 of 458 ~ 30.13%
G 134 of 458 ~ 29.26%
B 186 of 458 ~ 40.61%

%30.13
%29.26
%40.61

CMYK color model

#8A86BA color CMYK value is (26,28,0,27).

  • cyan value is 25.81%
  • magenta value is 27.96%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(26,28,0,27)
C26M28Y0K27 
(26%,28%,0%,27%)
(0.26/0.28/0.00/0.27)	

CMYK percentages

%25.81
%27.96
%0
%27.06

Codes

Color #8A86BA in popluar color models

8A86BA
RGB138134186
HSL245°27.37%62.75%
HSB/HSV245°27.96%72.94%
CMYK25.81%27.96%0.00%
27.06%

Color #8A86BA in popluar number systems.

HEX8A86BA
Decimal138134186
Binary100010101000011010111010
Octal212206272

Shades and tints

Shades of #8A86BA

#8A86BA
(138,134,186)
#7E7AAA
(126,122,170)
#726E9A
(114,110,154)
#66628A
(102,98,138)
#5A567A
(90,86,122)
#4E4A6A
(78,74,106)
#423E5A
(66,62,90)
#36324A
(54,50,74)
#2A263A
(42,38,58)
#1E1A2A
(30,26,42)
#120E1A
(18,14,26)
#000000
(0,0,0)

Tints of #8A86BA

#8A86BA
(138,134,186)
#9491C0
(148,145,192)
#9E9CC6
(158,156,198)
#A8A7CC
(168,167,204)
#B2B2D2
(178,178,210)
#BCBDD8
(188,189,216)
#C6C8DE
(198,200,222)
#D0D3E4
(208,211,228)
#DADEEA
(218,222,234)
#E4E9F0
(228,233,240)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A86BA color. Also use rgb(138,134,186) instead hex code.

Text Font Color

.myTextColor { color: #8A86BA; }

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

This text font color is #8A86BA.


Background Color

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

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

This div background color is #8A86BA.


Border color

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

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

This div border color is #8A86BA.


Opacity

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

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

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

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

This text has shadow with #8A86BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A86BA on black background.


Color preview on white background

This text has color #8A86BA on white background.



Black color preview on #8A86BA background

This text has black color on #8A86BA background.


White color preview on #8A86BA background

This text has white color on #8A86BA background.