COLOR #849CDB

HEX: #849CDB RGB: (132,156,219)

Color info

#849CDB contains mainly blue color. Web safe color of #849CDB is #9999CC (or #99C).

RGB color model

#849CDB color RGB value is (132,156,219).

RGB: (132,156,219) (52%, 61%, 86%)

RGB channels and saturation

R 132 of 255 = 52%
G 156 of 255 = 61%
B 219 of 255 = 86%

132
156
219

R + G + B ~ 66%. #849CDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 156 + 219 = 507 (100%)
R 132 of 507 ~ 26.04%
G 156 of 507 ~ 30.77%
B 219 of 507 ~ 43.2'%

%26.04
%30.77
%43.2

CMYK color model

#849CDB color CMYK value is (40,29,0,14).

  • cyan value is 39.73%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (40,29,0,14) C40M29Y0K14 (40%,29%,0%,14%) (0.40/0.29/0.00/0.14) 

CMYK percentages

%39.73
%28.77
%0
%14.12

Codes

Color #849CDB in popluar color models

84 9C DB
RGB 132 156 219
HSL 223° 54.72% 68.82%
HSB/HSV 223° 39.73% 85.88%
CMYK 39.73% 28.77% 0.00%
14.12%

Color #849CDB in popluar number systems.

HEX 84 9C DB
Decimal 132 156 219
Binary 10000100 10011100 11011011
Octal 204 234 333

Shades and tints

Shades of #849CDB

#849CDB
(132,156,219)
#788EC8
(120,142,200)
#6C80B5
(108,128,181)
#6072A2
(96,114,162)
#54648F
(84,100,143)
#48567C
(72,86,124)
#3C4869
(60,72,105)
#303A56
(48,58,86)
#242C43
(36,44,67)
#181E30
(24,30,48)
#0C101D
(12,16,29)
#000000
(0,0,0)

Tints of #849CDB

#849CDB
(132,156,219)
#8FA5DE
(143,165,222)
#9AAEE1
(154,174,225)
#A5B7E4
(165,183,228)
#B0C0E7
(176,192,231)
#BBC9EA
(187,201,234)
#C6D2ED
(198,210,237)
#D1DBF0
(209,219,240)
#DCE4F3
(220,228,243)
#E7EDF6
(231,237,246)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849CDB; }

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

This text font color is #849CDB.

Background Color

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

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

This div background color is #849CDB.

Border color

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

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

This div border color is #849CDB.

Opacity

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

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

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

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

This text has shadow with #849CDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #849CDB.

Preview

Color preview on black background

This text has color #849CDB on black background.


Color preview on white background

This text has color #849CDB on white background.


Black color preview on #849CDB background

This text has black color on #849CDB background.


White color preview on #849CDB background

This text has white color on #849CDB background.


Related colors

Complementary color

Complementary color for #hex is #7B6324.


I love getcolorcode.com

Triadic colors

1 #DB849C and #9CDB84 with #849CDB are triadic colors.

2 #DB9C84 and #9C84DB with #849CDB are triadic colors.