COLOR #848BB1

HEX: #848BB1
RGB: (132,139,177)

Color info

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

RGB color model

#848BB1 color RGB value is (132,139,177).

  • red value is 132;
  • green value is 139;
  • blue value is 177.
RGB:
(132,139,177)
(52%,55%,69%)

RGB channels and saturation

R 132 of 255 = 52%
G 139 of 255 = 55%
B 177 of 255 = 69%

132
139
177

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

Portions of RGB colors in percentages

R + G + B =
132 + 139 + 177 = 448 (100%)
R 132 of 448 ~ 29.46%
G 139 of 448 ~ 31.03%
B 177 of 448 ~ 39.51%

%29.46
%31.03
%39.51

CMYK color model

#848BB1 color CMYK value is (25,21,0,31).

  • cyan value is 25.42%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(25,21,0,31)
C25M21Y0K31 
(25%,21%,0%,31%)
(0.25/0.21/0.00/0.31)	

CMYK percentages

%25.42
%21.47
%0
%30.59

Codes

Color #848BB1 in popluar color models

848BB1
RGB132139177
HSL231°22.39%60.59%
HSB/HSV231°25.42%69.41%
CMYK25.42%21.47%0.00%
30.59%

Color #848BB1 in popluar number systems.

HEX848BB1
Decimal132139177
Binary100001001000101110110001
Octal204213261

Shades and tints

Shades of #848BB1

#848BB1
(132,139,177)
#787FA1
(120,127,161)
#6C7391
(108,115,145)
#606781
(96,103,129)
#545B71
(84,91,113)
#484F61
(72,79,97)
#3C4351
(60,67,81)
#303741
(48,55,65)
#242B31
(36,43,49)
#181F21
(24,31,33)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #848BB1

#848BB1
(132,139,177)
#8F95B8
(143,149,184)
#9A9FBF
(154,159,191)
#A5A9C6
(165,169,198)
#B0B3CD
(176,179,205)
#BBBDD4
(187,189,212)
#C6C7DB
(198,199,219)
#D1D1E2
(209,209,226)
#DCDBE9
(220,219,233)
#E7E5F0
(231,229,240)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848BB1 color. Also use rgb(132,139,177) instead hex code.

Text Font Color

.myTextColor { color: #848BB1; }

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

This text font color is #848BB1.


Background Color

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

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

This div background color is #848BB1.


Border color

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

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

This div border color is #848BB1.


Opacity

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

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

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

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

This text has shadow with #848BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848BB1 on black background.


Color preview on white background

This text has color #848BB1 on white background.



Black color preview on #848BB1 background

This text has black color on #848BB1 background.


White color preview on #848BB1 background

This text has white color on #848BB1 background.