COLOR #848BD5

HEX: #848BD5
RGB: (132,139,213)

Color info

#848BD5 contains mainly blue color. Web safe color of #848BD5 is #9999CC (or #99C).

RGB color model

#848BD5 color RGB value is (132,139,213).

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

RGB channels and saturation

R 132 of 255 = 52%
G 139 of 255 = 55%
B 213 of 255 = 84%

132
139
213

R + G + B ~ 64%. #848BD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 139 + 213 = 484 (100%)
R 132 of 484 ~ 27.27%
G 139 of 484 ~ 28.72%
B 213 of 484 ~ 44.01%

%27.27
%28.72
%44.01

CMYK color model

#848BD5 color CMYK value is (38,35,0,16).

  • cyan value is 38.03%
  • magenta value is 34.74%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(38,35,0,16)
C38M35Y0K16 
(38%,35%,0%,16%)
(0.38/0.35/0.00/0.16)	

CMYK percentages

%38.03
%34.74
%0
%16.47

Codes

Color #848BD5 in popluar color models

848BD5
RGB132139213
HSL235°49.09%67.65%
HSB/HSV235°38.03%83.53%
CMYK38.03%34.74%0.00%
16.47%

Color #848BD5 in popluar number systems.

HEX848BD5
Decimal132139213
Binary100001001000101111010101
Octal204213325

Shades and tints

Shades of #848BD5

#848BD5
(132,139,213)
#787FC2
(120,127,194)
#6C73AF
(108,115,175)
#60679C
(96,103,156)
#545B89
(84,91,137)
#484F76
(72,79,118)
#3C4363
(60,67,99)
#303750
(48,55,80)
#242B3D
(36,43,61)
#181F2A
(24,31,42)
#0C1317
(12,19,23)
#000000
(0,0,0)

Tints of #848BD5

#848BD5
(132,139,213)
#8F95D8
(143,149,216)
#9A9FDB
(154,159,219)
#A5A9DE
(165,169,222)
#B0B3E1
(176,179,225)
#BBBDE4
(187,189,228)
#C6C7E7
(198,199,231)
#D1D1EA
(209,209,234)
#DCDBED
(220,219,237)
#E7E5F0
(231,229,240)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848BD5; }

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

This text font color is #848BD5.


Background Color

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

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

This div background color is #848BD5.


Border color

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

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

This div border color is #848BD5.


Opacity

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

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

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

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

This text has shadow with #848BD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848BD5 on black background.


Color preview on white background

This text has color #848BD5 on white background.



Black color preview on #848BD5 background

This text has black color on #848BD5 background.


White color preview on #848BD5 background

This text has white color on #848BD5 background.