COLOR #8B829D

HEX: #8B829D
RGB: (139,130,157)

Color info

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

RGB color model

#8B829D color RGB value is (139,130,157).

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

RGB channels and saturation

R 139 of 255 = 55%
G 130 of 255 = 51%
B 157 of 255 = 62%

139
130
157

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

Portions of RGB colors in percentages

R + G + B =
139 + 130 + 157 = 426 (100%)
R 139 of 426 ~ 32.63%
G 130 of 426 ~ 30.52%
B 157 of 426 ~ 36.85%

%32.63
%30.52
%36.85

CMYK color model

#8B829D color CMYK value is (11,17,0,38).

  • cyan value is 11.46%
  • magenta value is 17.20%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(11,17,0,38)
C11M17Y0K38 
(11%,17%,0%,38%)
(0.11/0.17/0.00/0.38)	

CMYK percentages

%11.46
%17.2
%0
%38.43

Codes

Color #8B829D in popluar color models

8B829D
RGB139130157
HSL260°12.11%56.27%
HSB/HSV260°17.20%61.57%
CMYK11.46%17.20%0.00%
38.43%

Color #8B829D in popluar number systems.

HEX8B829D
Decimal139130157
Binary100010111000001010011101
Octal213202235

Shades and tints

Shades of #8B829D

#8B829D
(139,130,157)
#7F778F
(127,119,143)
#736C81
(115,108,129)
#676173
(103,97,115)
#5B5665
(91,86,101)
#4F4B57
(79,75,87)
#434049
(67,64,73)
#37353B
(55,53,59)
#2B2A2D
(43,42,45)
#1F1F1F
(31,31,31)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #8B829D

#8B829D
(139,130,157)
#958DA5
(149,141,165)
#9F98AD
(159,152,173)
#A9A3B5
(169,163,181)
#B3AEBD
(179,174,189)
#BDB9C5
(189,185,197)
#C7C4CD
(199,196,205)
#D1CFD5
(209,207,213)
#DBDADD
(219,218,221)
#E5E5E5
(229,229,229)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B829D; }

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

This text font color is #8B829D.


Background Color

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

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

This div background color is #8B829D.


Border color

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

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

This div border color is #8B829D.


Opacity

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

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

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

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

This text has shadow with #8B829D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B829D on black background.


Color preview on white background

This text has color #8B829D on white background.



Black color preview on #8B829D background

This text has black color on #8B829D background.


White color preview on #8B829D background

This text has white color on #8B829D background.