COLOR #8B93AA

HEX: #8B93AA
RGB: (139,147,170)

Color info

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

RGB color model

#8B93AA color RGB value is (139,147,170).

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

RGB channels and saturation

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

139
147
170

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

Portions of RGB colors in percentages

R + G + B =
139 + 147 + 170 = 456 (100%)
R 139 of 456 ~ 30.48%
G 147 of 456 ~ 32.24%
B 170 of 456 ~ 37.28%

%30.48
%32.24
%37.28

CMYK color model

#8B93AA color CMYK value is (18,14,0,33).

  • cyan value is 18.24%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(18,14,0,33)
C18M14Y0K33 
(18%,14%,0%,33%)
(0.18/0.14/0.00/0.33)	

CMYK percentages

%18.24
%13.53
%0
%33.33

Codes

Color #8B93AA in popluar color models

8B93AA
RGB139147170
HSL225°15.42%60.59%
HSB/HSV225°18.24%66.67%
CMYK18.24%13.53%0.00%
33.33%

Color #8B93AA in popluar number systems.

HEX8B93AA
Decimal139147170
Binary100010111001001110101010
Octal213223252

Shades and tints

Shades of #8B93AA

#8B93AA
(139,147,170)
#7F869B
(127,134,155)
#73798C
(115,121,140)
#676C7D
(103,108,125)
#5B5F6E
(91,95,110)
#4F525F
(79,82,95)
#434550
(67,69,80)
#373841
(55,56,65)
#2B2B32
(43,43,50)
#1F1E23
(31,30,35)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #8B93AA

#8B93AA
(139,147,170)
#959CB1
(149,156,177)
#9FA5B8
(159,165,184)
#A9AEBF
(169,174,191)
#B3B7C6
(179,183,198)
#BDC0CD
(189,192,205)
#C7C9D4
(199,201,212)
#D1D2DB
(209,210,219)
#DBDBE2
(219,219,226)
#E5E4E9
(229,228,233)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B93AA; }

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

This text font color is #8B93AA.


Background Color

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

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

This div background color is #8B93AA.


Border color

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

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

This div border color is #8B93AA.


Opacity

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

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

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

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

This text has shadow with #8B93AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B93AA on black background.


Color preview on white background

This text has color #8B93AA on white background.



Black color preview on #8B93AA background

This text has black color on #8B93AA background.


White color preview on #8B93AA background

This text has white color on #8B93AA background.