COLOR #849AB6

HEX: #849AB6
RGB: (132,154,182)

Color info

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

RGB color model

#849AB6 color RGB value is (132,154,182).

  • red value is 132;
  • green value is 154;
  • blue value is 182.
RGB:
(132,154,182)
(52%,60%,71%)

RGB channels and saturation

R 132 of 255 = 52%
G 154 of 255 = 60%
B 182 of 255 = 71%

132
154
182

R + G + B ~ 61%. #849AB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 154 + 182 = 468 (100%)
R 132 of 468 ~ 28.21%
G 154 of 468 ~ 32.91%
B 182 of 468 ~ 38.89%

%28.21
%32.91
%38.89

CMYK color model

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

  • cyan value is 27.47%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(27,15,0,29)
C27M15Y0K29 
(27%,15%,0%,29%)
(0.27/0.15/0.00/0.29)	

CMYK percentages

%27.47
%15.38
%0
%28.63

Codes

Color #849AB6 in popluar color models

849AB6
RGB132154182
HSL214°25.51%61.57%
HSB/HSV214°27.47%71.37%
CMYK27.47%15.38%0.00%
28.63%

Color #849AB6 in popluar number systems.

HEX849AB6
Decimal132154182
Binary100001001001101010110110
Octal204232266

Shades and tints

Shades of #849AB6

#849AB6
(132,154,182)
#788CA6
(120,140,166)
#6C7E96
(108,126,150)
#607086
(96,112,134)
#546276
(84,98,118)
#485466
(72,84,102)
#3C4656
(60,70,86)
#303846
(48,56,70)
#242A36
(36,42,54)
#181C26
(24,28,38)
#0C0E16
(12,14,22)
#000000
(0,0,0)

Tints of #849AB6

#849AB6
(132,154,182)
#8FA3BC
(143,163,188)
#9AACC2
(154,172,194)
#A5B5C8
(165,181,200)
#B0BECE
(176,190,206)
#BBC7D4
(187,199,212)
#C6D0DA
(198,208,218)
#D1D9E0
(209,217,224)
#DCE2E6
(220,226,230)
#E7EBEC
(231,235,236)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849AB6 color. Also use rgb(132,154,182) instead hex code.

Text Font Color

.myTextColor { color: #849AB6; }

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

This text font color is #849AB6.


Background Color

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

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

This div background color is #849AB6.


Border color

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

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

This div border color is #849AB6.


Opacity

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

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

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

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

This text has shadow with #849AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849AB6 on black background.


Color preview on white background

This text has color #849AB6 on white background.



Black color preview on #849AB6 background

This text has black color on #849AB6 background.


White color preview on #849AB6 background

This text has white color on #849AB6 background.