COLOR #8B8FAD

HEX: #8B8FAD RGB: (139,143,173)

Color info

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

RGB color model

#8B8FAD color RGB value is (139,143,173).

RGB: (139,143,173) (55%, 56%, 68%)

RGB channels and saturation

R 139 of 255 = 55%
G 143 of 255 = 56%
B 173 of 255 = 68%

139
143
173

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

Portions of RGB colors in percentages

R + G + B = 139 + 143 + 173 = 455 (100%)
R 139 of 455 ~ 30.55%
G 143 of 455 ~ 31.43%
B 173 of 455 ~ 38.02'%

%30.55
%31.43
%38.02

CMYK color model

#8B8FAD color CMYK value is (20,17,0,32).

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

CMYK: (20,17,0,32)
C20M17Y0K32 (20%, 17%, 0%, 32%)
(0.20 / 0.17 / 0.00 / 0.32)

CMYK percentages

%19.65
%17.34
%0
%32.16

Codes

Color #8B8FAD in popluar color models

8B 8F AD
RGB 139 143 173
HSL 233° 17.17% 61.18%
HSB/HSV 233° 19.65% 67.84%
CMYK 19.65% 17.34% 0.00%
32.16%

Color #8B8FAD in popluar number systems.

HEX 8B 8F AD
Decimal 139 143 173
Binary 10001011 10001111 10101101
Octal 213 217 255

Shades and tints

Shades of #8B8FAD

#8B8FAD
(139,143,173)
#7F829E
(127,130,158)
#73758F
(115,117,143)
#676880
(103,104,128)
#5B5B71
(91,91,113)
#4F4E62
(79,78,98)
#434153
(67,65,83)
#373444
(55,52,68)
#2B2735
(43,39,53)
#1F1A26
(31,26,38)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #8B8FAD

#8B8FAD
(139,143,173)
#9599B4
(149,153,180)
#9FA3BB
(159,163,187)
#A9ADC2
(169,173,194)
#B3B7C9
(179,183,201)
#BDC1D0
(189,193,208)
#C7CBD7
(199,203,215)
#D1D5DE
(209,213,222)
#DBDFE5
(219,223,229)
#E5E9EC
(229,233,236)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8FAD; }

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

This text font color is #8B8FAD.

Background Color

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

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

This div background color is #8B8FAD.

Border color

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

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

This div border color is #8B8FAD.

Opacity

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

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

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

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

This text has shadow with #8B8FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B8FAD.

Preview

Color preview on black background

This text has color #8B8FAD on black background.


Color preview on white background

This text has color #8B8FAD on white background.


Black color preview on #8B8FAD background

This text has black color on #8B8FAD background.


White color preview on #8B8FAD background

This text has white color on #8B8FAD background.


Related colors

Complementary color

Complementary color for #hex is #747052.


I love getcolorcode.com

Triadic colors

1 #AD8B8F and #8FAD8B with #8B8FAD are triadic colors.

2 #AD8F8B and #8F8BAD with #8B8FAD are triadic colors.