COLOR #849FB9

HEX: #849FB9
RGB: (132,159,185)

Color info

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

RGB color model

#849FB9 color RGB value is (132,159,185).

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

RGB channels and saturation

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

132
159
185

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

Portions of RGB colors in percentages

R + G + B =
132 + 159 + 185 = 476 (100%)
R 132 of 476 ~ 27.73%
G 159 of 476 ~ 33.4%
B 185 of 476 ~ 38.87%

%27.73
%33.4
%38.87

CMYK color model

#849FB9 color CMYK value is (29,14,0,27).

  • cyan value is 28.65%
  • magenta value is 14.05%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(29,14,0,27)
C29M14Y0K27 
(29%,14%,0%,27%)
(0.29/0.14/0.00/0.27)	

CMYK percentages

%28.65
%14.05
%0
%27.45

Codes

Color #849FB9 in popluar color models

849FB9
RGB132159185
HSL209°27.46%62.16%
HSB/HSV209°28.65%72.55%
CMYK28.65%14.05%0.00%
27.45%

Color #849FB9 in popluar number systems.

HEX849FB9
Decimal132159185
Binary100001001001111110111001
Octal204237271

Shades and tints

Shades of #849FB9

#849FB9
(132,159,185)
#7891A9
(120,145,169)
#6C8399
(108,131,153)
#607589
(96,117,137)
#546779
(84,103,121)
#485969
(72,89,105)
#3C4B59
(60,75,89)
#303D49
(48,61,73)
#242F39
(36,47,57)
#182129
(24,33,41)
#0C1319
(12,19,25)
#000000
(0,0,0)

Tints of #849FB9

#849FB9
(132,159,185)
#8FA7BF
(143,167,191)
#9AAFC5
(154,175,197)
#A5B7CB
(165,183,203)
#B0BFD1
(176,191,209)
#BBC7D7
(187,199,215)
#C6CFDD
(198,207,221)
#D1D7E3
(209,215,227)
#DCDFE9
(220,223,233)
#E7E7EF
(231,231,239)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849FB9; }

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

This text font color is #849FB9.


Background Color

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

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

This div background color is #849FB9.


Border color

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

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

This div border color is #849FB9.


Opacity

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

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

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

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

This text has shadow with #849FB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849FB9 on black background.


Color preview on white background

This text has color #849FB9 on white background.



Black color preview on #849FB9 background

This text has black color on #849FB9 background.


White color preview on #849FB9 background

This text has white color on #849FB9 background.