COLOR #8A829D

HEX: #8A829D
RGB: (138,130,157)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
130
157

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

Portions of RGB colors in percentages

R + G + B =
138 + 130 + 157 = 425 (100%)
R 138 of 425 ~ 32.47%
G 130 of 425 ~ 30.59%
B 157 of 425 ~ 36.94%

%32.47
%30.59
%36.94

CMYK color model

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

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

CMYK percentages

%12.1
%17.2
%0
%38.43

Codes

Color #8A829D in popluar color models

8A829D
RGB138130157
HSL258°12.11%56.27%
HSB/HSV258°17.20%61.57%
CMYK12.10%17.20%0.00%
38.43%

Color #8A829D in popluar number systems.

HEX8A829D
Decimal138130157
Binary100010101000001010011101
Octal212202235

Shades and tints

Shades of #8A829D

#8A829D
(138,130,157)
#7E778F
(126,119,143)
#726C81
(114,108,129)
#666173
(102,97,115)
#5A5665
(90,86,101)
#4E4B57
(78,75,87)
#424049
(66,64,73)
#36353B
(54,53,59)
#2A2A2D
(42,42,45)
#1E1F1F
(30,31,31)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #8A829D

#8A829D
(138,130,157)
#948DA5
(148,141,165)
#9E98AD
(158,152,173)
#A8A3B5
(168,163,181)
#B2AEBD
(178,174,189)
#BCB9C5
(188,185,197)
#C6C4CD
(198,196,205)
#D0CFD5
(208,207,213)
#DADADD
(218,218,221)
#E4E5E5
(228,229,229)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A829D; }

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

This text font color is #8A829D.


Background Color

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

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

This div background color is #8A829D.


Border color

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

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

This div border color is #8A829D.


Opacity

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

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

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

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

This text has shadow with #8A829D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A829D on black background.


Color preview on white background

This text has color #8A829D on white background.



Black color preview on #8A829D background

This text has black color on #8A829D background.


White color preview on #8A829D background

This text has white color on #8A829D background.