COLOR #8B93AB

HEX: #8B93AB
RGB: (139,147,171)

Color info

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

RGB color model

#8B93AB color RGB value is (139,147,171).

  • red value is 139;
  • green value is 147;
  • blue value is 171.
RGB:
(139,147,171)
(55%,58%,67%)

RGB channels and saturation

R 139 of 255 = 55%
G 147 of 255 = 58%
B 171 of 255 = 67%

139
147
171

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

Portions of RGB colors in percentages

R + G + B =
139 + 147 + 171 = 457 (100%)
R 139 of 457 ~ 30.42%
G 147 of 457 ~ 32.17%
B 171 of 457 ~ 37.42%

%30.42
%32.17
%37.42

CMYK color model

#8B93AB color CMYK value is (19,14,0,33).

  • cyan value is 18.71%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(19,14,0,33)
C19M14Y0K33 
(19%,14%,0%,33%)
(0.19/0.14/0.00/0.33)	

CMYK percentages

%18.71
%14.04
%0
%32.94

Codes

Color #8B93AB in popluar color models

8B93AB
RGB139147171
HSL225°16.00%60.78%
HSB/HSV225°18.71%67.06%
CMYK18.71%14.04%0.00%
32.94%

Color #8B93AB in popluar number systems.

HEX8B93AB
Decimal139147171
Binary100010111001001110101011
Octal213223253

Shades and tints

Shades of #8B93AB

#8B93AB
(139,147,171)
#7F869C
(127,134,156)
#73798D
(115,121,141)
#676C7E
(103,108,126)
#5B5F6F
(91,95,111)
#4F5260
(79,82,96)
#434551
(67,69,81)
#373842
(55,56,66)
#2B2B33
(43,43,51)
#1F1E24
(31,30,36)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #8B93AB

#8B93AB
(139,147,171)
#959CB2
(149,156,178)
#9FA5B9
(159,165,185)
#A9AEC0
(169,174,192)
#B3B7C7
(179,183,199)
#BDC0CE
(189,192,206)
#C7C9D5
(199,201,213)
#D1D2DC
(209,210,220)
#DBDBE3
(219,219,227)
#E5E4EA
(229,228,234)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B93AB color. Also use rgb(139,147,171) instead hex code.

Text Font Color

.myTextColor { color: #8B93AB; }

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

This text font color is #8B93AB.


Background Color

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

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

This div background color is #8B93AB.


Border color

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

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

This div border color is #8B93AB.


Opacity

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

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

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

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

This text has shadow with #8B93AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B93AB on black background.


Color preview on white background

This text has color #8B93AB on white background.



Black color preview on #8B93AB background

This text has black color on #8B93AB background.


White color preview on #8B93AB background

This text has white color on #8B93AB background.