COLOR #849D9F

HEX: #849D9F
RGB: (132,157,159)

Color info

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

RGB color model

#849D9F color RGB value is (132,157,159).

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

RGB channels and saturation

R 132 of 255 = 52%
G 157 of 255 = 62%
B 159 of 255 = 62%

132
157
159

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

Portions of RGB colors in percentages

R + G + B =
132 + 157 + 159 = 448 (100%)
R 132 of 448 ~ 29.46%
G 157 of 448 ~ 35.04%
B 159 of 448 ~ 35.49%

%29.46
%35.04
%35.49

CMYK color model

#849D9F color CMYK value is (17,1,0,38).

  • cyan value is 16.98%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(17,1,0,38)
C17M1Y0K38 
(17%,1%,0%,38%)
(0.17/0.01/0.00/0.38)	

CMYK percentages

%16.98
%1.26
%0
%37.65

Codes

Color #849D9F in popluar color models

849D9F
RGB132157159
HSL184°12.33%57.06%
HSB/HSV184°16.98%62.35%
CMYK16.98%1.26%0.00%
37.65%

Color #849D9F in popluar number systems.

HEX849D9F
Decimal132157159
Binary100001001001110110011111
Octal204235237

Shades and tints

Shades of #849D9F

#849D9F
(132,157,159)
#788F91
(120,143,145)
#6C8183
(108,129,131)
#607375
(96,115,117)
#546567
(84,101,103)
#485759
(72,87,89)
#3C494B
(60,73,75)
#303B3D
(48,59,61)
#242D2F
(36,45,47)
#181F21
(24,31,33)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #849D9F

#849D9F
(132,157,159)
#8FA5A7
(143,165,167)
#9AADAF
(154,173,175)
#A5B5B7
(165,181,183)
#B0BDBF
(176,189,191)
#BBC5C7
(187,197,199)
#C6CDCF
(198,205,207)
#D1D5D7
(209,213,215)
#DCDDDF
(220,221,223)
#E7E5E7
(231,229,231)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849D9F; }

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

This text font color is #849D9F.


Background Color

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

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

This div background color is #849D9F.


Border color

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

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

This div border color is #849D9F.


Opacity

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

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

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

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

This text has shadow with #849D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849D9F on black background.


Color preview on white background

This text has color #849D9F on white background.



Black color preview on #849D9F background

This text has black color on #849D9F background.


White color preview on #849D9F background

This text has white color on #849D9F background.