COLOR #8A8ABA

HEX: #8A8ABA
RGB: (138,138,186)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
138
186

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

Portions of RGB colors in percentages

R + G + B =
138 + 138 + 186 = 462 (100%)
R 138 of 462 ~ 29.87%
G 138 of 462 ~ 29.87%
B 186 of 462 ~ 40.26%

%29.87
%29.87
%40.26

CMYK color model

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

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

CMYK percentages

%25.81
%25.81
%0
%27.06

Codes

Color #8A8ABA in popluar color models

8A8ABA
RGB138138186
HSL240°25.81%63.53%
HSB/HSV240°25.81%72.94%
CMYK25.81%25.81%0.00%
27.06%

Color #8A8ABA in popluar number systems.

HEX8A8ABA
Decimal138138186
Binary100010101000101010111010
Octal212212272

Shades and tints

Shades of #8A8ABA

#8A8ABA
(138,138,186)
#7E7EAA
(126,126,170)
#72729A
(114,114,154)
#66668A
(102,102,138)
#5A5A7A
(90,90,122)
#4E4E6A
(78,78,106)
#42425A
(66,66,90)
#36364A
(54,54,74)
#2A2A3A
(42,42,58)
#1E1E2A
(30,30,42)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #8A8ABA

#8A8ABA
(138,138,186)
#9494C0
(148,148,192)
#9E9EC6
(158,158,198)
#A8A8CC
(168,168,204)
#B2B2D2
(178,178,210)
#BCBCD8
(188,188,216)
#C6C6DE
(198,198,222)
#D0D0E4
(208,208,228)
#DADAEA
(218,218,234)
#E4E4F0
(228,228,240)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8ABA; }

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

This text font color is #8A8ABA.


Background Color

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

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

This div background color is #8A8ABA.


Border color

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

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

This div border color is #8A8ABA.


Opacity

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

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

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

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

This text has shadow with #8A8ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8ABA on black background.


Color preview on white background

This text has color #8A8ABA on white background.



Black color preview on #8A8ABA background

This text has black color on #8A8ABA background.


White color preview on #8A8ABA background

This text has white color on #8A8ABA background.