COLOR #848A8E

HEX: #848A8E RGB: (132,138,142)

Color info

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

RGB color model

#848A8E color RGB value is (132,138,142).

RGB: (132,138,142) (52%, 54%, 56%)

RGB channels and saturation

R 132 of 255 = 52%
G 138 of 255 = 54%
B 142 of 255 = 56%

132
138
142

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

Portions of RGB colors in percentages

R + G + B = 132 + 138 + 142 = 412 (100%)
R 132 of 412 ~ 32.04%
G 138 of 412 ~ 33.5%
B 142 of 412 ~ 34.47'%

%32.04
%33.5
%34.47

CMYK color model

#848A8E color CMYK value is (7,3,0,44).

  • cyan value is 7.04%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (7,3,0,44) C7M3Y0K44 (7%,3%,0%,44%) (0.07/0.03/0.00/0.44) 

CMYK percentages

%7.04
%2.82
%0
%44.31

Codes

Color #848A8E in popluar color models

84 8A 8E
RGB 132 138 142
HSL 204° 4.24% 53.73%
HSB/HSV 204° 7.04% 55.69%
CMYK 7.04% 2.82% 0.00%
44.31%

Color #848A8E in popluar number systems.

HEX 84 8A 8E
Decimal 132 138 142
Binary 10000100 10001010 10001110
Octal 204 212 216

Shades and tints

Shades of #848A8E

#848A8E
(132,138,142)
#787E82
(120,126,130)
#6C7276
(108,114,118)
#60666A
(96,102,106)
#545A5E
(84,90,94)
#484E52
(72,78,82)
#3C4246
(60,66,70)
#30363A
(48,54,58)
#242A2E
(36,42,46)
#181E22
(24,30,34)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #848A8E

#848A8E
(132,138,142)
#8F9498
(143,148,152)
#9A9EA2
(154,158,162)
#A5A8AC
(165,168,172)
#B0B2B6
(176,178,182)
#BBBCC0
(187,188,192)
#C6C6CA
(198,198,202)
#D1D0D4
(209,208,212)
#DCDADE
(220,218,222)
#E7E4E8
(231,228,232)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848A8E; }

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

This text font color is #848A8E.

Background Color

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

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

This div background color is #848A8E.

Border color

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

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

This div border color is #848A8E.

Opacity

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

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

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

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

This text has shadow with #848A8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848A8E.

Preview

Color preview on black background

This text has color #848A8E on black background.


Color preview on white background

This text has color #848A8E on white background.


Black color preview on #848A8E background

This text has black color on #848A8E background.


White color preview on #848A8E background

This text has white color on #848A8E background.


Related colors

Complementary color

Complementary color for #hex is #7B7571.


I love getcolorcode.com

Triadic colors

1 #8E848A and #8A8E84 with #848A8E are triadic colors.

2 #8E8A84 and #8A848E with #848A8E are triadic colors.