COLOR #8B818C

HEX: #8B818C
RGB: (139,129,140)

Color info

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

RGB color model

#8B818C color RGB value is (139,129,140).

  • red value is 139;
  • green value is 129;
  • blue value is 140.
RGB:
(139,129,140)
(55%,51%,55%)

RGB channels and saturation

R 139 of 255 = 55%
G 129 of 255 = 51%
B 140 of 255 = 55%

139
129
140

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

Portions of RGB colors in percentages

R + G + B =
139 + 129 + 140 = 408 (100%)
R 139 of 408 ~ 34.07%
G 129 of 408 ~ 31.62%
B 140 of 408 ~ 34.31%

%34.07
%31.62
%34.31

CMYK color model

#8B818C color CMYK value is (1,8,0,45).

  • cyan value is 0.71%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(1,8,0,45)
C1M8Y0K45 
(1%,8%,0%,45%)
(0.01/0.08/0.00/0.45)	

CMYK percentages

%0.71
%7.86
%0
%45.1

Codes

Color #8B818C in popluar color models

8B818C
RGB139129140
HSL295°4.56%52.75%
HSB/HSV295°7.86%54.90%
CMYK0.71%7.86%0.00%
45.10%

Color #8B818C in popluar number systems.

HEX8B818C
Decimal139129140
Binary100010111000000110001100
Octal213201214

Shades and tints

Shades of #8B818C

#8B818C
(139,129,140)
#7F7680
(127,118,128)
#736B74
(115,107,116)
#676068
(103,96,104)
#5B555C
(91,85,92)
#4F4A50
(79,74,80)
#433F44
(67,63,68)
#373438
(55,52,56)
#2B292C
(43,41,44)
#1F1E20
(31,30,32)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #8B818C

#8B818C
(139,129,140)
#958C96
(149,140,150)
#9F97A0
(159,151,160)
#A9A2AA
(169,162,170)
#B3ADB4
(179,173,180)
#BDB8BE
(189,184,190)
#C7C3C8
(199,195,200)
#D1CED2
(209,206,210)
#DBD9DC
(219,217,220)
#E5E4E6
(229,228,230)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B818C color. Also use rgb(139,129,140) instead hex code.

Text Font Color

.myTextColor { color: #8B818C; }

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

This text font color is #8B818C.


Background Color

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

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

This div background color is #8B818C.


Border color

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

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

This div border color is #8B818C.


Opacity

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

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

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

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

This text has shadow with #8B818C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B818C on black background.


Color preview on white background

This text has color #8B818C on white background.



Black color preview on #8B818C background

This text has black color on #8B818C background.


White color preview on #8B818C background

This text has white color on #8B818C background.