COLOR #848C93

HEX: #848C93
RGB: (132,140,147)

Color info

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

RGB color model

#848C93 color RGB value is (132,140,147).

  • red value is 132;
  • green value is 140;
  • blue value is 147.
RGB:
(132,140,147)
(52%,55%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 140 of 255 = 55%
B 147 of 255 = 58%

132
140
147

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

Portions of RGB colors in percentages

R + G + B =
132 + 140 + 147 = 419 (100%)
R 132 of 419 ~ 31.5%
G 140 of 419 ~ 33.41%
B 147 of 419 ~ 35.08%

%31.5
%33.41
%35.08

CMYK color model

#848C93 color CMYK value is (10,5,0,42).

  • cyan value is 10.20%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(10,5,0,42)
C10M5Y0K42 
(10%,5%,0%,42%)
(0.10/0.05/0.00/0.42)	

CMYK percentages

%10.2
%4.76
%0
%42.35

Codes

Color #848C93 in popluar color models

848C93
RGB132140147
HSL208°6.49%54.71%
HSB/HSV208°10.20%57.65%
CMYK10.20%4.76%0.00%
42.35%

Color #848C93 in popluar number systems.

HEX848C93
Decimal132140147
Binary100001001000110010010011
Octal204214223

Shades and tints

Shades of #848C93

#848C93
(132,140,147)
#788086
(120,128,134)
#6C7479
(108,116,121)
#60686C
(96,104,108)
#545C5F
(84,92,95)
#485052
(72,80,82)
#3C4445
(60,68,69)
#303838
(48,56,56)
#242C2B
(36,44,43)
#18201E
(24,32,30)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #848C93

#848C93
(132,140,147)
#8F969C
(143,150,156)
#9AA0A5
(154,160,165)
#A5AAAE
(165,170,174)
#B0B4B7
(176,180,183)
#BBBEC0
(187,190,192)
#C6C8C9
(198,200,201)
#D1D2D2
(209,210,210)
#DCDCDB
(220,220,219)
#E7E6E4
(231,230,228)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848C93 color. Also use rgb(132,140,147) instead hex code.

Text Font Color

.myTextColor { color: #848C93; }

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

This text font color is #848C93.


Background Color

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

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

This div background color is #848C93.


Border color

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

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

This div border color is #848C93.


Opacity

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

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

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

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

This text has shadow with #848C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848C93 on black background.


Color preview on white background

This text has color #848C93 on white background.



Black color preview on #848C93 background

This text has black color on #848C93 background.


White color preview on #848C93 background

This text has white color on #848C93 background.