COLOR #8B809B

HEX: #8B809B
RGB: (139,128,155)

Color info

#8B809B contains red, green and blue colors in about the same proportion. Web safe color of #8B809B is #996699 (or #969).

RGB color model

#8B809B color RGB value is (139,128,155).

  • red value is 139;
  • green value is 128;
  • blue value is 155.
RGB:
(139,128,155)
(55%,50%,61%)

RGB channels and saturation

R 139 of 255 = 55%
G 128 of 255 = 50%
B 155 of 255 = 61%

139
128
155

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

Portions of RGB colors in percentages

R + G + B =
139 + 128 + 155 = 422 (100%)
R 139 of 422 ~ 32.94%
G 128 of 422 ~ 30.33%
B 155 of 422 ~ 36.73%

%32.94
%30.33
%36.73

CMYK color model

#8B809B color CMYK value is (10,17,0,39).

  • cyan value is 10.32%
  • magenta value is 17.42%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(10,17,0,39)
C10M17Y0K39 
(10%,17%,0%,39%)
(0.10/0.17/0.00/0.39)	

CMYK percentages

%10.32
%17.42
%0
%39.22

Codes

Color #8B809B in popluar color models

8B809B
RGB139128155
HSL264°11.89%55.49%
HSB/HSV264°17.42%60.78%
CMYK10.32%17.42%0.00%
39.22%

Color #8B809B in popluar number systems.

HEX8B809B
Decimal139128155
Binary100010111000000010011011
Octal213200233

Shades and tints

Shades of #8B809B

#8B809B
(139,128,155)
#7F758D
(127,117,141)
#736A7F
(115,106,127)
#675F71
(103,95,113)
#5B5463
(91,84,99)
#4F4955
(79,73,85)
#433E47
(67,62,71)
#373339
(55,51,57)
#2B282B
(43,40,43)
#1F1D1D
(31,29,29)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #8B809B

#8B809B
(139,128,155)
#958BA4
(149,139,164)
#9F96AD
(159,150,173)
#A9A1B6
(169,161,182)
#B3ACBF
(179,172,191)
#BDB7C8
(189,183,200)
#C7C2D1
(199,194,209)
#D1CDDA
(209,205,218)
#DBD8E3
(219,216,227)
#E5E3EC
(229,227,236)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B809B color. Also use rgb(139,128,155) instead hex code.

Text Font Color

.myTextColor { color: #8B809B; }

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

This text font color is #8B809B.


Background Color

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

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

This div background color is #8B809B.


Border color

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

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

This div border color is #8B809B.


Opacity

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

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

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

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

This text has shadow with #8B809B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B809B on black background.


Color preview on white background

This text has color #8B809B on white background.



Black color preview on #8B809B background

This text has black color on #8B809B background.


White color preview on #8B809B background

This text has white color on #8B809B background.