COLOR #8A828E

HEX: #8A828E
RGB: (138,130,142)

Color info

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

RGB color model

#8A828E color RGB value is (138,130,142).

  • red value is 138;
  • green value is 130;
  • blue value is 142.
RGB:
(138,130,142)
(54%,51%,56%)

RGB channels and saturation

R 138 of 255 = 54%
G 130 of 255 = 51%
B 142 of 255 = 56%

138
130
142

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

Portions of RGB colors in percentages

R + G + B =
138 + 130 + 142 = 410 (100%)
R 138 of 410 ~ 33.66%
G 130 of 410 ~ 31.71%
B 142 of 410 ~ 34.63%

%33.66
%31.71
%34.63

CMYK color model

#8A828E color CMYK value is (3,8,0,44).

  • cyan value is 2.82%
  • magenta value is 8.45%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(3,8,0,44)
C3M8Y0K44 
(3%,8%,0%,44%)
(0.03/0.08/0.00/0.44)	

CMYK percentages

%2.82
%8.45
%0
%44.31

Codes

Color #8A828E in popluar color models

8A828E
RGB138130142
HSL280°5.04%53.33%
HSB/HSV280°8.45%55.69%
CMYK2.82%8.45%0.00%
44.31%

Color #8A828E in popluar number systems.

HEX8A828E
Decimal138130142
Binary100010101000001010001110
Octal212202216

Shades and tints

Shades of #8A828E

#8A828E
(138,130,142)
#7E7782
(126,119,130)
#726C76
(114,108,118)
#66616A
(102,97,106)
#5A565E
(90,86,94)
#4E4B52
(78,75,82)
#424046
(66,64,70)
#36353A
(54,53,58)
#2A2A2E
(42,42,46)
#1E1F22
(30,31,34)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #8A828E

#8A828E
(138,130,142)
#948D98
(148,141,152)
#9E98A2
(158,152,162)
#A8A3AC
(168,163,172)
#B2AEB6
(178,174,182)
#BCB9C0
(188,185,192)
#C6C4CA
(198,196,202)
#D0CFD4
(208,207,212)
#DADADE
(218,218,222)
#E4E5E8
(228,229,232)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A828E; }

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

This text font color is #8A828E.


Background Color

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

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

This div background color is #8A828E.


Border color

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

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

This div border color is #8A828E.


Opacity

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

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

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

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

This text has shadow with #8A828E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A828E on black background.


Color preview on white background

This text has color #8A828E on white background.



Black color preview on #8A828E background

This text has black color on #8A828E background.


White color preview on #8A828E background

This text has white color on #8A828E background.