COLOR #8B8E9A

HEX: #8B8E9A
RGB: (139,142,154)

Color info

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

RGB color model

#8B8E9A color RGB value is (139,142,154).

  • red value is 139;
  • green value is 142;
  • blue value is 154.
RGB:
(139,142,154)
(55%,56%,60%)

RGB channels and saturation

R 139 of 255 = 55%
G 142 of 255 = 56%
B 154 of 255 = 60%

139
142
154

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

Portions of RGB colors in percentages

R + G + B =
139 + 142 + 154 = 435 (100%)
R 139 of 435 ~ 31.95%
G 142 of 435 ~ 32.64%
B 154 of 435 ~ 35.4%

%31.95
%32.64
%35.4

CMYK color model

#8B8E9A color CMYK value is (10,8,0,40).

  • cyan value is 9.74%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(10,8,0,40)
C10M8Y0K40 
(10%,8%,0%,40%)
(0.10/0.08/0.00/0.40)	

CMYK percentages

%9.74
%7.79
%0
%39.61

Codes

Color #8B8E9A in popluar color models

8B8E9A
RGB139142154
HSL228°6.91%57.45%
HSB/HSV228°9.74%60.39%
CMYK9.74%7.79%0.00%
39.61%

Color #8B8E9A in popluar number systems.

HEX8B8E9A
Decimal139142154
Binary100010111000111010011010
Octal213216232

Shades and tints

Shades of #8B8E9A

#8B8E9A
(139,142,154)
#7F828C
(127,130,140)
#73767E
(115,118,126)
#676A70
(103,106,112)
#5B5E62
(91,94,98)
#4F5254
(79,82,84)
#434646
(67,70,70)
#373A38
(55,58,56)
#2B2E2A
(43,46,42)
#1F221C
(31,34,28)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #8B8E9A

#8B8E9A
(139,142,154)
#9598A3
(149,152,163)
#9FA2AC
(159,162,172)
#A9ACB5
(169,172,181)
#B3B6BE
(179,182,190)
#BDC0C7
(189,192,199)
#C7CAD0
(199,202,208)
#D1D4D9
(209,212,217)
#DBDEE2
(219,222,226)
#E5E8EB
(229,232,235)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8E9A; }

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

This text font color is #8B8E9A.


Background Color

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

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

This div background color is #8B8E9A.


Border color

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

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

This div border color is #8B8E9A.


Opacity

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

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

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

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

This text has shadow with #8B8E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8E9A on black background.


Color preview on white background

This text has color #8B8E9A on white background.



Black color preview on #8B8E9A background

This text has black color on #8B8E9A background.


White color preview on #8B8E9A background

This text has white color on #8B8E9A background.