COLOR #848DC5

HEX: #848DC5
RGB: (132,141,197)

Color info

#848DC5 contains mainly green and blue colors. Web safe color of #848DC5 is #9999CC (or #99C).

RGB color model

#848DC5 color RGB value is (132,141,197).

  • red value is 132;
  • green value is 141;
  • blue value is 197.
RGB:
(132,141,197)
(52%,55%,77%)

RGB channels and saturation

R 132 of 255 = 52%
G 141 of 255 = 55%
B 197 of 255 = 77%

132
141
197

R + G + B ~ 61%. #848DC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 141 + 197 = 470 (100%)
R 132 of 470 ~ 28.09%
G 141 of 470 ~ 30%
B 197 of 470 ~ 41.91%

%28.09
%30
%41.91

CMYK color model

#848DC5 color CMYK value is (33,28,0,23).

  • cyan value is 32.99%
  • magenta value is 28.43%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(33,28,0,23)
C33M28Y0K23 
(33%,28%,0%,23%)
(0.33/0.28/0.00/0.23)	

CMYK percentages

%32.99
%28.43
%0
%22.75

Codes

Color #848DC5 in popluar color models

848DC5
RGB132141197
HSL232°35.91%64.51%
HSB/HSV232°32.99%77.25%
CMYK32.99%28.43%0.00%
22.75%

Color #848DC5 in popluar number systems.

HEX848DC5
Decimal132141197
Binary100001001000110111000101
Octal204215305

Shades and tints

Shades of #848DC5

#848DC5
(132,141,197)
#7881B4
(120,129,180)
#6C75A3
(108,117,163)
#606992
(96,105,146)
#545D81
(84,93,129)
#485170
(72,81,112)
#3C455F
(60,69,95)
#30394E
(48,57,78)
#242D3D
(36,45,61)
#18212C
(24,33,44)
#0C151B
(12,21,27)
#000000
(0,0,0)

Tints of #848DC5

#848DC5
(132,141,197)
#8F97CA
(143,151,202)
#9AA1CF
(154,161,207)
#A5ABD4
(165,171,212)
#B0B5D9
(176,181,217)
#BBBFDE
(187,191,222)
#C6C9E3
(198,201,227)
#D1D3E8
(209,211,232)
#DCDDED
(220,221,237)
#E7E7F2
(231,231,242)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848DC5 color. Also use rgb(132,141,197) instead hex code.

Text Font Color

.myTextColor { color: #848DC5; }

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

This text font color is #848DC5.


Background Color

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

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

This div background color is #848DC5.


Border color

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

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

This div border color is #848DC5.


Opacity

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

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

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

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

This text has shadow with #848DC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848DC5 on black background.


Color preview on white background

This text has color #848DC5 on white background.



Black color preview on #848DC5 background

This text has black color on #848DC5 background.


White color preview on #848DC5 background

This text has white color on #848DC5 background.