COLOR #8B8290

HEX: #8B8290
RGB: (139,130,144)

Color info

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

RGB color model

#8B8290 color RGB value is (139,130,144).

  • red value is 139;
  • green value is 130;
  • blue value is 144.
RGB:
(139,130,144)
(55%,51%,56%)

RGB channels and saturation

R 139 of 255 = 55%
G 130 of 255 = 51%
B 144 of 255 = 56%

139
130
144

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

Portions of RGB colors in percentages

R + G + B =
139 + 130 + 144 = 413 (100%)
R 139 of 413 ~ 33.66%
G 130 of 413 ~ 31.48%
B 144 of 413 ~ 34.87%

%33.66
%31.48
%34.87

CMYK color model

#8B8290 color CMYK value is (3,10,0,44).

  • cyan value is 3.47%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(3,10,0,44)
C3M10Y0K44 
(3%,10%,0%,44%)
(0.03/0.10/0.00/0.44)	

CMYK percentages

%3.47
%9.72
%0
%43.53

Codes

Color #8B8290 in popluar color models

8B8290
RGB139130144
HSL279°5.93%53.73%
HSB/HSV279°9.72%56.47%
CMYK3.47%9.72%0.00%
43.53%

Color #8B8290 in popluar number systems.

HEX8B8290
Decimal139130144
Binary100010111000001010010000
Octal213202220

Shades and tints

Shades of #8B8290

#8B8290
(139,130,144)
#7F7783
(127,119,131)
#736C76
(115,108,118)
#676169
(103,97,105)
#5B565C
(91,86,92)
#4F4B4F
(79,75,79)
#434042
(67,64,66)
#373535
(55,53,53)
#2B2A28
(43,42,40)
#1F1F1B
(31,31,27)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #8B8290

#8B8290
(139,130,144)
#958D9A
(149,141,154)
#9F98A4
(159,152,164)
#A9A3AE
(169,163,174)
#B3AEB8
(179,174,184)
#BDB9C2
(189,185,194)
#C7C4CC
(199,196,204)
#D1CFD6
(209,207,214)
#DBDAE0
(219,218,224)
#E5E5EA
(229,229,234)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8290 color. Also use rgb(139,130,144) instead hex code.

Text Font Color

.myTextColor { color: #8B8290; }

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

This text font color is #8B8290.


Background Color

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

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

This div background color is #8B8290.


Border color

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

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

This div border color is #8B8290.


Opacity

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

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

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

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

This text has shadow with #8B8290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8290 on black background.


Color preview on white background

This text has color #8B8290 on white background.



Black color preview on #8B8290 background

This text has black color on #8B8290 background.


White color preview on #8B8290 background

This text has white color on #8B8290 background.