COLOR #848CB4

HEX: #848CB4 RGB: (132,140,180)

Color info

#848CB4 contains red, green and blue colors in about the same proportion. Web safe color of #848CB4 is #9999CC (or #99C).

RGB color model

#848CB4 color RGB value is (132,140,180).

RGB: (132,140,180) (52%, 55%, 71%)

RGB channels and saturation

R 132 of 255 = 52%
G 140 of 255 = 55%
B 180 of 255 = 71%

132
140
180

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

Portions of RGB colors in percentages

R + G + B = 132 + 140 + 180 = 452 (100%)
R 132 of 452 ~ 29.2%
G 140 of 452 ~ 30.97%
B 180 of 452 ~ 39.82'%

%29.2
%30.97
%39.82

CMYK color model

#848CB4 color CMYK value is (27,22,0,29).

  • cyan value is 26.67%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (27,22,0,29)
C27M22Y0K29 (27%, 22%, 0%, 29%)
(0.27 / 0.22 / 0.00 / 0.29)

CMYK percentages

%26.67
%22.22
%0
%29.41

Codes

Color #848CB4 in popluar color models

84 8C B4
RGB 132 140 180
HSL 230° 24.24% 61.18%
HSB/HSV 230° 26.67% 70.59%
CMYK 26.67% 22.22% 0.00%
29.41%

Color #848CB4 in popluar number systems.

HEX 84 8C B4
Decimal 132 140 180
Binary 10000100 10001100 10110100
Octal 204 214 264

Shades and tints

Shades of #848CB4

#848CB4
(132,140,180)
#7880A4
(120,128,164)
#6C7494
(108,116,148)
#606884
(96,104,132)
#545C74
(84,92,116)
#485064
(72,80,100)
#3C4454
(60,68,84)
#303844
(48,56,68)
#242C34
(36,44,52)
#182024
(24,32,36)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #848CB4

#848CB4
(132,140,180)
#8F96BA
(143,150,186)
#9AA0C0
(154,160,192)
#A5AAC6
(165,170,198)
#B0B4CC
(176,180,204)
#BBBED2
(187,190,210)
#C6C8D8
(198,200,216)
#D1D2DE
(209,210,222)
#DCDCE4
(220,220,228)
#E7E6EA
(231,230,234)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848CB4; }

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

This text font color is #848CB4.

Background Color

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

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

This div background color is #848CB4.

Border color

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

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

This div border color is #848CB4.

Opacity

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

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

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

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

This text has shadow with #848CB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848CB4.

Preview

Color preview on black background

This text has color #848CB4 on black background.


Color preview on white background

This text has color #848CB4 on white background.


Black color preview on #848CB4 background

This text has black color on #848CB4 background.


White color preview on #848CB4 background

This text has white color on #848CB4 background.


Related colors

Complementary color

Complementary color for #hex is #7B734B.


I love getcolorcode.com

Triadic colors

1 #B4848C and #8CB484 with #848CB4 are triadic colors.

2 #B48C84 and #8C84B4 with #848CB4 are triadic colors.