COLOR #848C9F

HEX: #848C9F RGB: (132,140,159)

Color info

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

RGB color model

#848C9F color RGB value is (132,140,159).

RGB: (132,140,159) (52%, 55%, 62%)

RGB channels and saturation

R 132 of 255 = 52%
G 140 of 255 = 55%
B 159 of 255 = 62%

132
140
159

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

Portions of RGB colors in percentages

R + G + B = 132 + 140 + 159 = 431 (100%)
R 132 of 431 ~ 30.63%
G 140 of 431 ~ 32.48%
B 159 of 431 ~ 36.89'%

%30.63
%32.48
%36.89

CMYK color model

#848C9F color CMYK value is (17,12,0,38).

  • cyan value is 16.98%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (17,12,0,38)
C17M12Y0K38 (17%, 12%, 0%, 38%)
(0.17 / 0.12 / 0.00 / 0.38)

CMYK percentages

%16.98
%11.95
%0
%37.65

Codes

Color #848C9F in popluar color models

84 8C 9F
RGB 132 140 159
HSL 222° 12.33% 57.06%
HSB/HSV 222° 16.98% 62.35%
CMYK 16.98% 11.95% 0.00%
37.65%

Color #848C9F in popluar number systems.

HEX 84 8C 9F
Decimal 132 140 159
Binary 10000100 10001100 10011111
Octal 204 214 237

Shades and tints

Shades of #848C9F

#848C9F
(132,140,159)
#788091
(120,128,145)
#6C7483
(108,116,131)
#606875
(96,104,117)
#545C67
(84,92,103)
#485059
(72,80,89)
#3C444B
(60,68,75)
#30383D
(48,56,61)
#242C2F
(36,44,47)
#182021
(24,32,33)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #848C9F

#848C9F
(132,140,159)
#8F96A7
(143,150,167)
#9AA0AF
(154,160,175)
#A5AAB7
(165,170,183)
#B0B4BF
(176,180,191)
#BBBEC7
(187,190,199)
#C6C8CF
(198,200,207)
#D1D2D7
(209,210,215)
#DCDCDF
(220,220,223)
#E7E6E7
(231,230,231)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848C9F; }

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

This text font color is #848C9F.

Background Color

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

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

This div background color is #848C9F.

Border color

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

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

This div border color is #848C9F.

Opacity

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

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

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

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

This text has shadow with #848C9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848C9F.

Preview

Color preview on black background

This text has color #848C9F on black background.


Color preview on white background

This text has color #848C9F on white background.


Black color preview on #848C9F background

This text has black color on #848C9F background.


White color preview on #848C9F background

This text has white color on #848C9F background.


Related colors

Complementary color

Complementary color for #hex is #7B7360.


I love getcolorcode.com

Triadic colors

1 #9F848C and #8C9F84 with #848C9F are triadic colors.

2 #9F8C84 and #8C849F with #848C9F are triadic colors.