COLOR #849DB7

HEX: #849DB7
RGB: (132,157,183)

Color info

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

RGB color model

#849DB7 color RGB value is (132,157,183).

  • red value is 132;
  • green value is 157;
  • blue value is 183.
RGB:
(132,157,183)
(52%,62%,72%)

RGB channels and saturation

R 132 of 255 = 52%
G 157 of 255 = 62%
B 183 of 255 = 72%

132
157
183

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

Portions of RGB colors in percentages

R + G + B =
132 + 157 + 183 = 472 (100%)
R 132 of 472 ~ 27.97%
G 157 of 472 ~ 33.26%
B 183 of 472 ~ 38.77%

%27.97
%33.26
%38.77

CMYK color model

#849DB7 color CMYK value is (28,14,0,28).

  • cyan value is 27.87%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(28,14,0,28)
C28M14Y0K28 
(28%,14%,0%,28%)
(0.28/0.14/0.00/0.28)	

CMYK percentages

%27.87
%14.21
%0
%28.24

Codes

Color #849DB7 in popluar color models

849DB7
RGB132157183
HSL211°26.15%61.76%
HSB/HSV211°27.87%71.76%
CMYK27.87%14.21%0.00%
28.24%

Color #849DB7 in popluar number systems.

HEX849DB7
Decimal132157183
Binary100001001001110110110111
Octal204235267

Shades and tints

Shades of #849DB7

#849DB7
(132,157,183)
#788FA7
(120,143,167)
#6C8197
(108,129,151)
#607387
(96,115,135)
#546577
(84,101,119)
#485767
(72,87,103)
#3C4957
(60,73,87)
#303B47
(48,59,71)
#242D37
(36,45,55)
#181F27
(24,31,39)
#0C1117
(12,17,23)
#000000
(0,0,0)

Tints of #849DB7

#849DB7
(132,157,183)
#8FA5BD
(143,165,189)
#9AADC3
(154,173,195)
#A5B5C9
(165,181,201)
#B0BDCF
(176,189,207)
#BBC5D5
(187,197,213)
#C6CDDB
(198,205,219)
#D1D5E1
(209,213,225)
#DCDDE7
(220,221,231)
#E7E5ED
(231,229,237)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849DB7 color. Also use rgb(132,157,183) instead hex code.

Text Font Color

.myTextColor { color: #849DB7; }

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

This text font color is #849DB7.


Background Color

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

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

This div background color is #849DB7.


Border color

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

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

This div border color is #849DB7.


Opacity

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

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

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

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

This text has shadow with #849DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849DB7 on black background.


Color preview on white background

This text has color #849DB7 on white background.



Black color preview on #849DB7 background

This text has black color on #849DB7 background.


White color preview on #849DB7 background

This text has white color on #849DB7 background.