COLOR #848999

HEX: #848999
RGB: (132,137,153)

Color info

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

RGB color model

#848999 color RGB value is (132,137,153).

  • red value is 132;
  • green value is 137;
  • blue value is 153.
RGB:
(132,137,153)
(52%,54%,60%)

RGB channels and saturation

R 132 of 255 = 52%
G 137 of 255 = 54%
B 153 of 255 = 60%

132
137
153

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

Portions of RGB colors in percentages

R + G + B =
132 + 137 + 153 = 422 (100%)
R 132 of 422 ~ 31.28%
G 137 of 422 ~ 32.46%
B 153 of 422 ~ 36.26%

%31.28
%32.46
%36.26

CMYK color model

#848999 color CMYK value is (14,10,0,40).

  • cyan value is 13.73%
  • magenta value is 10.46%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(14,10,0,40)
C14M10Y0K40 
(14%,10%,0%,40%)
(0.14/0.10/0.00/0.40)	

CMYK percentages

%13.73
%10.46
%0
%40

Codes

Color #848999 in popluar color models

848999
RGB132137153
HSL226°9.33%55.88%
HSB/HSV226°13.73%60.00%
CMYK13.73%10.46%0.00%
40.00%

Color #848999 in popluar number systems.

HEX848999
Decimal132137153
Binary100001001000100110011001
Octal204211231

Shades and tints

Shades of #848999

#848999
(132,137,153)
#787D8C
(120,125,140)
#6C717F
(108,113,127)
#606572
(96,101,114)
#545965
(84,89,101)
#484D58
(72,77,88)
#3C414B
(60,65,75)
#30353E
(48,53,62)
#242931
(36,41,49)
#181D24
(24,29,36)
#0C1117
(12,17,23)
#000000
(0,0,0)

Tints of #848999

#848999
(132,137,153)
#8F93A2
(143,147,162)
#9A9DAB
(154,157,171)
#A5A7B4
(165,167,180)
#B0B1BD
(176,177,189)
#BBBBC6
(187,187,198)
#C6C5CF
(198,197,207)
#D1CFD8
(209,207,216)
#DCD9E1
(220,217,225)
#E7E3EA
(231,227,234)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848999 color. Also use rgb(132,137,153) instead hex code.

Text Font Color

.myTextColor { color: #848999; }

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

This text font color is #848999.


Background Color

.myBgColor { background-color: #848999; }

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

This div background color is #848999.


Border color

.myBorderColor { border: 1px solid #848999; }

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

This div border color is #848999.


Opacity

.myOpacity80 { color: #848999; opacity: 0.8; }

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

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

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

This text has shadow with #848999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848999 on black background.


Color preview on white background

This text has color #848999 on white background.



Black color preview on #848999 background

This text has black color on #848999 background.


White color preview on #848999 background

This text has white color on #848999 background.