COLOR #8B8FAE

HEX: #8B8FAE
RGB: (139,143,174)

Color info

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

RGB color model

#8B8FAE color RGB value is (139,143,174).

  • red value is 139;
  • green value is 143;
  • blue value is 174.
RGB:
(139,143,174)
(55%,56%,68%)

RGB channels and saturation

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

139
143
174

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

Portions of RGB colors in percentages

R + G + B =
139 + 143 + 174 = 456 (100%)
R 139 of 456 ~ 30.48%
G 143 of 456 ~ 31.36%
B 174 of 456 ~ 38.16%

%30.48
%31.36
%38.16

CMYK color model

#8B8FAE color CMYK value is (20,18,0,32).

  • cyan value is 20.11%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(20,18,0,32)
C20M18Y0K32 
(20%,18%,0%,32%)
(0.20/0.18/0.00/0.32)	

CMYK percentages

%20.11
%17.82
%0
%31.76

Codes

Color #8B8FAE in popluar color models

8B8FAE
RGB139143174
HSL233°17.77%61.37%
HSB/HSV233°20.11%68.24%
CMYK20.11%17.82%0.00%
31.76%

Color #8B8FAE in popluar number systems.

HEX8B8FAE
Decimal139143174
Binary100010111000111110101110
Octal213217256

Shades and tints

Shades of #8B8FAE

#8B8FAE
(139,143,174)
#7F829F
(127,130,159)
#737590
(115,117,144)
#676881
(103,104,129)
#5B5B72
(91,91,114)
#4F4E63
(79,78,99)
#434154
(67,65,84)
#373445
(55,52,69)
#2B2736
(43,39,54)
#1F1A27
(31,26,39)
#130D18
(19,13,24)
#000000
(0,0,0)

Tints of #8B8FAE

#8B8FAE
(139,143,174)
#9599B5
(149,153,181)
#9FA3BC
(159,163,188)
#A9ADC3
(169,173,195)
#B3B7CA
(179,183,202)
#BDC1D1
(189,193,209)
#C7CBD8
(199,203,216)
#D1D5DF
(209,213,223)
#DBDFE6
(219,223,230)
#E5E9ED
(229,233,237)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8FAE; }

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

This text font color is #8B8FAE.


Background Color

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

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

This div background color is #8B8FAE.


Border color

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

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

This div border color is #8B8FAE.


Opacity

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

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

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

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

This text has shadow with #8B8FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8FAE on black background.


Color preview on white background

This text has color #8B8FAE on white background.



Black color preview on #8B8FAE background

This text has black color on #8B8FAE background.


White color preview on #8B8FAE background

This text has white color on #8B8FAE background.