COLOR #848FB2

HEX: #848FB2
RGB: (132,143,178)

Color info

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

RGB color model

#848FB2 color RGB value is (132,143,178).

  • red value is 132;
  • green value is 143;
  • blue value is 178.
RGB:
(132,143,178)
(52%,56%,70%)

RGB channels and saturation

R 132 of 255 = 52%
G 143 of 255 = 56%
B 178 of 255 = 70%

132
143
178

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

Portions of RGB colors in percentages

R + G + B =
132 + 143 + 178 = 453 (100%)
R 132 of 453 ~ 29.14%
G 143 of 453 ~ 31.57%
B 178 of 453 ~ 39.29%

%29.14
%31.57
%39.29

CMYK color model

#848FB2 color CMYK value is (26,20,0,30).

  • cyan value is 25.84%
  • magenta value is 19.66%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(26,20,0,30)
C26M20Y0K30 
(26%,20%,0%,30%)
(0.26/0.20/0.00/0.30)	

CMYK percentages

%25.84
%19.66
%0
%30.2

Codes

Color #848FB2 in popluar color models

848FB2
RGB132143178
HSL226°23.00%60.78%
HSB/HSV226°25.84%69.80%
CMYK25.84%19.66%0.00%
30.20%

Color #848FB2 in popluar number systems.

HEX848FB2
Decimal132143178
Binary100001001000111110110010
Octal204217262

Shades and tints

Shades of #848FB2

#848FB2
(132,143,178)
#7882A2
(120,130,162)
#6C7592
(108,117,146)
#606882
(96,104,130)
#545B72
(84,91,114)
#484E62
(72,78,98)
#3C4152
(60,65,82)
#303442
(48,52,66)
#242732
(36,39,50)
#181A22
(24,26,34)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #848FB2

#848FB2
(132,143,178)
#8F99B9
(143,153,185)
#9AA3C0
(154,163,192)
#A5ADC7
(165,173,199)
#B0B7CE
(176,183,206)
#BBC1D5
(187,193,213)
#C6CBDC
(198,203,220)
#D1D5E3
(209,213,227)
#DCDFEA
(220,223,234)
#E7E9F1
(231,233,241)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848FB2 color. Also use rgb(132,143,178) instead hex code.

Text Font Color

.myTextColor { color: #848FB2; }

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

This text font color is #848FB2.


Background Color

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

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

This div background color is #848FB2.


Border color

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

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

This div border color is #848FB2.


Opacity

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

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

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

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

This text has shadow with #848FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848FB2 on black background.


Color preview on white background

This text has color #848FB2 on white background.



Black color preview on #848FB2 background

This text has black color on #848FB2 background.


White color preview on #848FB2 background

This text has white color on #848FB2 background.