COLOR #849BA7

HEX: #849BA7
RGB: (132,155,167)

Color info

#849BA7 contains red, green and blue colors in about the same proportion. Web safe color of #849BA7 is #999999 (or #999).

RGB color model

#849BA7 color RGB value is (132,155,167).

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

RGB channels and saturation

R 132 of 255 = 52%
G 155 of 255 = 61%
B 167 of 255 = 65%

132
155
167

R + G + B ~ 59%. #849BA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 155 + 167 = 454 (100%)
R 132 of 454 ~ 29.07%
G 155 of 454 ~ 34.14%
B 167 of 454 ~ 36.78%

%29.07
%34.14
%36.78

CMYK color model

#849BA7 color CMYK value is (21,7,0,35).

  • cyan value is 20.96%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(21,7,0,35)
C21M7Y0K35 
(21%,7%,0%,35%)
(0.21/0.07/0.00/0.35)	

CMYK percentages

%20.96
%7.19
%0
%34.51

Codes

Color #849BA7 in popluar color models

849BA7
RGB132155167
HSL201°16.59%58.63%
HSB/HSV201°20.96%65.49%
CMYK20.96%7.19%0.00%
34.51%

Color #849BA7 in popluar number systems.

HEX849BA7
Decimal132155167
Binary100001001001101110100111
Octal204233247

Shades and tints

Shades of #849BA7

#849BA7
(132,155,167)
#788D98
(120,141,152)
#6C7F89
(108,127,137)
#60717A
(96,113,122)
#54636B
(84,99,107)
#48555C
(72,85,92)
#3C474D
(60,71,77)
#30393E
(48,57,62)
#242B2F
(36,43,47)
#181D20
(24,29,32)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #849BA7

#849BA7
(132,155,167)
#8FA4AF
(143,164,175)
#9AADB7
(154,173,183)
#A5B6BF
(165,182,191)
#B0BFC7
(176,191,199)
#BBC8CF
(187,200,207)
#C6D1D7
(198,209,215)
#D1DADF
(209,218,223)
#DCE3E7
(220,227,231)
#E7ECEF
(231,236,239)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849BA7; }

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

This text font color is #849BA7.


Background Color

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

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

This div background color is #849BA7.


Border color

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

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

This div border color is #849BA7.


Opacity

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

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

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

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

This text has shadow with #849BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849BA7 on black background.


Color preview on white background

This text has color #849BA7 on white background.



Black color preview on #849BA7 background

This text has black color on #849BA7 background.


White color preview on #849BA7 background

This text has white color on #849BA7 background.