COLOR #8A8AB1

HEX: #8A8AB1
RGB: (138,138,177)

Color info

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

RGB color model

#8A8AB1 color RGB value is (138,138,177).

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

RGB channels and saturation

R 138 of 255 = 54%
G 138 of 255 = 54%
B 177 of 255 = 69%

138
138
177

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

Portions of RGB colors in percentages

R + G + B =
138 + 138 + 177 = 453 (100%)
R 138 of 453 ~ 30.46%
G 138 of 453 ~ 30.46%
B 177 of 453 ~ 39.07%

%30.46
%30.46
%39.07

CMYK color model

#8A8AB1 color CMYK value is (22,22,0,31).

  • cyan value is 22.03%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(22,22,0,31)
C22M22Y0K31 
(22%,22%,0%,31%)
(0.22/0.22/0.00/0.31)	

CMYK percentages

%22.03
%22.03
%0
%30.59

Codes

Color #8A8AB1 in popluar color models

8A8AB1
RGB138138177
HSL240°20.00%61.76%
HSB/HSV240°22.03%69.41%
CMYK22.03%22.03%0.00%
30.59%

Color #8A8AB1 in popluar number systems.

HEX8A8AB1
Decimal138138177
Binary100010101000101010110001
Octal212212261

Shades and tints

Shades of #8A8AB1

#8A8AB1
(138,138,177)
#7E7EA1
(126,126,161)
#727291
(114,114,145)
#666681
(102,102,129)
#5A5A71
(90,90,113)
#4E4E61
(78,78,97)
#424251
(66,66,81)
#363641
(54,54,65)
#2A2A31
(42,42,49)
#1E1E21
(30,30,33)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #8A8AB1

#8A8AB1
(138,138,177)
#9494B8
(148,148,184)
#9E9EBF
(158,158,191)
#A8A8C6
(168,168,198)
#B2B2CD
(178,178,205)
#BCBCD4
(188,188,212)
#C6C6DB
(198,198,219)
#D0D0E2
(208,208,226)
#DADAE9
(218,218,233)
#E4E4F0
(228,228,240)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8AB1; }

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

This text font color is #8A8AB1.


Background Color

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

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

This div background color is #8A8AB1.


Border color

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

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

This div border color is #8A8AB1.


Opacity

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

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

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

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

This text has shadow with #8A8AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8AB1 on black background.


Color preview on white background

This text has color #8A8AB1 on white background.



Black color preview on #8A8AB1 background

This text has black color on #8A8AB1 background.


White color preview on #8A8AB1 background

This text has white color on #8A8AB1 background.