COLOR #849BC4

HEX: #849BC4
RGB: (132,155,196)

Color info

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

RGB color model

#849BC4 color RGB value is (132,155,196).

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

RGB channels and saturation

R 132 of 255 = 52%
G 155 of 255 = 61%
B 196 of 255 = 77%

132
155
196

R + G + B ~ 63%. #849BC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 155 + 196 = 483 (100%)
R 132 of 483 ~ 27.33%
G 155 of 483 ~ 32.09%
B 196 of 483 ~ 40.58%

%27.33
%32.09
%40.58

CMYK color model

#849BC4 color CMYK value is (33,21,0,23).

  • cyan value is 32.65%
  • magenta value is 20.92%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(33,21,0,23)
C33M21Y0K23 
(33%,21%,0%,23%)
(0.33/0.21/0.00/0.23)	

CMYK percentages

%32.65
%20.92
%0
%23.14

Codes

Color #849BC4 in popluar color models

849BC4
RGB132155196
HSL218°35.16%64.31%
HSB/HSV218°32.65%76.86%
CMYK32.65%20.92%0.00%
23.14%

Color #849BC4 in popluar number systems.

HEX849BC4
Decimal132155196
Binary100001001001101111000100
Octal204233304

Shades and tints

Shades of #849BC4

#849BC4
(132,155,196)
#788DB3
(120,141,179)
#6C7FA2
(108,127,162)
#607191
(96,113,145)
#546380
(84,99,128)
#48556F
(72,85,111)
#3C475E
(60,71,94)
#30394D
(48,57,77)
#242B3C
(36,43,60)
#181D2B
(24,29,43)
#0C0F1A
(12,15,26)
#000000
(0,0,0)

Tints of #849BC4

#849BC4
(132,155,196)
#8FA4C9
(143,164,201)
#9AADCE
(154,173,206)
#A5B6D3
(165,182,211)
#B0BFD8
(176,191,216)
#BBC8DD
(187,200,221)
#C6D1E2
(198,209,226)
#D1DAE7
(209,218,231)
#DCE3EC
(220,227,236)
#E7ECF1
(231,236,241)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849BC4; }

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

This text font color is #849BC4.


Background Color

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

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

This div background color is #849BC4.


Border color

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

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

This div border color is #849BC4.


Opacity

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

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

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

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

This text has shadow with #849BC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849BC4 on black background.


Color preview on white background

This text has color #849BC4 on white background.



Black color preview on #849BC4 background

This text has black color on #849BC4 background.


White color preview on #849BC4 background

This text has white color on #849BC4 background.