COLOR #848AC2

HEX: #848AC2 RGB: (132,138,194)

Color info

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

RGB color model

#848AC2 color RGB value is (132,138,194).

RGB: (132,138,194) (52%, 54%, 76%)

RGB channels and saturation

R 132 of 255 = 52%
G 138 of 255 = 54%
B 194 of 255 = 76%

132
138
194

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

Portions of RGB colors in percentages

R + G + B = 132 + 138 + 194 = 464 (100%)
R 132 of 464 ~ 28.45%
G 138 of 464 ~ 29.74%
B 194 of 464 ~ 41.81'%

%28.45
%29.74
%41.81

CMYK color model

#848AC2 color CMYK value is (32,29,0,24).

  • cyan value is 31.96%
  • magenta value is 28.87%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (32,29,0,24)
C32M29Y0K24 (32%, 29%, 0%, 24%)
(0.32 / 0.29 / 0.00 / 0.24)

CMYK percentages

%31.96
%28.87
%0
%23.92

Codes

Color #848AC2 in popluar color models

84 8A C2
RGB 132 138 194
HSL 234° 33.70% 63.92%
HSB/HSV 234° 31.96% 76.08%
CMYK 31.96% 28.87% 0.00%
23.92%

Color #848AC2 in popluar number systems.

HEX 84 8A C2
Decimal 132 138 194
Binary 10000100 10001010 11000010
Octal 204 212 302

Shades and tints

Shades of #848AC2

#848AC2
(132,138,194)
#787EB1
(120,126,177)
#6C72A0
(108,114,160)
#60668F
(96,102,143)
#545A7E
(84,90,126)
#484E6D
(72,78,109)
#3C425C
(60,66,92)
#30364B
(48,54,75)
#242A3A
(36,42,58)
#181E29
(24,30,41)
#0C1218
(12,18,24)
#000000
(0,0,0)

Tints of #848AC2

#848AC2
(132,138,194)
#8F94C7
(143,148,199)
#9A9ECC
(154,158,204)
#A5A8D1
(165,168,209)
#B0B2D6
(176,178,214)
#BBBCDB
(187,188,219)
#C6C6E0
(198,198,224)
#D1D0E5
(209,208,229)
#DCDAEA
(220,218,234)
#E7E4EF
(231,228,239)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848AC2 color. Also use rgb(132,138,194) instead hex code.

Text Font Color

.myTextColor { color: #848AC2; }

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

This text font color is #848AC2.

Background Color

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

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

This div background color is #848AC2.

Border color

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

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

This div border color is #848AC2.

Opacity

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

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

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

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

This text has shadow with #848AC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848AC2.

Preview

Color preview on black background

This text has color #848AC2 on black background.


Color preview on white background

This text has color #848AC2 on white background.


Black color preview on #848AC2 background

This text has black color on #848AC2 background.


White color preview on #848AC2 background

This text has white color on #848AC2 background.


Related colors

Complementary color

Complementary color for #hex is #7B753D.


I love getcolorcode.com

Triadic colors

1 #C2848A and #8AC284 with #848AC2 are triadic colors.

2 #C28A84 and #8A84C2 with #848AC2 are triadic colors.