COLOR #848D9D

HEX: #848D9D
RGB: (132,141,157)

Color info

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

RGB color model

#848D9D color RGB value is (132,141,157).

  • red value is 132;
  • green value is 141;
  • blue value is 157.
RGB:
(132,141,157)
(52%,55%,62%)

RGB channels and saturation

R 132 of 255 = 52%
G 141 of 255 = 55%
B 157 of 255 = 62%

132
141
157

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

Portions of RGB colors in percentages

R + G + B =
132 + 141 + 157 = 430 (100%)
R 132 of 430 ~ 30.7%
G 141 of 430 ~ 32.79%
B 157 of 430 ~ 36.51%

%30.7
%32.79
%36.51

CMYK color model

#848D9D color CMYK value is (16,10,0,38).

  • cyan value is 15.92%
  • magenta value is 10.19%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(16,10,0,38)
C16M10Y0K38 
(16%,10%,0%,38%)
(0.16/0.10/0.00/0.38)	

CMYK percentages

%15.92
%10.19
%0
%38.43

Codes

Color #848D9D in popluar color models

848D9D
RGB132141157
HSL218°11.31%56.67%
HSB/HSV218°15.92%61.57%
CMYK15.92%10.19%0.00%
38.43%

Color #848D9D in popluar number systems.

HEX848D9D
Decimal132141157
Binary100001001000110110011101
Octal204215235

Shades and tints

Shades of #848D9D

#848D9D
(132,141,157)
#78818F
(120,129,143)
#6C7581
(108,117,129)
#606973
(96,105,115)
#545D65
(84,93,101)
#485157
(72,81,87)
#3C4549
(60,69,73)
#30393B
(48,57,59)
#242D2D
(36,45,45)
#18211F
(24,33,31)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #848D9D

#848D9D
(132,141,157)
#8F97A5
(143,151,165)
#9AA1AD
(154,161,173)
#A5ABB5
(165,171,181)
#B0B5BD
(176,181,189)
#BBBFC5
(187,191,197)
#C6C9CD
(198,201,205)
#D1D3D5
(209,211,213)
#DCDDDD
(220,221,221)
#E7E7E5
(231,231,229)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848D9D color. Also use rgb(132,141,157) instead hex code.

Text Font Color

.myTextColor { color: #848D9D; }

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

This text font color is #848D9D.


Background Color

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

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

This div background color is #848D9D.


Border color

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

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

This div border color is #848D9D.


Opacity

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

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

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

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

This text has shadow with #848D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848D9D on black background.


Color preview on white background

This text has color #848D9D on white background.



Black color preview on #848D9D background

This text has black color on #848D9D background.


White color preview on #848D9D background

This text has white color on #848D9D background.