COLOR #849B9E

HEX: #849B9E
RGB: (132,155,158)

Color info

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

RGB color model

#849B9E color RGB value is (132,155,158).

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

RGB channels and saturation

R 132 of 255 = 52%
G 155 of 255 = 61%
B 158 of 255 = 62%

132
155
158

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

Portions of RGB colors in percentages

R + G + B =
132 + 155 + 158 = 445 (100%)
R 132 of 445 ~ 29.66%
G 155 of 445 ~ 34.83%
B 158 of 445 ~ 35.51%

%29.66
%34.83
%35.51

CMYK color model

#849B9E color CMYK value is (16,2,0,38).

  • cyan value is 16.46%
  • magenta value is 1.90%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(16,2,0,38)
C16M2Y0K38 
(16%,2%,0%,38%)
(0.16/0.02/0.00/0.38)	

CMYK percentages

%16.46
%1.9
%0
%38.04

Codes

Color #849B9E in popluar color models

849B9E
RGB132155158
HSL187°11.82%56.86%
HSB/HSV187°16.46%61.96%
CMYK16.46%1.90%0.00%
38.04%

Color #849B9E in popluar number systems.

HEX849B9E
Decimal132155158
Binary100001001001101110011110
Octal204233236

Shades and tints

Shades of #849B9E

#849B9E
(132,155,158)
#788D90
(120,141,144)
#6C7F82
(108,127,130)
#607174
(96,113,116)
#546366
(84,99,102)
#485558
(72,85,88)
#3C474A
(60,71,74)
#30393C
(48,57,60)
#242B2E
(36,43,46)
#181D20
(24,29,32)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #849B9E

#849B9E
(132,155,158)
#8FA4A6
(143,164,166)
#9AADAE
(154,173,174)
#A5B6B6
(165,182,182)
#B0BFBE
(176,191,190)
#BBC8C6
(187,200,198)
#C6D1CE
(198,209,206)
#D1DAD6
(209,218,214)
#DCE3DE
(220,227,222)
#E7ECE6
(231,236,230)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849B9E; }

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

This text font color is #849B9E.


Background Color

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

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

This div background color is #849B9E.


Border color

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

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

This div border color is #849B9E.


Opacity

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

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

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

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

This text has shadow with #849B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849B9E on black background.


Color preview on white background

This text has color #849B9E on white background.



Black color preview on #849B9E background

This text has black color on #849B9E background.


White color preview on #849B9E background

This text has white color on #849B9E background.