COLOR #849CD2

HEX: #849CD2
RGB: (132,156,210)

Color info

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

RGB color model

#849CD2 color RGB value is (132,156,210).

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

RGB channels and saturation

R 132 of 255 = 52%
G 156 of 255 = 61%
B 210 of 255 = 82%

132
156
210

R + G + B ~ 65%. #849CD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 156 + 210 = 498 (100%)
R 132 of 498 ~ 26.51%
G 156 of 498 ~ 31.33%
B 210 of 498 ~ 42.17%

%26.51
%31.33
%42.17

CMYK color model

#849CD2 color CMYK value is (37,26,0,18).

  • cyan value is 37.14%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(37,26,0,18)
C37M26Y0K18 
(37%,26%,0%,18%)
(0.37/0.26/0.00/0.18)	

CMYK percentages

%37.14
%25.71
%0
%17.65

Codes

Color #849CD2 in popluar color models

849CD2
RGB132156210
HSL222°46.43%67.06%
HSB/HSV222°37.14%82.35%
CMYK37.14%25.71%0.00%
17.65%

Color #849CD2 in popluar number systems.

HEX849CD2
Decimal132156210
Binary100001001001110011010010
Octal204234322

Shades and tints

Shades of #849CD2

#849CD2
(132,156,210)
#788EBF
(120,142,191)
#6C80AC
(108,128,172)
#607299
(96,114,153)
#546486
(84,100,134)
#485673
(72,86,115)
#3C4860
(60,72,96)
#303A4D
(48,58,77)
#242C3A
(36,44,58)
#181E27
(24,30,39)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #849CD2

#849CD2
(132,156,210)
#8FA5D6
(143,165,214)
#9AAEDA
(154,174,218)
#A5B7DE
(165,183,222)
#B0C0E2
(176,192,226)
#BBC9E6
(187,201,230)
#C6D2EA
(198,210,234)
#D1DBEE
(209,219,238)
#DCE4F2
(220,228,242)
#E7EDF6
(231,237,246)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849CD2; }

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

This text font color is #849CD2.


Background Color

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

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

This div background color is #849CD2.


Border color

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

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

This div border color is #849CD2.


Opacity

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

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

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

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

This text has shadow with #849CD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849CD2 on black background.


Color preview on white background

This text has color #849CD2 on white background.



Black color preview on #849CD2 background

This text has black color on #849CD2 background.


White color preview on #849CD2 background

This text has white color on #849CD2 background.