COLOR #848CA6

HEX: #848CA6
RGB: (132,140,166)

Color info

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

RGB color model

#848CA6 color RGB value is (132,140,166).

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

RGB channels and saturation

R 132 of 255 = 52%
G 140 of 255 = 55%
B 166 of 255 = 65%

132
140
166

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

Portions of RGB colors in percentages

R + G + B =
132 + 140 + 166 = 438 (100%)
R 132 of 438 ~ 30.14%
G 140 of 438 ~ 31.96%
B 166 of 438 ~ 37.9%

%30.14
%31.96
%37.9

CMYK color model

#848CA6 color CMYK value is (20,16,0,35).

  • cyan value is 20.48%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(20,16,0,35)
C20M16Y0K35 
(20%,16%,0%,35%)
(0.20/0.16/0.00/0.35)	

CMYK percentages

%20.48
%15.66
%0
%34.9

Codes

Color #848CA6 in popluar color models

848CA6
RGB132140166
HSL226°16.04%58.43%
HSB/HSV226°20.48%65.10%
CMYK20.48%15.66%0.00%
34.90%

Color #848CA6 in popluar number systems.

HEX848CA6
Decimal132140166
Binary100001001000110010100110
Octal204214246

Shades and tints

Shades of #848CA6

#848CA6
(132,140,166)
#788097
(120,128,151)
#6C7488
(108,116,136)
#606879
(96,104,121)
#545C6A
(84,92,106)
#48505B
(72,80,91)
#3C444C
(60,68,76)
#30383D
(48,56,61)
#242C2E
(36,44,46)
#18201F
(24,32,31)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #848CA6

#848CA6
(132,140,166)
#8F96AE
(143,150,174)
#9AA0B6
(154,160,182)
#A5AABE
(165,170,190)
#B0B4C6
(176,180,198)
#BBBECE
(187,190,206)
#C6C8D6
(198,200,214)
#D1D2DE
(209,210,222)
#DCDCE6
(220,220,230)
#E7E6EE
(231,230,238)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848CA6; }

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

This text font color is #848CA6.


Background Color

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

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

This div background color is #848CA6.


Border color

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

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

This div border color is #848CA6.


Opacity

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

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

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

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

This text has shadow with #848CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848CA6 on black background.


Color preview on white background

This text has color #848CA6 on white background.



Black color preview on #848CA6 background

This text has black color on #848CA6 background.


White color preview on #848CA6 background

This text has white color on #848CA6 background.