COLOR #849CD0

HEX: #849CD0
RGB: (132,156,208)

Color info

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

RGB color model

#849CD0 color RGB value is (132,156,208).

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

RGB channels and saturation

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

132
156
208

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

Portions of RGB colors in percentages

R + G + B =
132 + 156 + 208 = 496 (100%)
R 132 of 496 ~ 26.61%
G 156 of 496 ~ 31.45%
B 208 of 496 ~ 41.94%

%26.61
%31.45
%41.94

CMYK color model

#849CD0 color CMYK value is (37,25,0,18).

  • cyan value is 36.54%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(37,25,0,18)
C37M25Y0K18 
(37%,25%,0%,18%)
(0.37/0.25/0.00/0.18)	

CMYK percentages

%36.54
%25
%0
%18.43

Codes

Color #849CD0 in popluar color models

849CD0
RGB132156208
HSL221°44.71%66.67%
HSB/HSV221°36.54%81.57%
CMYK36.54%25.00%0.00%
18.43%

Color #849CD0 in popluar number systems.

HEX849CD0
Decimal132156208
Binary100001001001110011010000
Octal204234320

Shades and tints

Shades of #849CD0

#849CD0
(132,156,208)
#788EBE
(120,142,190)
#6C80AC
(108,128,172)
#60729A
(96,114,154)
#546488
(84,100,136)
#485676
(72,86,118)
#3C4864
(60,72,100)
#303A52
(48,58,82)
#242C40
(36,44,64)
#181E2E
(24,30,46)
#0C101C
(12,16,28)
#000000
(0,0,0)

Tints of #849CD0

#849CD0
(132,156,208)
#8FA5D4
(143,165,212)
#9AAED8
(154,174,216)
#A5B7DC
(165,183,220)
#B0C0E0
(176,192,224)
#BBC9E4
(187,201,228)
#C6D2E8
(198,210,232)
#D1DBEC
(209,219,236)
#DCE4F0
(220,228,240)
#E7EDF4
(231,237,244)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849CD0; }

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

This text font color is #849CD0.


Background Color

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

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

This div background color is #849CD0.


Border color

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

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

This div border color is #849CD0.


Opacity

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

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

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

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

This text has shadow with #849CD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849CD0 on black background.


Color preview on white background

This text has color #849CD0 on white background.



Black color preview on #849CD0 background

This text has black color on #849CD0 background.


White color preview on #849CD0 background

This text has white color on #849CD0 background.