COLOR #849CB2

HEX: #849CB2
RGB: (132,156,178)

Color info

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

RGB color model

#849CB2 color RGB value is (132,156,178).

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

RGB channels and saturation

R 132 of 255 = 52%
G 156 of 255 = 61%
B 178 of 255 = 70%

132
156
178

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

Portions of RGB colors in percentages

R + G + B =
132 + 156 + 178 = 466 (100%)
R 132 of 466 ~ 28.33%
G 156 of 466 ~ 33.48%
B 178 of 466 ~ 38.2%

%28.33
%33.48
%38.2

CMYK color model

#849CB2 color CMYK value is (26,12,0,30).

  • cyan value is 25.84%
  • magenta value is 12.36%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(26,12,0,30)
C26M12Y0K30 
(26%,12%,0%,30%)
(0.26/0.12/0.00/0.30)	

CMYK percentages

%25.84
%12.36
%0
%30.2

Codes

Color #849CB2 in popluar color models

849CB2
RGB132156178
HSL209°23.00%60.78%
HSB/HSV209°25.84%69.80%
CMYK25.84%12.36%0.00%
30.20%

Color #849CB2 in popluar number systems.

HEX849CB2
Decimal132156178
Binary100001001001110010110010
Octal204234262

Shades and tints

Shades of #849CB2

#849CB2
(132,156,178)
#788EA2
(120,142,162)
#6C8092
(108,128,146)
#607282
(96,114,130)
#546472
(84,100,114)
#485662
(72,86,98)
#3C4852
(60,72,82)
#303A42
(48,58,66)
#242C32
(36,44,50)
#181E22
(24,30,34)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #849CB2

#849CB2
(132,156,178)
#8FA5B9
(143,165,185)
#9AAEC0
(154,174,192)
#A5B7C7
(165,183,199)
#B0C0CE
(176,192,206)
#BBC9D5
(187,201,213)
#C6D2DC
(198,210,220)
#D1DBE3
(209,219,227)
#DCE4EA
(220,228,234)
#E7EDF1
(231,237,241)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849CB2 color. Also use rgb(132,156,178) instead hex code.

Text Font Color

.myTextColor { color: #849CB2; }

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

This text font color is #849CB2.


Background Color

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

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

This div background color is #849CB2.


Border color

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

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

This div border color is #849CB2.


Opacity

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

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

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

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

This text has shadow with #849CB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849CB2 on black background.


Color preview on white background

This text has color #849CB2 on white background.



Black color preview on #849CB2 background

This text has black color on #849CB2 background.


White color preview on #849CB2 background

This text has white color on #849CB2 background.