COLOR #8A8EA2

HEX: #8A8EA2 RGB: (138,142,162)

Color info

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

RGB color model

#8A8EA2 color RGB value is (138,142,162).

RGB: (138,142,162) (54%, 56%, 64%)

RGB channels and saturation

R 138 of 255 = 54%
G 142 of 255 = 56%
B 162 of 255 = 64%

138
142
162

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

Portions of RGB colors in percentages

R + G + B = 138 + 142 + 162 = 442 (100%)
R 138 of 442 ~ 31.22%
G 142 of 442 ~ 32.13%
B 162 of 442 ~ 36.65'%

%31.22
%32.13
%36.65

CMYK color model

#8A8EA2 color CMYK value is (15,12,0,36).

  • cyan value is 14.81%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (15,12,0,36)
C15M12Y0K36 (15%, 12%, 0%, 36%)
(0.15 / 0.12 / 0.00 / 0.36)

CMYK percentages

%14.81
%12.35
%0
%36.47

Codes

Color #8A8EA2 in popluar color models

8A 8E A2
RGB 138 142 162
HSL 230° 11.43% 58.82%
HSB/HSV 230° 14.81% 63.53%
CMYK 14.81% 12.35% 0.00%
36.47%

Color #8A8EA2 in popluar number systems.

HEX 8A 8E A2
Decimal 138 142 162
Binary 10001010 10001110 10100010
Octal 212 216 242

Shades and tints

Shades of #8A8EA2

#8A8EA2
(138,142,162)
#7E8294
(126,130,148)
#727686
(114,118,134)
#666A78
(102,106,120)
#5A5E6A
(90,94,106)
#4E525C
(78,82,92)
#42464E
(66,70,78)
#363A40
(54,58,64)
#2A2E32
(42,46,50)
#1E2224
(30,34,36)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #8A8EA2

#8A8EA2
(138,142,162)
#9498AA
(148,152,170)
#9EA2B2
(158,162,178)
#A8ACBA
(168,172,186)
#B2B6C2
(178,182,194)
#BCC0CA
(188,192,202)
#C6CAD2
(198,202,210)
#D0D4DA
(208,212,218)
#DADEE2
(218,222,226)
#E4E8EA
(228,232,234)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8EA2; }

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

This text font color is #8A8EA2.

Background Color

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

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

This div background color is #8A8EA2.

Border color

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

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

This div border color is #8A8EA2.

Opacity

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

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

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

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

This text has shadow with #8A8EA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8EA2.

Preview

Color preview on black background

This text has color #8A8EA2 on black background.


Color preview on white background

This text has color #8A8EA2 on white background.


Black color preview on #8A8EA2 background

This text has black color on #8A8EA2 background.


White color preview on #8A8EA2 background

This text has white color on #8A8EA2 background.


Related colors

Complementary color

Complementary color for #hex is #75715D.


I love getcolorcode.com

Triadic colors

1 #A28A8E and #8EA28A with #8A8EA2 are triadic colors.

2 #A28E8A and #8E8AA2 with #8A8EA2 are triadic colors.