COLOR #849D9A

HEX: #849D9A
RGB: (132,157,154)

Color info

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

RGB color model

#849D9A color RGB value is (132,157,154).

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

RGB channels and saturation

R 132 of 255 = 52%
G 157 of 255 = 62%
B 154 of 255 = 60%

132
157
154

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

Portions of RGB colors in percentages

R + G + B =
132 + 157 + 154 = 443 (100%)
R 132 of 443 ~ 29.8%
G 157 of 443 ~ 35.44%
B 154 of 443 ~ 34.76%

%29.8
%35.44
%34.76

CMYK color model

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

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 1.91%
  • key color value is 38.43%
CMYK:
(16,0,2,38)
C16M0Y2K38 
(16%,0%,2%,38%)
(0.16/0.00/0.02/0.38)	

CMYK percentages

%15.92
%0
%1.91
%38.43

Codes

Color #849D9A in popluar color models

849D9A
RGB132157154
HSL173°11.31%56.67%
HSB/HSV173°15.92%61.57%
CMYK15.92%0.00%1.91%
38.43%

Color #849D9A in popluar number systems.

HEX849D9A
Decimal132157154
Binary100001001001110110011010
Octal204235232

Shades and tints

Shades of #849D9A

#849D9A
(132,157,154)
#788F8C
(120,143,140)
#6C817E
(108,129,126)
#607370
(96,115,112)
#546562
(84,101,98)
#485754
(72,87,84)
#3C4946
(60,73,70)
#303B38
(48,59,56)
#242D2A
(36,45,42)
#181F1C
(24,31,28)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #849D9A

#849D9A
(132,157,154)
#8FA5A3
(143,165,163)
#9AADAC
(154,173,172)
#A5B5B5
(165,181,181)
#B0BDBE
(176,189,190)
#BBC5C7
(187,197,199)
#C6CDD0
(198,205,208)
#D1D5D9
(209,213,217)
#DCDDE2
(220,221,226)
#E7E5EB
(231,229,235)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849D9A; }

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

This text font color is #849D9A.


Background Color

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

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

This div background color is #849D9A.


Border color

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

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

This div border color is #849D9A.


Opacity

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

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

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

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

This text has shadow with #849D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849D9A on black background.


Color preview on white background

This text has color #849D9A on white background.



Black color preview on #849D9A background

This text has black color on #849D9A background.


White color preview on #849D9A background

This text has white color on #849D9A background.