COLOR #848DBA

HEX: #848DBA RGB: (132,141,186)

Color info

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

RGB color model

#848DBA color RGB value is (132,141,186).

RGB: (132,141,186) (52%, 55%, 73%)

RGB channels and saturation

R 132 of 255 = 52%
G 141 of 255 = 55%
B 186 of 255 = 73%

132
141
186

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

Portions of RGB colors in percentages

R + G + B = 132 + 141 + 186 = 459 (100%)
R 132 of 459 ~ 28.76%
G 141 of 459 ~ 30.72%
B 186 of 459 ~ 40.52'%

%28.76
%30.72
%40.52

CMYK color model

#848DBA color CMYK value is (29,24,0,27).

  • cyan value is 29.03%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (29,24,0,27) C29M24Y0K27 (29%,24%,0%,27%) (0.29/0.24/0.00/0.27) 

CMYK percentages

%29.03
%24.19
%0
%27.06

Codes

Color #848DBA in popluar color models

84 8D BA
RGB 132 141 186
HSL 230° 28.13% 62.35%
HSB/HSV 230° 29.03% 72.94%
CMYK 29.03% 24.19% 0.00%
27.06%

Color #848DBA in popluar number systems.

HEX 84 8D BA
Decimal 132 141 186
Binary 10000100 10001101 10111010
Octal 204 215 272

Shades and tints

Shades of #848DBA

#848DBA
(132,141,186)
#7881AA
(120,129,170)
#6C759A
(108,117,154)
#60698A
(96,105,138)
#545D7A
(84,93,122)
#48516A
(72,81,106)
#3C455A
(60,69,90)
#30394A
(48,57,74)
#242D3A
(36,45,58)
#18212A
(24,33,42)
#0C151A
(12,21,26)
#000000
(0,0,0)

Tints of #848DBA

#848DBA
(132,141,186)
#8F97C0
(143,151,192)
#9AA1C6
(154,161,198)
#A5ABCC
(165,171,204)
#B0B5D2
(176,181,210)
#BBBFD8
(187,191,216)
#C6C9DE
(198,201,222)
#D1D3E4
(209,211,228)
#DCDDEA
(220,221,234)
#E7E7F0
(231,231,240)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848DBA; }

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

This text font color is #848DBA.

Background Color

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

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

This div background color is #848DBA.

Border color

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

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

This div border color is #848DBA.

Opacity

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

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

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

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

This text has shadow with #848DBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848DBA.

Preview

Color preview on black background

This text has color #848DBA on black background.


Color preview on white background

This text has color #848DBA on white background.


Black color preview on #848DBA background

This text has black color on #848DBA background.


White color preview on #848DBA background

This text has white color on #848DBA background.


Related colors

Complementary color

Complementary color for #hex is #7B7245.


I love getcolorcode.com

Triadic colors

1 #BA848D and #8DBA84 with #848DBA are triadic colors.

2 #BA8D84 and #8D84BA with #848DBA are triadic colors.