COLOR #849BB3

HEX: #849BB3
RGB: (132,155,179)

Color info

#849BB3 contains red, green and blue colors in about the same proportion. Web safe color of #849BB3 is #999999 (or #999).

RGB color model

#849BB3 color RGB value is (132,155,179).

  • red value is 132;
  • green value is 155;
  • blue value is 179.
RGB:
(132,155,179)
(52%,61%,70%)

RGB channels and saturation

R 132 of 255 = 52%
G 155 of 255 = 61%
B 179 of 255 = 70%

132
155
179

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

Portions of RGB colors in percentages

R + G + B =
132 + 155 + 179 = 466 (100%)
R 132 of 466 ~ 28.33%
G 155 of 466 ~ 33.26%
B 179 of 466 ~ 38.41%

%28.33
%33.26
%38.41

CMYK color model

#849BB3 color CMYK value is (26,13,0,30).

  • cyan value is 26.26%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(26,13,0,30)
C26M13Y0K30 
(26%,13%,0%,30%)
(0.26/0.13/0.00/0.30)	

CMYK percentages

%26.26
%13.41
%0
%29.8

Codes

Color #849BB3 in popluar color models

849BB3
RGB132155179
HSL211°23.62%60.98%
HSB/HSV211°26.26%70.20%
CMYK26.26%13.41%0.00%
29.80%

Color #849BB3 in popluar number systems.

HEX849BB3
Decimal132155179
Binary100001001001101110110011
Octal204233263

Shades and tints

Shades of #849BB3

#849BB3
(132,155,179)
#788DA3
(120,141,163)
#6C7F93
(108,127,147)
#607183
(96,113,131)
#546373
(84,99,115)
#485563
(72,85,99)
#3C4753
(60,71,83)
#303943
(48,57,67)
#242B33
(36,43,51)
#181D23
(24,29,35)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #849BB3

#849BB3
(132,155,179)
#8FA4B9
(143,164,185)
#9AADBF
(154,173,191)
#A5B6C5
(165,182,197)
#B0BFCB
(176,191,203)
#BBC8D1
(187,200,209)
#C6D1D7
(198,209,215)
#D1DADD
(209,218,221)
#DCE3E3
(220,227,227)
#E7ECE9
(231,236,233)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849BB3; }

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

This text font color is #849BB3.


Background Color

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

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

This div background color is #849BB3.


Border color

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

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

This div border color is #849BB3.


Opacity

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

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

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

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

This text has shadow with #849BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849BB3 on black background.


Color preview on white background

This text has color #849BB3 on white background.



Black color preview on #849BB3 background

This text has black color on #849BB3 background.


White color preview on #849BB3 background

This text has white color on #849BB3 background.