COLOR #8A829C

HEX: #8A829C
RGB: (138,130,156)

Color info

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

RGB color model

#8A829C color RGB value is (138,130,156).

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

RGB channels and saturation

R 138 of 255 = 54%
G 130 of 255 = 51%
B 156 of 255 = 61%

138
130
156

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

Portions of RGB colors in percentages

R + G + B =
138 + 130 + 156 = 424 (100%)
R 138 of 424 ~ 32.55%
G 130 of 424 ~ 30.66%
B 156 of 424 ~ 36.79%

%32.55
%30.66
%36.79

CMYK color model

#8A829C color CMYK value is (12,17,0,39).

  • cyan value is 11.54%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(12,17,0,39)
C12M17Y0K39 
(12%,17%,0%,39%)
(0.12/0.17/0.00/0.39)	

CMYK percentages

%11.54
%16.67
%0
%38.82

Codes

Color #8A829C in popluar color models

8A829C
RGB138130156
HSL258°11.61%56.08%
HSB/HSV258°16.67%61.18%
CMYK11.54%16.67%0.00%
38.82%

Color #8A829C in popluar number systems.

HEX8A829C
Decimal138130156
Binary100010101000001010011100
Octal212202234

Shades and tints

Shades of #8A829C

#8A829C
(138,130,156)
#7E778E
(126,119,142)
#726C80
(114,108,128)
#666172
(102,97,114)
#5A5664
(90,86,100)
#4E4B56
(78,75,86)
#424048
(66,64,72)
#36353A
(54,53,58)
#2A2A2C
(42,42,44)
#1E1F1E
(30,31,30)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #8A829C

#8A829C
(138,130,156)
#948DA5
(148,141,165)
#9E98AE
(158,152,174)
#A8A3B7
(168,163,183)
#B2AEC0
(178,174,192)
#BCB9C9
(188,185,201)
#C6C4D2
(198,196,210)
#D0CFDB
(208,207,219)
#DADAE4
(218,218,228)
#E4E5ED
(228,229,237)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A829C; }

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

This text font color is #8A829C.


Background Color

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

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

This div background color is #8A829C.


Border color

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

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

This div border color is #8A829C.


Opacity

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

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

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

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

This text has shadow with #8A829C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A829C on black background.


Color preview on white background

This text has color #8A829C on white background.



Black color preview on #8A829C background

This text has black color on #8A829C background.


White color preview on #8A829C background

This text has white color on #8A829C background.