COLOR #848E8F

HEX: #848E8F
RGB: (132,142,143)

Color info

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

RGB color model

#848E8F color RGB value is (132,142,143).

  • red value is 132;
  • green value is 142;
  • blue value is 143.
RGB:
(132,142,143)
(52%,56%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 142 of 255 = 56%
B 143 of 255 = 56%

132
142
143

R + G + B ~ 55%. #848E8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 142 + 143 = 417 (100%)
R 132 of 417 ~ 31.65%
G 142 of 417 ~ 34.05%
B 143 of 417 ~ 34.29%

%31.65
%34.05
%34.29

CMYK color model

#848E8F color CMYK value is (8,1,0,44).

  • cyan value is 7.69%
  • magenta value is 0.70%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(8,1,0,44)
C8M1Y0K44 
(8%,1%,0%,44%)
(0.08/0.01/0.00/0.44)	

CMYK percentages

%7.69
%0.7
%0
%43.92

Codes

Color #848E8F in popluar color models

848E8F
RGB132142143
HSL185°4.68%53.92%
HSB/HSV185°7.69%56.08%
CMYK7.69%0.70%0.00%
43.92%

Color #848E8F in popluar number systems.

HEX848E8F
Decimal132142143
Binary100001001000111010001111
Octal204216217

Shades and tints

Shades of #848E8F

#848E8F
(132,142,143)
#788282
(120,130,130)
#6C7675
(108,118,117)
#606A68
(96,106,104)
#545E5B
(84,94,91)
#48524E
(72,82,78)
#3C4641
(60,70,65)
#303A34
(48,58,52)
#242E27
(36,46,39)
#18221A
(24,34,26)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #848E8F

#848E8F
(132,142,143)
#8F9899
(143,152,153)
#9AA2A3
(154,162,163)
#A5ACAD
(165,172,173)
#B0B6B7
(176,182,183)
#BBC0C1
(187,192,193)
#C6CACB
(198,202,203)
#D1D4D5
(209,212,213)
#DCDEDF
(220,222,223)
#E7E8E9
(231,232,233)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848E8F color. Also use rgb(132,142,143) instead hex code.

Text Font Color

.myTextColor { color: #848E8F; }

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

This text font color is #848E8F.


Background Color

.myBgColor { background-color: #848E8F; }

<div style="background-color:#848E8F">Inner text</div>

This div background color is #848E8F.


Border color

.myBorderColor { border: 1px solid #848E8F; }

<div style="border:3px solid #848E8F">Div</div>

This div border color is #848E8F.


Opacity

.myOpacity80 { color: #848E8F; opacity: 0.8; }

<p style="color:#848E8F;opacity:0.8;">80%</p>

Text with #848E8F 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 #848E8F;}

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

This text has shadow with #848E8F color.

.textShadow {text-shadow: 3px 3px 1px #848E8F, 3px 3px 1px red;}

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

This text has shadow with #848E8F primary color and red secondary color.


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

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

This text has shadow with #848E8F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848E8F on black background.


Color preview on white background

This text has color #848E8F on white background.



Black color preview on #848E8F background

This text has black color on #848E8F background.


White color preview on #848E8F background

This text has white color on #848E8F background.