COLOR #849BB4

HEX: #849BB4 RGB: (132,155,180)

Color info

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

RGB color model

#849BB4 color RGB value is (132,155,180).

RGB: (132,155,180) (52%, 61%, 71%)

RGB channels and saturation

R 132 of 255 = 52%
G 155 of 255 = 61%
B 180 of 255 = 71%

132
155
180

R + G + B ~ 61%. #849BB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 155 + 180 = 467 (100%)
R 132 of 467 ~ 28.27%
G 155 of 467 ~ 33.19%
B 180 of 467 ~ 38.54'%

%28.27
%33.19
%38.54

CMYK color model

#849BB4 color CMYK value is (27,14,0,29).

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

CMYK: (27,14,0,29)
C27M14Y0K29 (27%, 14%, 0%, 29%)
(0.27 / 0.14 / 0.00 / 0.29)

CMYK percentages

%26.67
%13.89
%0
%29.41

Codes

Color #849BB4 in popluar color models

84 9B B4
RGB 132 155 180
HSL 211° 24.24% 61.18%
HSB/HSV 211° 26.67% 70.59%
CMYK 26.67% 13.89% 0.00%
29.41%

Color #849BB4 in popluar number systems.

HEX 84 9B B4
Decimal 132 155 180
Binary 10000100 10011011 10110100
Octal 204 233 264

Shades and tints

Shades of #849BB4

#849BB4
(132,155,180)
#788DA4
(120,141,164)
#6C7F94
(108,127,148)
#607184
(96,113,132)
#546374
(84,99,116)
#485564
(72,85,100)
#3C4754
(60,71,84)
#303944
(48,57,68)
#242B34
(36,43,52)
#181D24
(24,29,36)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #849BB4

#849BB4
(132,155,180)
#8FA4BA
(143,164,186)
#9AADC0
(154,173,192)
#A5B6C6
(165,182,198)
#B0BFCC
(176,191,204)
#BBC8D2
(187,200,210)
#C6D1D8
(198,209,216)
#D1DADE
(209,218,222)
#DCE3E4
(220,227,228)
#E7ECEA
(231,236,234)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849BB4 color. Also use rgb(132,155,180) instead hex code.

Text Font Color

.myTextColor { color: #849BB4; }

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

This text font color is #849BB4.

Background Color

.myBgColor { background-color: #849BB4; }

<div style="background-color:#849BB4">Inner text</div>

This div background color is #849BB4.

Border color

.myBorderColor { border: 1px solid #849BB4; }

<div style="border:3px solid #849BB4">Div</div>

This div border color is #849BB4.

Opacity

.myOpacity80 { color: #849BB4; opacity: 0.8; }

<p style="color:#849BB4;opacity:0.8;">80%</p>

Text with #849BB4 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 #849BB4;}

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

This text has shadow with #849BB4 color.


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

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

This text has shadow with #849BB4 primary color and red secondary color.


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

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

This text has shadow with #849BB4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #849BB4.

Preview

Color preview on black background

This text has color #849BB4 on black background.


Color preview on white background

This text has color #849BB4 on white background.


Black color preview on #849BB4 background

This text has black color on #849BB4 background.


White color preview on #849BB4 background

This text has white color on #849BB4 background.


Related colors

Complementary color

Complementary color for #hex is #7B644B.


I love getcolorcode.com

Triadic colors

1 #B4849B and #9BB484 with #849BB4 are triadic colors.

2 #B49B84 and #9B84B4 with #849BB4 are triadic colors.