COLOR #8B8EA3

HEX: #8B8EA3 RGB: (139,142,163)

Color info

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

RGB color model

#8B8EA3 color RGB value is (139,142,163).

RGB: (139,142,163) (55%, 56%, 64%)

RGB channels and saturation

R 139 of 255 = 55%
G 142 of 255 = 56%
B 163 of 255 = 64%

139
142
163

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

Portions of RGB colors in percentages

R + G + B = 139 + 142 + 163 = 444 (100%)
R 139 of 444 ~ 31.31%
G 142 of 444 ~ 31.98%
B 163 of 444 ~ 36.71'%

%31.31
%31.98
%36.71

CMYK color model

#8B8EA3 color CMYK value is (15,13,0,36).

  • cyan value is 14.72%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (15,13,0,36)
C15M13Y0K36 (15%, 13%, 0%, 36%)
(0.15 / 0.13 / 0.00 / 0.36)

CMYK percentages

%14.72
%12.88
%0
%36.08

Codes

Color #8B8EA3 in popluar color models

8B 8E A3
RGB 139 142 163
HSL 233° 11.54% 59.22%
HSB/HSV 233° 14.72% 63.92%
CMYK 14.72% 12.88% 0.00%
36.08%

Color #8B8EA3 in popluar number systems.

HEX 8B 8E A3
Decimal 139 142 163
Binary 10001011 10001110 10100011
Octal 213 216 243

Shades and tints

Shades of #8B8EA3

#8B8EA3
(139,142,163)
#7F8295
(127,130,149)
#737687
(115,118,135)
#676A79
(103,106,121)
#5B5E6B
(91,94,107)
#4F525D
(79,82,93)
#43464F
(67,70,79)
#373A41
(55,58,65)
#2B2E33
(43,46,51)
#1F2225
(31,34,37)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #8B8EA3

#8B8EA3
(139,142,163)
#9598AB
(149,152,171)
#9FA2B3
(159,162,179)
#A9ACBB
(169,172,187)
#B3B6C3
(179,182,195)
#BDC0CB
(189,192,203)
#C7CAD3
(199,202,211)
#D1D4DB
(209,212,219)
#DBDEE3
(219,222,227)
#E5E8EB
(229,232,235)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8EA3 color. Also use rgb(139,142,163) instead hex code.

Text Font Color

.myTextColor { color: #8B8EA3; }

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

This text font color is #8B8EA3.

Background Color

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

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

This div background color is #8B8EA3.

Border color

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

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

This div border color is #8B8EA3.

Opacity

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

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

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

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

This text has shadow with #8B8EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B8EA3.

Preview

Color preview on black background

This text has color #8B8EA3 on black background.


Color preview on white background

This text has color #8B8EA3 on white background.


Black color preview on #8B8EA3 background

This text has black color on #8B8EA3 background.


White color preview on #8B8EA3 background

This text has white color on #8B8EA3 background.


Related colors

Complementary color

Complementary color for #hex is #74715C.


I love getcolorcode.com

Triadic colors

1 #A38B8E and #8EA38B with #8B8EA3 are triadic colors.

2 #A38E8B and #8E8BA3 with #8B8EA3 are triadic colors.