COLOR #8A828B

HEX: #8A828B
RGB: (138,130,139)

Color info

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

RGB color model

#8A828B color RGB value is (138,130,139).

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

RGB channels and saturation

R 138 of 255 = 54%
G 130 of 255 = 51%
B 139 of 255 = 55%

138
130
139

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

Portions of RGB colors in percentages

R + G + B =
138 + 130 + 139 = 407 (100%)
R 138 of 407 ~ 33.91%
G 130 of 407 ~ 31.94%
B 139 of 407 ~ 34.15%

%33.91
%31.94
%34.15

CMYK color model

#8A828B color CMYK value is (1,6,0,45).

  • cyan value is 0.72%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(1,6,0,45)
C1M6Y0K45 
(1%,6%,0%,45%)
(0.01/0.06/0.00/0.45)	

CMYK percentages

%0.72
%6.47
%0
%45.49

Codes

Color #8A828B in popluar color models

8A828B
RGB138130139
HSL293°3.73%52.75%
HSB/HSV293°6.47%54.51%
CMYK0.72%6.47%0.00%
45.49%

Color #8A828B in popluar number systems.

HEX8A828B
Decimal138130139
Binary100010101000001010001011
Octal212202213

Shades and tints

Shades of #8A828B

#8A828B
(138,130,139)
#7E777F
(126,119,127)
#726C73
(114,108,115)
#666167
(102,97,103)
#5A565B
(90,86,91)
#4E4B4F
(78,75,79)
#424043
(66,64,67)
#363537
(54,53,55)
#2A2A2B
(42,42,43)
#1E1F1F
(30,31,31)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #8A828B

#8A828B
(138,130,139)
#948D95
(148,141,149)
#9E989F
(158,152,159)
#A8A3A9
(168,163,169)
#B2AEB3
(178,174,179)
#BCB9BD
(188,185,189)
#C6C4C7
(198,196,199)
#D0CFD1
(208,207,209)
#DADADB
(218,218,219)
#E4E5E5
(228,229,229)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A828B; }

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

This text font color is #8A828B.


Background Color

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

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

This div background color is #8A828B.


Border color

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

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

This div border color is #8A828B.


Opacity

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

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

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

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

This text has shadow with #8A828B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A828B on black background.


Color preview on white background

This text has color #8A828B on white background.



Black color preview on #8A828B background

This text has black color on #8A828B background.


White color preview on #8A828B background

This text has white color on #8A828B background.