COLOR #8A8A9D

HEX: #8A8A9D
RGB: (138,138,157)

Color info

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

RGB color model

#8A8A9D color RGB value is (138,138,157).

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

RGB channels and saturation

R 138 of 255 = 54%
G 138 of 255 = 54%
B 157 of 255 = 62%

138
138
157

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

Portions of RGB colors in percentages

R + G + B =
138 + 138 + 157 = 433 (100%)
R 138 of 433 ~ 31.87%
G 138 of 433 ~ 31.87%
B 157 of 433 ~ 36.26%

%31.87
%31.87
%36.26

CMYK color model

#8A8A9D color CMYK value is (12,12,0,38).

  • cyan value is 12.10%
  • magenta value is 12.10%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(12,12,0,38)
C12M12Y0K38 
(12%,12%,0%,38%)
(0.12/0.12/0.00/0.38)	

CMYK percentages

%12.1
%12.1
%0
%38.43

Codes

Color #8A8A9D in popluar color models

8A8A9D
RGB138138157
HSL240°8.84%57.84%
HSB/HSV240°12.10%61.57%
CMYK12.10%12.10%0.00%
38.43%

Color #8A8A9D in popluar number systems.

HEX8A8A9D
Decimal138138157
Binary100010101000101010011101
Octal212212235

Shades and tints

Shades of #8A8A9D

#8A8A9D
(138,138,157)
#7E7E8F
(126,126,143)
#727281
(114,114,129)
#666673
(102,102,115)
#5A5A65
(90,90,101)
#4E4E57
(78,78,87)
#424249
(66,66,73)
#36363B
(54,54,59)
#2A2A2D
(42,42,45)
#1E1E1F
(30,30,31)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #8A8A9D

#8A8A9D
(138,138,157)
#9494A5
(148,148,165)
#9E9EAD
(158,158,173)
#A8A8B5
(168,168,181)
#B2B2BD
(178,178,189)
#BCBCC5
(188,188,197)
#C6C6CD
(198,198,205)
#D0D0D5
(208,208,213)
#DADADD
(218,218,221)
#E4E4E5
(228,228,229)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8A9D; }

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

This text font color is #8A8A9D.


Background Color

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

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

This div background color is #8A8A9D.


Border color

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

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

This div border color is #8A8A9D.


Opacity

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

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

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

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

This text has shadow with #8A8A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8A9D on black background.


Color preview on white background

This text has color #8A8A9D on white background.



Black color preview on #8A8A9D background

This text has black color on #8A8A9D background.


White color preview on #8A8A9D background

This text has white color on #8A8A9D background.