COLOR #849FBB

HEX: #849FBB
RGB: (132,159,187)

Color info

#849FBB contains red, green and blue colors in about the same proportion. Web safe color of #849FBB is #9999CC (or #99C).

RGB color model

#849FBB color RGB value is (132,159,187).

  • red value is 132;
  • green value is 159;
  • blue value is 187.
RGB:
(132,159,187)
(52%,62%,73%)

RGB channels and saturation

R 132 of 255 = 52%
G 159 of 255 = 62%
B 187 of 255 = 73%

132
159
187

R + G + B ~ 62%. #849FBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 159 + 187 = 478 (100%)
R 132 of 478 ~ 27.62%
G 159 of 478 ~ 33.26%
B 187 of 478 ~ 39.12%

%27.62
%33.26
%39.12

CMYK color model

#849FBB color CMYK value is (29,15,0,27).

  • cyan value is 29.41%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(29,15,0,27)
C29M15Y0K27 
(29%,15%,0%,27%)
(0.29/0.15/0.00/0.27)	

CMYK percentages

%29.41
%14.97
%0
%26.67

Codes

Color #849FBB in popluar color models

849FBB
RGB132159187
HSL211°28.80%62.55%
HSB/HSV211°29.41%73.33%
CMYK29.41%14.97%0.00%
26.67%

Color #849FBB in popluar number systems.

HEX849FBB
Decimal132159187
Binary100001001001111110111011
Octal204237273

Shades and tints

Shades of #849FBB

#849FBB
(132,159,187)
#7891AA
(120,145,170)
#6C8399
(108,131,153)
#607588
(96,117,136)
#546777
(84,103,119)
#485966
(72,89,102)
#3C4B55
(60,75,85)
#303D44
(48,61,68)
#242F33
(36,47,51)
#182122
(24,33,34)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #849FBB

#849FBB
(132,159,187)
#8FA7C1
(143,167,193)
#9AAFC7
(154,175,199)
#A5B7CD
(165,183,205)
#B0BFD3
(176,191,211)
#BBC7D9
(187,199,217)
#C6CFDF
(198,207,223)
#D1D7E5
(209,215,229)
#DCDFEB
(220,223,235)
#E7E7F1
(231,231,241)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849FBB color. Also use rgb(132,159,187) instead hex code.

Text Font Color

.myTextColor { color: #849FBB; }

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

This text font color is #849FBB.


Background Color

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

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

This div background color is #849FBB.


Border color

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

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

This div border color is #849FBB.


Opacity

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

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

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

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

This text has shadow with #849FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849FBB on black background.


Color preview on white background

This text has color #849FBB on white background.



Black color preview on #849FBB background

This text has black color on #849FBB background.


White color preview on #849FBB background

This text has white color on #849FBB background.