COLOR #8B93AD

HEX: #8B93AD RGB: (139,147,173)

Color info

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

RGB color model

#8B93AD color RGB value is (139,147,173).

RGB: (139,147,173) (55%, 58%, 68%)

RGB channels and saturation

R 139 of 255 = 55%
G 147 of 255 = 58%
B 173 of 255 = 68%

139
147
173

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

Portions of RGB colors in percentages

R + G + B = 139 + 147 + 173 = 459 (100%)
R 139 of 459 ~ 30.28%
G 147 of 459 ~ 32.03%
B 173 of 459 ~ 37.69'%

%30.28
%32.03
%37.69

CMYK color model

#8B93AD color CMYK value is (20,15,0,32).

  • cyan value is 19.65%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (20,15,0,32)
C20M15Y0K32 (20%, 15%, 0%, 32%)
(0.20 / 0.15 / 0.00 / 0.32)

CMYK percentages

%19.65
%15.03
%0
%32.16

Codes

Color #8B93AD in popluar color models

8B 93 AD
RGB 139 147 173
HSL 226° 17.17% 61.18%
HSB/HSV 226° 19.65% 67.84%
CMYK 19.65% 15.03% 0.00%
32.16%

Color #8B93AD in popluar number systems.

HEX 8B 93 AD
Decimal 139 147 173
Binary 10001011 10010011 10101101
Octal 213 223 255

Shades and tints

Shades of #8B93AD

#8B93AD
(139,147,173)
#7F869E
(127,134,158)
#73798F
(115,121,143)
#676C80
(103,108,128)
#5B5F71
(91,95,113)
#4F5262
(79,82,98)
#434553
(67,69,83)
#373844
(55,56,68)
#2B2B35
(43,43,53)
#1F1E26
(31,30,38)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #8B93AD

#8B93AD
(139,147,173)
#959CB4
(149,156,180)
#9FA5BB
(159,165,187)
#A9AEC2
(169,174,194)
#B3B7C9
(179,183,201)
#BDC0D0
(189,192,208)
#C7C9D7
(199,201,215)
#D1D2DE
(209,210,222)
#DBDBE5
(219,219,229)
#E5E4EC
(229,228,236)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B93AD; }

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

This text font color is #8B93AD.

Background Color

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

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

This div background color is #8B93AD.

Border color

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

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

This div border color is #8B93AD.

Opacity

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

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

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

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

This text has shadow with #8B93AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B93AD.

Preview

Color preview on black background

This text has color #8B93AD on black background.


Color preview on white background

This text has color #8B93AD on white background.


Black color preview on #8B93AD background

This text has black color on #8B93AD background.


White color preview on #8B93AD background

This text has white color on #8B93AD background.


Related colors

Complementary color

Complementary color for #hex is #746C52.


I love getcolorcode.com

Triadic colors

1 #AD8B93 and #93AD8B with #8B93AD are triadic colors.

2 #AD938B and #938BAD with #8B93AD are triadic colors.