COLOR #848E94

HEX: #848E94
RGB: (132,142,148)

Color info

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

RGB color model

#848E94 color RGB value is (132,142,148).

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

RGB channels and saturation

R 132 of 255 = 52%
G 142 of 255 = 56%
B 148 of 255 = 58%

132
142
148

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

Portions of RGB colors in percentages

R + G + B =
132 + 142 + 148 = 422 (100%)
R 132 of 422 ~ 31.28%
G 142 of 422 ~ 33.65%
B 148 of 422 ~ 35.07%

%31.28
%33.65
%35.07

CMYK color model

#848E94 color CMYK value is (11,4,0,42).

  • cyan value is 10.81%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(11,4,0,42)
C11M4Y0K42 
(11%,4%,0%,42%)
(0.11/0.04/0.00/0.42)	

CMYK percentages

%10.81
%4.05
%0
%41.96

Codes

Color #848E94 in popluar color models

848E94
RGB132142148
HSL203°6.96%54.90%
HSB/HSV203°10.81%58.04%
CMYK10.81%4.05%0.00%
41.96%

Color #848E94 in popluar number systems.

HEX848E94
Decimal132142148
Binary100001001000111010010100
Octal204216224

Shades and tints

Shades of #848E94

#848E94
(132,142,148)
#788287
(120,130,135)
#6C767A
(108,118,122)
#606A6D
(96,106,109)
#545E60
(84,94,96)
#485253
(72,82,83)
#3C4646
(60,70,70)
#303A39
(48,58,57)
#242E2C
(36,46,44)
#18221F
(24,34,31)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #848E94

#848E94
(132,142,148)
#8F989D
(143,152,157)
#9AA2A6
(154,162,166)
#A5ACAF
(165,172,175)
#B0B6B8
(176,182,184)
#BBC0C1
(187,192,193)
#C6CACA
(198,202,202)
#D1D4D3
(209,212,211)
#DCDEDC
(220,222,220)
#E7E8E5
(231,232,229)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848E94; }

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

This text font color is #848E94.


Background Color

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

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

This div background color is #848E94.


Border color

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

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

This div border color is #848E94.


Opacity

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

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

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

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

This text has shadow with #848E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848E94 on black background.


Color preview on white background

This text has color #848E94 on white background.



Black color preview on #848E94 background

This text has black color on #848E94 background.


White color preview on #848E94 background

This text has white color on #848E94 background.