COLOR #8B8DAC

HEX: #8B8DAC
RGB: (139,141,172)

Color info

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

RGB color model

#8B8DAC color RGB value is (139,141,172).

  • red value is 139;
  • green value is 141;
  • blue value is 172.
RGB:
(139,141,172)
(55%,55%,67%)

RGB channels and saturation

R 139 of 255 = 55%
G 141 of 255 = 55%
B 172 of 255 = 67%

139
141
172

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

Portions of RGB colors in percentages

R + G + B =
139 + 141 + 172 = 452 (100%)
R 139 of 452 ~ 30.75%
G 141 of 452 ~ 31.19%
B 172 of 452 ~ 38.05%

%30.75
%31.19
%38.05

CMYK color model

#8B8DAC color CMYK value is (19,18,0,33).

  • cyan value is 19.19%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(19,18,0,33)
C19M18Y0K33 
(19%,18%,0%,33%)
(0.19/0.18/0.00/0.33)	

CMYK percentages

%19.19
%18.02
%0
%32.55

Codes

Color #8B8DAC in popluar color models

8B8DAC
RGB139141172
HSL236°16.58%60.98%
HSB/HSV236°19.19%67.45%
CMYK19.19%18.02%0.00%
32.55%

Color #8B8DAC in popluar number systems.

HEX8B8DAC
Decimal139141172
Binary100010111000110110101100
Octal213215254

Shades and tints

Shades of #8B8DAC

#8B8DAC
(139,141,172)
#7F819D
(127,129,157)
#73758E
(115,117,142)
#67697F
(103,105,127)
#5B5D70
(91,93,112)
#4F5161
(79,81,97)
#434552
(67,69,82)
#373943
(55,57,67)
#2B2D34
(43,45,52)
#1F2125
(31,33,37)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #8B8DAC

#8B8DAC
(139,141,172)
#9597B3
(149,151,179)
#9FA1BA
(159,161,186)
#A9ABC1
(169,171,193)
#B3B5C8
(179,181,200)
#BDBFCF
(189,191,207)
#C7C9D6
(199,201,214)
#D1D3DD
(209,211,221)
#DBDDE4
(219,221,228)
#E5E7EB
(229,231,235)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8DAC color. Also use rgb(139,141,172) instead hex code.

Text Font Color

.myTextColor { color: #8B8DAC; }

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

This text font color is #8B8DAC.


Background Color

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

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

This div background color is #8B8DAC.


Border color

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

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

This div border color is #8B8DAC.


Opacity

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

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

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

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

This text has shadow with #8B8DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8DAC on black background.


Color preview on white background

This text has color #8B8DAC on white background.



Black color preview on #8B8DAC background

This text has black color on #8B8DAC background.


White color preview on #8B8DAC background

This text has white color on #8B8DAC background.